nrf52dk: added examples
This commit is contained in:
parent
d39ad95db5
commit
38481c513d
16 changed files with 1826 additions and 0 deletions
9
examples/nrf52dk/timer-test/Makefile
Normal file
9
examples/nrf52dk/timer-test/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
CONTIKI_PROJECT = timer-test
|
||||
|
||||
CONTIKI_WITH_RPL=0
|
||||
NRF52_WITHOUT_SOFTDEVICE=1
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI = ../../..
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue