mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
boards/stk3200: Move THREAD_STACKSIZE_DEFAULT to .include
This commit is contained in:
parent
7bebbc5545
commit
49a4e20f67
@ -3,9 +3,6 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
endif
|
||||
|
||||
# limit the stack size so most tests and examples compile
|
||||
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512
|
||||
|
||||
# add board common drivers
|
||||
USEMODULE += boards_common_silabs
|
||||
USEMODULE += silabs_bc
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
# setup JLink for flashing
|
||||
JLINK_PRE_FLASH = r
|
||||
|
||||
# limit the stack size so most tests and examples compile
|
||||
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512
|
||||
|
||||
# include board common
|
||||
include $(RIOTBOARD)/common/silabs/Makefile.include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user