arduino / ArduinoCore-megaavr

Arduino Core for the ATMEGA4809 CPU
103 stars 62 forks source link

Instruct the compiler to generate a map file during the compilation #96

Closed aentinger closed 3 years ago

MCUdude commented 3 years ago

Would someone like to explain why map files are useful? I'm asking because I've never really used them, and was wondering why this was merged without a doubt...

aentinger commented 3 years ago

They are in all probability not that useful for the casual Arduino user but can be quite interesting if you want to find code that consumes rather large areas of flash.