mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
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.)
19 lines
529 B
Diff
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";
|