Home
last modified time | relevance | path

Searched refs:CONTIKI (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/examples/contiki/
H A DMakefile0 CONTIKI=contiki-ng
6 all: $(CONTIKI) check-version server
8 $(CONTIKI):
10 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}"
11 (cd ${CONTIKI} ; git pull --tags 2> /dev/null ; git checkout ${WITH_CONTIKI_NG_BRANCH})
12 cd $(CONTIKI)/os/net/app-layer && rm -rf libcoap && ln -s ../../../../../.. libcoap
15 @(if [ -d $(CONTIKI) ] ; then \
16 cd $(CONTIKI) ; \
21 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}" ; \
28 server: $(CONTIKI)
1 CONTIKI=contiki-ng global() macro
[all...]
/third_party/libcoap/include/coap3/
H A Dlibcoap.h23 * CONTIKI environment and do *not* include the POSIX related network stuff. If
26 * The CONTIKI variable is within the Contiki-NG build environment! */
41 #elif !defined (CONTIKI) && !defined (WITH_LWIP)
44 #endif /* ! CONTIKI && ! WITH_LWIP */
/third_party/libcoap/src/
H A Dcoap_io.c1607 #if !defined(WITH_LWIP) && !defined(CONTIKI)

Completed in 3 milliseconds