Skip to content

Commit

Permalink
dist/tools/insufficient_memory: add 'does not fit in ROM' message
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 28, 2024
1 parent 634b186 commit fe48fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/tools/insufficient_memory/create_makefile.ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit fe48fae

Please sign in to comment.