avra
avra copied to clipboard
`d` and `e` options act differently compared to `avrasm32`
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?
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.