From fe48fae2ad01fd6cc2bf36081f6e4e544f252ccc Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 28 Feb 2024 13:15:25 +0100 Subject: [PATCH] dist/tools/insufficient_memory: add 'does not fit in ROM' message --- dist/tools/insufficient_memory/create_makefile.ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/tools/insufficient_memory/create_makefile.ci.sh b/dist/tools/insufficient_memory/create_makefile.ci.sh index 7f2c0e257b..a4c87fe34b 100755 --- a/dist/tools/insufficient_memory/create_makefile.ci.sh +++ b/dist/tools/insufficient_memory/create_makefile.ci.sh @@ -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}"