-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
framework-arduino-avr package incredibly outdated #314
Comments
Is there anything we can do to help this move forward? There are some features missing that are a deal breaker for some projects! |
For those in need of using the latest version of the Arduino Core (1.8.6 as of today), I will be maintaing a repository with an upstream copy of the core with minimal modifications to make it work with platformio (package.json). It isn't my idea to fork this package, or to be maintaining this forever, but to have a working package until this one can be updated. For that very same reason I will not be publishing that repo in platformio's registry. If you need a different version let me know so I can add it :) To use this repository in your project:
|
@fermino config: [env]
platform = https://github.com/platformio/platform-atmelavr.git
platform_packages = https://github.com/fermino/framework-arduino-avr-upstream#upstream-1.8.6
framework = arduino
board = controllino_maxi error:
|
Hey :)
Try changing platform to "atmelavr".
…On Sun, Oct 8, 2023, 07:30 LaboDJ ***@***.***> wrote:
@fermino <https://github.com/fermino>
first of all thanks for your effort, I'm compiling in Linux and there is a
problem using your repo
config:
[env]platform = https://github.com/platformio/platform-atmelavr.gitplatform_packages = https://github.com/fermino/framework-arduino-avr-upstream#upstream-1.8.6framework = arduinoboard = controllino_maxi
error:
Resolving release dependencies...
Tool Manager: Installing platformio/framework-arduino-avr @ ~5.1.0
Unpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Tool Manager: ***@***.*** has been installed!
Tool Manager: Installing framework-arduino-avr-upstream @ *
UnknownPackageError: Could not find the package with 'framework-arduino-avr-upstream @ *' requirements for your system 'linux_x86_64'
—
Reply to this email directly, view it on GitHub
<#314 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6SXKD6NS6EJAXAESSKCO3X6J6ERAVCNFSM6AAAAAAYOVCABSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHE4TAMJRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just tested it... no luck
|
@labodj I didn't see it, you're missing the Try with this:
|
@fermino thanks it was an oversigth, now it works as expected! |
The latest release for the framework-arduino-avr package is from 3 years ago.
The source repository has had several releases since then. It would be great to get this package updated.
Since the package is owned by platformio, I hope opening an issue here is correct.
The text was updated successfully, but these errors were encountered: