1
0
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:
Benjamin Valentin 2024-02-28 13:15:25 +01:00
parent 634b186d1d
commit fe48fae2ad

View File

@ -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}"