1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/avrdude/xplainedpro_pdi.patch
Marian Buschsieweke 40739703c6 community/avrdude: clean up & programmer support
1. Clean up / fix the APKBUILD to build again (currently broken on
   master).
2. Add support for the xplainedpro_pdi by adding the configuration
   parameters. (New boards have been produced since the last release in
   2016. Luckily, the new hardware works out of the box with the
   additional configuration details.)
2021-03-09 14:45:24 +00:00

19 lines
529 B
Diff

This patch adds the configuration needed to used the EDBG debugger of an
XplainedPro in PDI mode, e.g. such as the one on the XMEGA A1U Xplained Pro
--- avrdude-6.3.orig/avrdude.conf.in
+++ avrdude-6.3/avrdude.conf.in
@@ -1095,6 +1095,14 @@
;
programmer
+ id = "xplainedpro_pdi";
+ desc = "Atmel AVR XplainedPro in PDI mode";
+ type = "jtagice3_pdi";
+ connection_type = usb;
+ usbpid = 0x2111;
+;
+
+programmer
id = "xplainedmini";
desc = "Atmel AVR XplainedMini in ISP mode";
type = "jtagice3_isp";