github platformio/platform-atmelavr v4.0.0
4.0.0

latest releases: v5.0.0, v4.2.0, v4.1.0...
2 years ago
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming
  • Fixed broken configuration defines for several boards from ATTinyCore (#264, #265, #255)

Notes on deprecating the Simba framework:

This release deprecates support for the Simba framework as it's no longer maintained for this platform. To keep projects based on this framework compilable please lock the platform version to v3.4.0 in your platformio.ini file, for example:

[env:simba-legacy]
platform = atmelavr @ ~3.4.0
framework = simba
board = ...

Don't miss a new platform-atmelavr release

NewReleases is sending notifications on new releases.