parent
830f17246c
commit
ec6a794143
@ -1,5 +1,5 @@
|
||||
SubDir TOP projects hi_earth ;
|
||||
|
||||
Module hi_earth : main.c ;
|
||||
Module hi_earth : main.c : board_display hwtimer auto_init ;
|
||||
|
||||
UseModule hi_earth ;
|
||||
|
@ -1,5 +1,5 @@
|
||||
SubDir TOP projects msb430_cc110x_ng ;
|
||||
|
||||
Module msb430_cc110x_ng : main.c : cc110x_ng transceiver shell shell_commands ps posix_io uart0 auto_init ;
|
||||
Module msb430_cc110x_ng : main.c : cc110x_ng transceiver swtimer shell shell_commands ps posix_io uart0 auto_init config ;
|
||||
|
||||
UseModule msb430_cc110x_ng ;
|
||||
|
@ -1,5 +1,5 @@
|
||||
SubDir TOP projects test_cc110x_ng ;
|
||||
|
||||
Module test_cc110x_ng : main.c : cc110x_ng shell shell_commands transceiver ps rtc posix_io uart0 auto_init swtimer ;
|
||||
Module test_cc110x_ng : main.c : cc110x_ng shell shell_commands transceiver ps rtc posix_io uart0 auto_init swtimer config ;
|
||||
|
||||
UseModule test_cc110x_ng ;
|
||||
|
Loading…
Reference in New Issue