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

[feature-request #3] Add new avr devices support #77

Open
avrs-admin opened this issue Jan 27, 2022 · 1 comment
Open

[feature-request #3] Add new avr devices support #77

avrs-admin opened this issue Jan 27, 2022 · 1 comment

Comments

@avrs-admin
Copy link
Collaborator

logicnibble
2010-07-20 16:18:03

Some new devices are not supported by avarice, like the atmega324 variants: atmega324a and atmega324pa (only atmega324p is supported).
I've tested with version 2.10.
I'm using the ice-insight scripts, and avarice detects an unknown part signature and is not able to proceed.
Please check all other devices and different signatures that are not supported

This issue was migrated from https://sourceforge.net/p/avarice/feature-requests/3/

@avrs-admin
Copy link
Collaborator Author

joerg_wunsch
2012-11-05 16:37:09

Please make a reasonable attempt to add new devices yourself you
are in dire need for. Usually, this could easily be done by cloning
a respective entry in src/devdescr.cc.

Note that due to the way the device auto-detection works, only
devices with a different device ID need an entry of their own. This
singles out most of the "A" derivatives, as they are using the same
device ID as their non-A counterparts.

Using the -P option to override the device ID is merely meant to be
an option to circumvent the device autodetection, rather than the
normal operation.

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

1 participant