mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
389 B
Makefile
17 lines
389 B
Makefile
include ../Makefile.sys_common
|
|
|
|
USEMODULE += senml_cbor
|
|
USEMODULE += fmt
|
|
USEMODULE += embunit
|
|
|
|
CFLAGS += -DCONFIG_SENML_ATTR_SUM
|
|
CFLAGS += -DCONFIG_SENML_ATTR_VERSION
|
|
CFLAGS += -DCONFIG_SENML_ATTR_UPDATE_TIME
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=1536
|
|
|
|
# The following BOARDs redefine THREAD_STACKSIZE_DEFAULT
|
|
BOARD_BLACKLIST += nucleo-l011k4 stk3200
|
|
|
|
include $(RIOTBASE)/Makefile.include
|