Skip to content

Releases: platformio/platform-atmelsam

6.1.0

28 May 13:08
Compare
Choose a tag to compare

6.0.1

04 Mar 18:33
Compare
Choose a tag to compare
  • Fixed linker flag for Seeed Core that broke build process (#149)
  • Better handling of serverless debug probes

6.0.0

26 Feb 22:04
Compare
Choose a tag to compare

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.

5.1.1

07 Jan 14:32
Compare
Choose a tag to compare

5.1.0

23 Dec 11:38
Compare
Choose a tag to compare

5.0.2

08 Dec 11:44
Compare
Choose a tag to compare
  • Disabled J-Link GUI when uploading firmware

5.0.1

18 Nov 20:46
Compare
Choose a tag to compare
  • Pull meteca packages from its own organization

5.0.0

11 Nov 14:00
Compare
Choose a tag to compare
  • 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.

4.5.1

07 Jul 12:20
Compare
Choose a tag to compare
  • Fixed backward compatibility with the stable PlatformIO Core

4.5.0

06 Jul 13:12
Compare
Choose a tag to compare
  • Updated Zephyr framework to v2.3.0 (release notes)
    • Added support for MenuConfig target
    • Minor bugfixes and improvements