platform-atmelavr: Outdated ATTinyCore with i2c error

Current version 1.5.2: https://github.com/SpenceKonde/ATTinyCore/releases

I see in output:

PACKAGES: 
 - framework-arduinoavr 4.1.2 
 - toolchain-atmelavr 1.50400.190710 (5.4.0)

It’s hidden core version. Your version is 1.2.0:

.platformio/packages/framework-arduinoavr/libraries/__cores__/tiny/ATTinyCore/library.properties

name=ATTinyCore
version=1.2.0
author=Spence Konde
maintainer=Spence Konde <spencekonde@gmail.com>
  1. Where is framework-arduinoavr downloads 1.2.0 ATTinyCore?

  2. How I can use another ATTinyCore version safety?

Remark: I love platformio, opensourse and library management. BUT I can’t understand how Platformio framework management works! It wastes a lot of time for debugging framework errors!

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 23 (11 by maintainers)

Most upvoted comments

The ATTinyCore has been updated to the latest v1.5.2 in the dev branch, please test it with the upstream platform:

[env:envname]
platform = https://github.com/platformio/platform-atmelavr.git
framework = ...
board = ...