platform-atmelmegaavr
platform-atmelmegaavr copied to clipboard
Atmel megaAVR: development platform for PlatformIO
for AVR-DD's ... - adds setting mvio fuse support - enables updi pin bit by default may help closing issues #60
Added a board definition for the AVR16DD14
atmelmegaavr installs [email protected] instead of platformio/[email protected] by default. The old version of gcc lacks the spec files, includes, and libraries needed for the new AVR Dx parts and many of...
Hey, could you add the actual DXCore version. Or could I do this somehow local for me by myself? Thanks
Could you please upgrade `framework-arduino-megaavr-megatinycore` to 2.6.9? Thanks
On DD-series with 14 or 20 pins, TCB1 is the default millis timer (see https://github.com/SpenceKonde/DxCore/blob/master/megaavr/extras/Ref_Timers.md). But in arduino.py the timer TCB2 is defined for all DxCore dvices. ref: https://github.com/platformio/platform-atmelmegaavr/blob/aae69d4c9d317ef2e63e2e7ca89ba8ac5b85c6fb/builder/frameworks/arduino.py#L137C25-L137C25 One...
Platform-atmelmegaavr currently depends an outdated version of dxcore (1.4.5 and 1.4.10 available on PlatformIO, but 1.5.6 available on GitHub and Arduino IDE). This causes build failures for AVR64DD28, and several...
This is a copy of the discourse [thread](https://community.platformio.org/t/atmelavr-toolchain-iom4808-h-file-missing-usart3/34143) on the same topic, I was asked to make an issue here. Hello, I would just like to preface this with: **I...
If one uses the Arduino IDE to load a bootloader (or hex including a bootloader) into a 4808 (perhaps also other chips as well) by default it places the bootload...
i think the pre-defined fuses for the AVR64DD28 leave the UPDI pin in gpio mode and set the MVIO register bit in a reserved configuration, neither yes or no. I...