4.0.0
- 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 = ...