DxCore
DxCore copied to clipboard
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.
DxCore 1.5.11 AVR32DD14 This works: ``` void setup() { PORTMUX.TCAROUTEA = PORTMUX_TCA0_PORTD_gc; } void loop() { analogWrite(PIN_PD5, 128); } ``` This doesn't work: ``` void setup() { PORTMUX.TCDROUTEA = PORTMUX_TCD0_ALT4_gc;...
As it says in the title, attempting to autocomplete (ctrl-space) anything will have all options grayed out and crossed over. Does not occur when using any other Board library, such...
As per your request I have created a issue for the addition of my board to the supported boards in the core. I have created and tested the variants file...
@SpenceKonde I know you don't support the new Arduino IDE, but to improve overall experience, and mainly for me to avoid switching between different IDE's, I've written a a gdb-server...
A couple of issues. Firstly, I had to update Avrdude to a later version to get support for the AVR32EA64 - the provided one in DxCore doesn't work. That done,...