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

Adding tiny42x support #11

Open
gregoiregentil opened this issue Apr 8, 2022 · 0 comments
Open

Adding tiny42x support #11

gregoiregentil opened this issue Apr 8, 2022 · 0 comments

Comments

@gregoiregentil
Copy link

I think that you could add support for tiny42x by adding at https://github.com/Polarisru/updiprog/blob/master/devices.c#L138

{
"tiny42x",
0x8000,
4 * 1024,
64,
0x0F00,
0x1000,
0x1100,
0x1280,
0x1300,
10
},

taken from https://github.com/microchip-pic-avr-tools/pymcuprog/blob/main/pymcuprog/deviceinfo/devices/attiny424.py

The only difference with attiny41x seems to be 10 fuses instead of 11 (unless I'm mistaken).

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