mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9b61d95545
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
Makefile.in | ||
patch.txt | ||
README.md | ||
structure_changes.sh |
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
.