platformio / platform-atmelmegaavr

Atmel megaAVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelmegaavr
Apache License 2.0
29 stars 21 forks source link

DxCore - add Curiosity Nano boards #35

Closed brunob45 closed 2 years ago

brunob45 commented 2 years ago

I added the Curiosity Nano DA & DB board definitions.

I confirmed that the build and upload work on my Curiosity Nano AVR128DA48, both on windows (as-is) and linux (avrdude fixed #31).

Also, since MILLIS_USE_TIMER is defined in arduino.py, I removed the compiler flag from every .json board definitions, because they were conflicting.

valeros commented 2 years ago

Many thanks!

brunob45 commented 2 years ago

Wow, that was fast! You're welcome :)