1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openwsn
Ludwig Ortmann 9b61d95545 make: don't ignore failures in for loops
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
2014-03-12 11:09:04 +01:00
..
.gitignore add .gitignore for openwsn pkg 2014-01-29 10:33:02 +01:00
Makefile fixes downloading the archive with each ``make -B`` 2014-01-20 12:34:07 +01:00
Makefile.in make: don't ignore failures in for loops 2014-03-12 11:09:04 +01:00
patch.txt make: don't ignore failures in for loops 2014-03-12 11:09:04 +01:00
README.md added a README with compatibility information 2014-01-16 21:31:44 +01:00
structure_changes.sh fixes naming conflict with uart.(c|h) 2014-01-20 12:35:19 +01:00

Compatibility

This port of the openwsn stack is compatible with the TelosB board only for now. The hardware dependency will be reduced in the future and thous running on more hardware platforms.

A test can be found in the projects repository named test_openwsn_pkg with an example Makefile.