Skip to content

Commit

Permalink
Merge pull request #20376 from maribu/dist/tools/insufficient_memory
Browse files Browse the repository at this point in the history
dist/tools/insufficient_memory: add RISC-V failure mode
  • Loading branch information
maribu authored Feb 12, 2024
2 parents b04a4bb + 3718f48 commit 2c78b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -56,6 +56,7 @@ for BOARD in $(EXTERNAL_BOARD_DIRS="" make --no-print-directory info-boards-sup
if grep -e overflowed \
-e "not within region" \
-e "wraps around address space" \
-e "overlaps section" \
"$TMPFILE" > /dev/null; then
printf "${CBIG}%s${CRESET}\n" "too big"
BOARDS="${BOARDS} ${BOARD}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ for application in ${APPLICATIONS}; do
if grep -e overflowed \
-e "not within region" \
-e "wraps around address space" \
-e "overlaps section" \
"$TMPFILE" > /dev/null; then
printf "${CBIG}%s${CRESET}\n" "too big"
make -f "$(dirname "$0")"/Makefile.for_sh DIR="${RIOTBASE}/${application}" ADD_BOARDS="${BOARD}" Makefile.ci > /dev/null
Expand Down

0 comments on commit 2c78b7d

Please sign in to comment.