microchip-pic-avr-tools / pymcuprog

a Python utility for programming various Microchip MCU devices using Microchip CMSIS-DAP based debuggers
MIT License
96 stars 22 forks source link

Add support for attiny841 #26

Closed tdeckers closed 2 years ago

tdeckers commented 2 years ago

Any chance that you can add support for attiny841?

xedbg commented 2 years ago

Hi @tdeckers - while I would love to support "all AVRs", out resources are limited and focused on the new AVRs with UPDI interface. There are stubs in place which partially support the '328pb (an ISP-based-relative of the '841) although the protocol-layer probably has a few too many hardcoded bits right now to say its an easy addition, I'm afraid.

tdeckers commented 2 years ago

Understood. Thanks for the quick response!