b8056b9c97
This commit adds a very simple example which is useful to verify that all timers APIs are working. There are 3 protothreads running, the first process tests etimer, timer and stimer APIs, the second process tests the ctimer APIs, and the third one tests the rtimer APIs.
6 lines
106 B
Makefile
6 lines
106 B
Makefile
CONTIKI_PROJECT = all-timers
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|