github platformio/platform-atmelsam v8.0.0
8.0.0

latest releases: v8.3.0, v8.2.1, v8.2.0...
2 years ago
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming
  • Added missing board macro for the Seeeduino XIAO board (#91)
  • Deprecated support for Simba and Mbed frameworks

Notes on deprecating Simba and Mbed frameworks:

This release deprecates support for the Simba and Mbed frameworks as they are no longer maintained for this platform. To keep projects based on these frameworks compilable please lock the platform version to v7.1.0 in your platformio.ini file, for example:

[env:simba-legacy]
platform = atmelsam @ ~7.1.0
framework = simba
board = ...

Don't miss a new platform-atmelsam release

NewReleases is sending notifications on new releases.