Skip to content

Commit

Permalink
Transform existing documentation for PORTING and USING to markdown
Browse files Browse the repository at this point in the history
- Converted the existing documentation to markdown format.
- Fix for #1458.
- Changes font to bold at some places to improve readability
  • Loading branch information
kushalsingh007 authored and OlegHahm committed Mar 31, 2015
1 parent 11aca24 commit 7b60611
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
11 changes: 0 additions & 11 deletions pkg/PORTING

This file was deleted.

11 changes: 11 additions & 0 deletions pkg/PORTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This directory provides some porting information for libraries and programs to
use with RIOT (to build an external module). If you'd like to add a package to
RIOT you need to add a directory with the name of your package to this directory.
Your directory should contain at least two files:

* **patch.txt**- Your patch of the upstream application of the package to make
it build with RIOT.
* **Makefile**- A Makefile describing how to get the upstream application, apply
the patch and how to build the package as a RIOT module.
A rough template for several methods of acquiring a package
is provided in Makefile.git, Makefile.http, and Makefile.svn
5 changes: 0 additions & 5 deletions pkg/USING

This file was deleted.

5 changes: 5 additions & 0 deletions pkg/USING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Packages are included to your application as external modules. Thus you only
have to add the following line to your application (and update your INCLUDE path
accordingly):

USEPKG += <pkg_name>

0 comments on commit 7b60611

Please sign in to comment.