Skip to content

4.0.0

Compare
Choose a tag to compare
@valeros valeros released this 31 May 18:06
· 34 commits to develop since this release
  • 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 = ...