Replies: 3 comments 1 reply
-
Thanks for reaching out. AVRDUDE's main focus is programming 8-bit AVR devices, but the project doesn't mind extending coverage within reason. The AT89LP51/2 should be OK since, as you say, the project already covers the AT89S51/2 albeit for a limited number of programmers. And don't expect the So, yes, well-coded PRs that fit into the project are welcome (as evidenced by the 50+ contributors). Advance warning: The team is currently focussing on releasing v8.1 and there are periods of weeks at a time when no-one is available, so any PR might need a bit of patience, but it will eventually be reviewed and considered. What does a mode "Write Page With AutoErase" mean? Is this an AT89*51/2 thing? I believe AVRDUDE already utilises page erase for parts that offer a page erase programming mode (XMEGA, the modern UPDI AVR parts, ...). |
Beta Was this translation helpful? Give feedback.
-
OK, I see. Write Code Page with Auto-Erase looks like a completely different programming model, and I suspect implementing it for all supported ISP programmers would expand the maintenance surface of AVRDUDE beyond what the team can handle in terms of reviewing and maintenance time. Please consider providing This very likely means not implementing/using Write Code Page with Auto-Erase. |
Beta Was this translation helpful? Give feedback.
-
Ok. I completely understand complexity and absolutely fine if you reject that work, it might be too much for the few chips aside. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking at AT89LP51/52 at this point, since AT89S51/52 already there.
Also what about mode "Write Page With AutoErase"?
Any interest?
I'm implementing this in my fork, just wanted to know to keep fork separate or create PR case of success.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions