Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d and e options act differently compared to avrasm32 #38

Open
sitd2813 opened this issue Jun 26, 2021 · 1 comment
Open

d and e options act differently compared to avrasm32 #38

sitd2813 opened this issue Jun 26, 2021 · 1 comment

Comments

@sitd2813
Copy link

sitd2813 commented Jun 26, 2021

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
Copy link
Owner

Ro5bert commented Jul 10, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants