Releases: platformio/platform-atmelsam
Releases · platformio/platform-atmelsam
8.3.0
- Updated Arduino Core to v1.8.14 (release notes)
- Updated Adafruit Core to v1.7.16 (release notes)
- Updated Seeed Core to v1.8.5 (release notes)
8.2.1
- Keep OpenOCD package available in debug mode
- Drop support for abandoned Briki boards
8.2.0
- Updated Arduino Adafruit Core to v1.7.13 (release notes)
- Updated Arduino Seeed Core to v1.8.4 (release notes)
- Updated Arduino SODAQ Core to v1.8.9
- Updated OpenOCD package to the latest v0.12
- Removed duplicate macro in Seeeduino Wio Terminal manifest
8.1.0
- Updated Arduino Core to
v1.8.13
(release notes) - Updated Adafruit Arduino Core to
v1.7.10
(release notes) - Minor fixes and improvements
8.0.0
- 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 = ...
7.1.0
v7.0.0
- Updated Zephyr framework to
v2.7.0
(release notes) - Updated Arduino Adafruit core to
v1.7.5
(release notes) - Updated the OpenOCD package to the latest
v0.11
6.3.1
6.3.0
- Updated Zephyr framework to
v2.6.0
(release notes)
6.2.0
- New board SparkFun SAMD51 MicroMod
- Update Sparkfun SAMD core to
v1.8.3
- Updated LowPowerLab Moteino SAMD core to
v1.6.3
- Updated SODAQ SAMD
v1.8.6
(release notes)