Device-specs error after Atmel AVR platform update to v3.3.0

Hi Guys,

Yesterday I upgraded the Atmel AVR platform to v3.3.0, unfortunately, I can’t compile anymore, I’m getting this:

Building in release mode
Compiling .pio\build\tml-t85-std\src\crt1.o
Compiling .pio\build\tml-t85-std\src\timonel.o
Archiving .pio\build\tml-t85-std\lib64a\libnb-twi-cmd.a
avr-gcc: error: device-specs/specs-attiny85: No such file or directory
avr-gcc: error: device-specs/specs-attiny85: No such file or directory
*** [.pio\build\tml-t85-std\src\crt1.o] Error 1
*** [.pio\build\tml-t85-std\src\timonel.o] Error 1
Indexing .pio\build\tml-t85-std\lib64a\libnb-twi-cmd.a

Any ideas?
Thank you!

Have you checked Unable to compile for Uno after reinstall?

If that does not work what’s the platformio.ini?

That was quick, thank you very much!`

I got this message after deleting the mentioned folders and restarting VS Code:

[5/15/2021, 8:22:47 AM] Unable to resolve configuration with compilerPath "C: /Users/<user>/.platformio/packages/toolchain-atmelavr/bin/avr-gcc.exe". Using "cl.exe" instead.

But now it is working again …

Yeah that’s VSCode temparily not finding the compiler as it was deleted, after a VSCode restart that should be good.