platform-atmelsam

Atmel SAM: development platform for PlatformIO

APACHE-2.0 License

Stars
82
Committers
16

Bot releases are visible (Hide)

platform-atmelsam - 8.3.0 Latest Release

Published by valeros 5 months ago

platform-atmelsam - 8.2.1

Published by ivankravets 8 months ago

  • Keep OpenOCD package available in debug mode
  • Drop support for abandoned Briki boards
platform-atmelsam - 8.2.0

Published by valeros over 1 year ago

  • 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
platform-atmelsam - 8.1.0

Published by valeros over 2 years ago

  • Updated Arduino Core to v1.8.13 (release notes)
  • Updated Adafruit Arduino Core to v1.7.10 (release notes)
  • Minor fixes and improvements
platform-atmelsam - 8.0.0

Published by valeros over 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 = ...
platform-atmelsam - 7.1.0

Published by valeros over 2 years ago

  • Updated Zephyr framework to v2.7.1 (release notes)
  • Enabled LTO support (#181)
platform-atmelsam -

Published by valeros almost 3 years ago

  • 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
platform-atmelsam - 6.3.1

Published by valeros about 3 years ago

  • Fixed default upload flags for SAME51-based boards (#167)
platform-atmelsam - 6.3.0

Published by valeros about 3 years ago

platform-atmelsam - 6.2.0

Published by valeros over 3 years ago

platform-atmelsam - 6.1.0

Published by valeros over 3 years ago

platform-atmelsam - 6.0.1

Published by valeros over 3 years ago

  • Fixed linker flag for Seeed Core that broke build process (#149)
  • Better handling of serverless debug probes
platform-atmelsam - 6.0.0

Published by valeros over 3 years ago

Breaking Zephyr API changes

Please note, Zephyr v2.5.0 contains API changes that might break legacy projects. More information about deprecated functionality and removed APIs can be found here.

platform-atmelsam - 5.1.1

Published by valeros almost 4 years ago

platform-atmelsam - 5.1.0

Published by valeros almost 4 years ago

platform-atmelsam - 5.0.2

Published by valeros almost 4 years ago

  • Disabled J-Link GUI when uploading firmware
platform-atmelsam - 5.0.1

Published by valeros almost 4 years ago

  • Pull meteca packages from its own organization
platform-atmelsam - 5.0.0

Published by valeros almost 4 years ago

  • Updated Zephyr framework to v2.4.0 (release notes)
  • Updated Arduino SAMD core to v1.8.9 (release notes)
  • Minor bugfixes and improvements

Breaking Zephyr API changes

Zephyr v2.4 deprecates Zephyr integer types in favor of C99 integer types. More information about other API changes can be found here.

platform-atmelsam - 4.5.1

Published by valeros over 4 years ago

  • Fixed backward compatibility with the stable PlatformIO Core
platform-atmelsam - 4.5.0

Published by valeros over 4 years ago

  • Updated Zephyr framework to v2.3.0 (release notes)
    • Added support for MenuConfig target
    • Minor bugfixes and improvements