Skip to content

Commit

Permalink
pio: create .map file for the resulting .elf
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Apr 7, 2021
1 parent 941ec74 commit 21794b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/scripts/pio_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

CI = "true" == os.environ.get("CI")

env.ProcessFlags("-Wl,-Map -Wl,${BUILD_DIR}/${PROGNAME}.map")

# Always show warnings for project code
projenv.ProcessUnFlags("-w")

Expand Down

0 comments on commit 21794b7

Please sign in to comment.