mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
SubDir TOP board chronos drivers ;
|
|
|
|
HDRS += $(TOP)/board/$(CPU)/drivers/include ;
|
|
|
|
Module board_display : display.c display1.c ;
|
|
Module board_cc110x : cc430-cc110x.c : cc110x_cc430 ;
|
|
Module board_buzzer : buzzer.c : hwtimer ;
|
|
Module battery : battery.c : adc hwtimer ;
|
|
Module vti_ps_twi : vti_ps_twi.c : hwtimer ;
|
|
|
|
Module display_putchar : display_putchar.c : board_display ;
|