You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
I remember that
avrasm32
does not produce debug file and EEPROM file ifd
ande
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?The text was updated successfully, but these errors were encountered: