mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
dist/tools/insufficient_memory: add 'does not fit in ROM' message
This commit is contained in:
parent
634b186d1d
commit
fe48fae2ad
@ -57,6 +57,7 @@ for BOARD in $(EXTERNAL_BOARD_DIRS="" make --no-print-directory info-boards-sup
|
||||
-e "not within region" \
|
||||
-e "wraps around address space" \
|
||||
-e "overlaps section" \
|
||||
-e "does not fit in ROM" \
|
||||
"$TMPFILE" > /dev/null; then
|
||||
printf "${CBIG}%s${CRESET}\n" "too big"
|
||||
BOARDS="${BOARDS} ${BOARD}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user