Replies: 1 comment
-
For now, I'm reverting to something a bit more old skool, as I get the feeling EA core support isn't quite baked yet, so it would be best to use a better supported tool chain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I'm trying to move to PlatformIO as a build environment from VisualMicro.
I have a new board build round the AVR64EA32 (I needed those timers!).
Which results in:
If I alter the board to
AVR64DB32
, it works, and we get:Now, the DX core version there looks old (1.5.6), so I guess the EA isn't supported by it.
The Arduino boards manager shows 1.5.10 available, so I could fall back to using VisualMicro/old school, but I'd rather not.
So, what incantation do I need to get PlatformIO to fetch the latest DXcore, since it looks like whatever feed it's using is stale?
Beta Was this translation helpful? Give feedback.
All reactions