mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
226 B
Makefile
6 lines
226 B
Makefile
# load the common Makefile.include for Nucleo-32 boards
|
|
include $(RIOTBOARD)/common/nucleo32/Makefile.include
|
|
|
|
# Reduce default thread stack size so that it fits in the only 2kB of RAM
|
|
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512
|