Programmer for AVR microcontrollers
- Added support for ATmega324PB. Tested on ATmega324PB Xplained Pro Board.
- Added support for UPDI over Microchip nEDBG. Tested on AVR-IoT WG Development Board.
- Added support for UPDI, PDI, DW, JTAG, ISP over Microchip MPLAB Snap. Tested on ATmega1284P via ISP.
This is a rough guide since it only documents changes already performed. So far new devices are still fairly compatibile with existing ones, but this will most likely not always be the case. It is not intendend to be an extensive porting guide.
- Add the device to ./avrdude.conf.in. It can be linked to a parent device, otherwise it needs to be recreated from scratch.
- Add the debugger to ./avrdude.conf.in. Based on connection type additional fields may need to be filled.
Forked from latest sources at AVRDUDE Project.