We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: