You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/boards/redbee-econotag
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
..
drivers fix licenses to LGPL fixes #1148 10 years ago
include core/cpu/board: moved F_CPU define to board 10 years ago
tools Fix possible null pointer dereference 10 years ago
Makefile Make: exterminate 'clean' buildtarget 10 years ago
Makefile.include s/PROJECT/APPLICATION/g 9 years ago
README moved boards into subdirectory 10 years ago
board_init.c moved boards into subdirectory 10 years ago

README

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