mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
23 lines
454 B
Makefile
23 lines
454 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEMODULE += embunit
|
|
USEMODULE += event
|
|
USEMODULE += event_timeout_ztimer
|
|
USEMODULE += event_thread
|
|
USEMODULE += fmt
|
|
USEMODULE += ipv6_addr
|
|
USEMODULE += od
|
|
USEMODULE += shell
|
|
USEMODULE += ztimer_msec
|
|
|
|
USEPKG += libschc
|
|
USEMODULE += libschc_coap
|
|
|
|
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=THREAD_STACKSIZE_DEFAULT
|
|
|
|
DEBUG_TESTS ?= 0
|
|
|
|
$(call target-export-variables, test, DEBUG_TESTS)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|