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
34 lines
634 B
Makefile
34 lines
634 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
blackpill \
|
|
blackpill-128kib \
|
|
bluepill \
|
|
bluepill-128kib \
|
|
calliope-mini \
|
|
cc2650-launchpad \
|
|
cc2650stk \
|
|
i-nucleo-lrwan1 \
|
|
lobaro-lorabox \
|
|
maple-mini \
|
|
microbit \
|
|
nrf51dk \
|
|
nrf51dongle \
|
|
nucleo-f030r8 \
|
|
nucleo-f031k6 \
|
|
nucleo-f042k6 \
|
|
nucleo-f070rb \
|
|
nucleo-f072rb \
|
|
nucleo-f103rb \
|
|
nucleo-f302r8 \
|
|
nucleo-f303k8 \
|
|
nucleo-f334r8 \
|
|
nucleo-f410rb \
|
|
nucleo-l031k6 \
|
|
nucleo-l053r8 \
|
|
opencm904 \
|
|
saml10-xpro \
|
|
saml11-xpro \
|
|
spark-core \
|
|
stm32f0discovery \
|
|
stm32l0538-disco \
|
|
#
|