1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/redbee-econotag
Joakim Gebart 1c03dc261c boards/redbee-econotag: Disable -Wcast-align, -Wextra
Temporarily, until all warnings are fixed in the tree.
2015-07-14 08:11:15 +02:00
..
drivers boards: remove all C++ comments 2015-06-24 15:54:36 +02:00
include boards: cosmetics 2015-06-24 15:54:36 +02:00
tools boards/redbee-econotag: Replace tabs by spaces 2015-05-19 12:25:28 +02:00
board_init.c doc: use lgplv2.1-short license header instead of lgplv2-short-v2 2014-07-31 22:57:20 +02:00
Makefile make: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.features tests/travis: split buildtests into MCU groups. 2015-02-22 15:04:52 +01:00
Makefile.include boards/redbee-econotag: Disable -Wcast-align, -Wextra 2015-07-14 08:11:15 +02: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