Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linker MAP artifact to standard build process (#4186)
Generate and preserve a linker .MAP file for the project in the usual build directory. This map file is useful for finding out where FLASH, IROM, and IRAM are being used as it shows gcc internally generated things such as jump tables and constant function-local variables.
- Loading branch information