Skip to content

BOARD_INSUFFICIENT_MEMORY alignment #9965

@MrKevinWeiss

Description

@MrKevinWeiss

It is a hassle to add a board (especially that start with early characters) and keep alignment. If we add a abc_board we should push every other board down.

BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
                             arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
                             cc2650-launchpad cc2650stk hifive1 maple-mini \
                             mega-xplained microbit msb-430 msb-430h \
                             nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \
                             nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
                             nucleo-f070rb nucleo-f072rb nucleo-f103rb \
                             nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
                             nucleo-l073rz opencm904 spark-core \
                             stm32f0discovery telosb waspmote-pro \
                             weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

It would be nice to have a script to do the following:

BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
                             arduino-duemilanove \
                             arduino-mega2560 \
                             arduino-uno \
                             b-l072z-lrwan1 \
                             blackpill bluepill \
                             calliope-mini \
                             cc2650-launchpad \
                             cc2650stk \
                             hifive1 \
                             maple-mini \
                             mega-xplained \
                             microbit \
                             msb-430 \
                             msb-430h \
                             nrf51dongle \
                             nrf6310 \
                             nucleo-f031k6 \
                             nucleo-f042k6 \
                             nucleo-f303k8 \
                             nucleo-l031k6 \
                             nucleo-f030r8 \
                             nucleo-f070rb \
                             nucleo-f072rb \
                             nucleo-f103rb \
                             nucleo-f302r8 \
                             nucleo-f334r8 \
                             nucleo-l053r8 \
                             nucleo-l073rz \
                             opencm904 \
                             spark-core \
                             stm32f0discovery \
                             telosb \
                             waspmote-pro \
                             weio \
                             wsn430-v1_3b \
                             wsn430-v1_4 \
                             yunjia-nrf51822 \
                             z1

and maybe even add it to murdock with alphabetizing. Or we can think about adding the "standard"/murdock build sizes (since this is just to make murdock happy) that way it can just be a comparison instead of every single board below 256kB being manually entered.

Metadata

Metadata

Assignees

Labels

Area: build systemArea: Build systemArea: toolsArea: Supplementary toolsState: staleState: The issue / PR has no activity for >185 daysType: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions