Skip to content

Commit

Permalink
runner.py: update overflow list options
Browse files Browse the repository at this point in the history
Adds custom memory section names used in
Espressif linker files.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Jan 10, 2025
1 parent 918ddd6 commit 523af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pylib/twister/twisterlib/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def run_build(self, args=None):

if log_msg:
overflow_found = re.findall(
"region `(FLASH|ROM|RAM|ICCM|DCCM|SRAM|dram\\d_\\d_seg)' overflowed by",
"region `(FLASH|ROM|RAM|ICCM|DCCM|SRAM|IRAM|DROM|IROM)' overflowed by",
log_msg
)
imgtool_overflow_found = re.findall(
Expand Down

0 comments on commit 523af21

Please sign in to comment.