Platform Atmelavr Versions Save

Atmel AVR: development platform for PlatformIO

v5.0.0

5 months ago
  • 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!

v4.2.0

11 months ago

Thanks @MCUdude for your great contributions!

v4.1.0

1 year ago

Thanks @MCUdude for your great contributions!

v4.0.1

1 year ago
  • Removed simulators from "onboard debug" list

v4.0.0

1 year ago
  • 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 = ...

v3.4.0

2 years ago
  • Updated MCUdude's cores:
  • Updated simavr packages to v1.7.0
  • Fixed default clock source for several boards from ATTinyCore (#255)
  • Fixed memory sizes for SparkFun ATmega128RFA1 Dev Board (#257)

v3.3.0

3 years ago
  • Updated ATTinyCore to the latest v1.5.2 (release notes)
  • Removed unnecessary wrapping quotes from the avrdude upload command (#246)
  • Minor improvements

v3.2.0

3 years ago
  • Updated MCUdude's cores (#241):
  • digispark boards were switched to Arduino core by @ArminJo and updated micronucleus tool (#239)
  • The default toolchain switched to GCC v7.3.0 (#224)
  • Minor fixes and improvements

v3.1.0

3 years ago
  • 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:

v3.0.0

3 years ago
  • Updated cores:
  • Added initial support for avr-stub debug tool based on avr_debug GDB stub (special thanks to @msquirogac) (#205)
  • Improved support for more flexible fuses and bootloader programming. More information with examples in the docs
  • Minor fixes and improvements (issues #201, #203, #206)

Note

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