mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ba90ba2e2f
- Decluttered Makefile by moving BOARD_INSUFFICIENT_MEMORY lists from Makefile to Makefile.ci - Optimized the list for use of tools: - One entry per line reduces the number of merge conflicts - One entry per line allows alphabetical sorting e.g. via Vim's sort command - Sorted all lists alphabetically
42 lines
771 B
Makefile
42 lines
771 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
airfy-beacon \
|
|
b-l072z-lrwan1 \
|
|
blackpill \
|
|
blackpill-128kib \
|
|
bluepill \
|
|
bluepill-128kib \
|
|
calliope-mini \
|
|
cc2650-launchpad \
|
|
cc2650stk \
|
|
hifive1 \
|
|
hifive1b \
|
|
i-nucleo-lrwan1 \
|
|
lobaro-lorabox \
|
|
lsn50 \
|
|
maple-mini \
|
|
microbit \
|
|
nrf51dk \
|
|
nrf51dongle \
|
|
nrf6310 \
|
|
nucleo-f030r8 \
|
|
nucleo-f031k6 \
|
|
nucleo-f042k6 \
|
|
nucleo-f070rb \
|
|
nucleo-f072rb \
|
|
nucleo-f103rb \
|
|
nucleo-f302r8 \
|
|
nucleo-f303k8 \
|
|
nucleo-f334r8 \
|
|
nucleo-f410rb \
|
|
nucleo-l031k6 \
|
|
nucleo-l053r8 \
|
|
nucleo-l073rz \
|
|
opencm904 \
|
|
saml10-xpro \
|
|
saml11-xpro \
|
|
spark-core \
|
|
stm32f0discovery \
|
|
stm32l0538-disco \
|
|
yunjia-nrf51822 \
|
|
#
|