1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/PORTING

12 lines
723 B
Plaintext
Raw Normal View History

2013-11-18 12:30:01 +01:00
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:
2014-03-19 16:40:33 +01:00
* patch.txt - Your patch of the upstream application of the package to make it
2013-11-18 12:30:01 +01:00
build with RIOT
* Makefile - A Makefile describing how to get the upstream application, apply
2013-11-18 12:30:01 +01:00
the patch and how to build the package as a RIOT module.
A rough template for several methods of acquiring a package
2014-03-19 16:40:33 +01:00
is provided in Makefile.git, Makefile.http, and Makefile.svn