Add extended RF API example
This commit is contained in:
parent
0ec1eda75e
commit
22800de94e
3 changed files with 558 additions and 0 deletions
11
examples/extended-rf-api/Makefile
Normal file
11
examples/extended-rf-api/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
UIP_CONF_IPV6=1
|
||||
UIP_CONF_RPL=1
|
||||
|
||||
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
||||
|
||||
CONTIKI_PROJECT = extended-rf-api
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
CONTIKI = ../..
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue