- 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
6 lines
100 B
Makefile
6 lines
100 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
nucleo-f031k6 \
|
|
nucleo-f042k6 \
|
|
stm32f0discovery \
|
|
#
|