Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
153 stars 39 forks source link

`d` and `e` options act differently compared to `avrasm32` #38

Open sitd2813 opened 3 years ago

sitd2813 commented 3 years ago

I remember that avrasm32 does not produce debug file and EEPROM file if d and e option are not provided. However, avra produce both files by default even though I did not provided the options. If you do not have specific reason to keep this feature, how about changing the behavior to only produce those files if the options are provided?

Ro5bert commented 3 years ago

Sorry for the late reply. I agree that outputting debug and EEPROM files by default is annoying. A semi-rewrite of some AVRA internals is underway, and I'll fix the d and e options as part of that.