platformio / platform-atmelmegaavr

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

framework-arduino-megaavr-dxcore outdated #55

Open fredrikvang opened 1 year ago

fredrikvang commented 1 year ago

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 bugs have been fixed in recent versions.

See also post: https://community.platformio.org/t/workaround-for-avrxxddxx-dxcore-outdated/32610?u=mr.vang

brunob45 commented 1 year ago

Hi @fredrikvang I have forked the official PlatformIO package with the updated DxCore version. You can find an example here: https://github.com/brunob45/dev-AVR-Dx

I'm using the custom platform https://github.com/brunob45/platform-atmelavrdx#dev/dxcore and the custom framework https://github.com/brunob45/framework-arduino-megaavr-dxcore#platformio

I see that another user opened a similar issue with SpenceKonde/DxCore#319. Usually, here is the correct place to request an update for the DxCore package

If this is working for you too, please consider requesting PR platformio/platform-atmelmegaavr#48 be merged in the main branch

bgersmann commented 10 months ago

Hi,

could you please update DxCore to 1.5.11 ?

Thanks