pio: create .map file for the resulting .elf

This commit is contained in:
Maxim Prokhorov
2021-04-07 03:44:30 +03:00
parent 941ec74baf
commit 21794b7892

View File

@@ -26,6 +26,8 @@ import os
CI = "true" == os.environ.get("CI")
env.ProcessFlags("-Wl,-Map -Wl,${BUILD_DIR}/${PROGNAME}.map")
# Always show warnings for project code
projenv.ProcessUnFlags("-w")