1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/board/msba2/drivers/Jamfile
Oliver Hahm 2a1a10bd74 [board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
* restructured interface functions for cc1100 access
2010-12-06 12:05:03 +01:00

8 lines
301 B
Plaintext

SubDir TOP board msba2 drivers ;
Module board_cc1100 : msba2-cc1100.c : gpioint cc110x_spi ;
Module board_hal : msba2-hal.c ;
Module board_ltc4150 : msba2-ltc4150.c : gpioint ;
Module board_common : msba2-uart0.c : ringbuffer ;
Module board_uart : msba2-uart0_thread.c : chardev_thread ringbuffer ;