1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/redbee-econotag
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
..
drivers remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
include include needed stdint.h 2014-03-05 17:36:00 +01:00
tools Fix possible null pointer dereference 2014-02-20 02:29:33 +01:00
board_init.c moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Makefile make: don't ignore failures in for loops 2014-03-12 11:09:04 +01:00
Makefile.include redbee-econotag: fix Makefiles 2014-03-01 13:45:44 +01:00
README moved boards into subdirectory 2013-11-06 10:11:57 -08:00

Flashing:
tools/mc1322x-load.pl -f <path/to/binary> -t /dev/<tty-device>

more information: https://github.com/malvira/libmc1322x/wiki/libmc1322x#loading-images-to-ram-with-mc1322x-loadpl

Erase:
cd tools/ftditools/
make
./bbmc -l redbee-econotag erase

more information: https://github.com/malvira/libmc1322x/wiki/bbmc