SpenceKonde / DxCore

Arduino core for AVR DA, DB, DD, EA and future DU-series parts - Microchip's latest and greatest AVRs. Library maintainers: Porting help and adviccee is available.
Other
189 stars 50 forks source link

jtag2updi compilation errors (any avrdx target) #24

Closed Dlloydev closed 4 years ago

Dlloydev commented 4 years ago

When compiling the jtag2updi firmware, getting multiple warnings: #warning "Part not supported - if you didn't provide all the needed pin definitions, that's why it's not compiling" Using DxCore 1.1.0-a with Windows 10 and Arduino 1.8.13

SpenceKonde commented 4 years ago

You must add the pin definitions to parts.h in order to add support for jtag2updi running on new hardware.

currently jtag2updi only supports programming these parts, not running on them, I don't think there are any particular obstables other than that, though.