mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
631e882844
stm32mp157c-dk2 has not enough memory to build this apps. However as the stm32mp157xx cpu line has no flash, a part of RAM is considered as ROM. Thus ROM size could be extend to suit this apps needs. Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
39 lines
695 B
Makefile
39 lines
695 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
airfy-beacon \
|
|
arduino-mkr% \
|
|
b-l072z-lrwan1 \
|
|
blackpill \
|
|
bluepill \
|
|
calliope-mini \
|
|
feather-m0 \
|
|
frdm-kw41z \
|
|
i-nucleo-lrwan1 \
|
|
lsn50 \
|
|
microbit \
|
|
nrf51dk \
|
|
nrf51dongle \
|
|
nrf6310 \
|
|
nucleo-f0% \
|
|
nucleo-f302r8 \
|
|
nucleo-f303k8 \
|
|
nucleo-f334r8 \
|
|
nucleo-l0% \
|
|
phynode-kw41z \
|
|
samd21-xpro \
|
|
saml10-xpro \
|
|
saml11-xpro \
|
|
saml21-xpro \
|
|
samr21-xpro \
|
|
samr30-xpro \
|
|
samr34-xpro \
|
|
sensebox_samd21 \
|
|
sodaq-% \
|
|
stk3200 \
|
|
stm32f030f4-demo \
|
|
stm32f0discovery \
|
|
stm32l0538-disco \
|
|
stm32mp157c-dk2 \
|
|
usb-kw41z \
|
|
yunjia-nrf51822 \
|
|
#
|