Skip to content

Releases: platformio/platform-atmelavr

5.0.0

29 Nov 12:54
Compare
Choose a tag to compare
  • Updated Arduino AVR core to v1.8.6 (#314)
  • Updated MCUdude's cores (#320):
  • MCUdude cores switched to AVRDUDE v7.2
  • Added initial support for the Urboot bootloader for MigntyCore, MiniCore, MegaCore, or MajorCore (#321)
  • Fixed an issue with excessive quotes when path to AVRDUDE contains a whitespace character (#297)

Thanks @MCUdude, @thijses for great contributions!

4.2.0

19 May 11:33
Compare
Choose a tag to compare

Thanks @MCUdude for your great contributions!

4.1.0

06 Feb 17:39
Compare
Choose a tag to compare

Thanks @MCUdude for your great contributions!

4.0.1

05 Jan 14:05
Compare
Choose a tag to compare
  • Removed simulators from "onboard debug" list

4.0.0

31 May 18:06
Compare
Choose a tag to compare
  • 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 = ...

3.4.0

31 Aug 13:36
Compare
Choose a tag to compare

3.3.0

29 Mar 16:39
Compare
Choose a tag to compare
  • Updated ATTinyCore to the latest v1.5.2 (release notes)
  • Removed unnecessary wrapping quotes from the avrdude upload command (#246)
  • Minor improvements

3.2.0

25 Feb 18:31
Compare
Choose a tag to compare

3.1.0

31 Dec 13:41
Compare
Choose a tag to compare
  • Updated MicroCore to v2.0.2 (release notes)
  • The bootloader size for MCUdude's cores is now calculated dynamically (#207, #217)
  • Minor fixes and improvements

Minor releases of MCUdude's cores:

3.0.0

29 Oct 16:35
Compare
Choose a tag to compare

Note

This release deprecates the program target used for uploading firmware via an external programmer.
Instead a custom upload_command option should be used.