RIOT/boards/nucleo-l011k4/Makefile.include
2020-10-15 18:52:51 +02:00

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