1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/projects/chronos_cc110x_ng/Jamfile
Oliver Hahm 830f17246c [Chronos]
* changed display driver interface from uint8_t* to char*
* fixed hardware timer interrupt
* ported cc1100 driver
* added simple test application for radio

[msb430]
* fixex config and flashrom

[cc110x_ng]
* removed dependency from sysconfig
2010-12-09 13:24:24 +01:00

6 lines
156 B
Plaintext

SubDir TOP projects chronos_cc110x_ng ;
Module chronos_cc110x_ng : main.c : cc110x_ng transceiver auto_init board_display ;
UseModule chronos_cc110x_ng ;