platformio / platform-renesas-ra

Renesas RA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/renesas-ra
Apache License 2.0
10 stars 5 forks source link

Upgrade framework-arduinorenesas-uno #12

Closed runger1101001 closed 1 year ago

runger1101001 commented 1 year ago

https://github.com/arduino/ArduinoCore-renesas/tree/1.0.4 has been recently released, but platform-renesas-ra 1.1.0 is using framework-arduinorenesas-uno in the 1.0.2 version.

Is there a way to override this from the platformio.ini?

Is this even the correct project to report this bug? Where I can I find the definition of framework-arduinorenesas-uno?

Thank you!

valeros commented 1 year ago

Thanks for reporting, updated.

runger1101001 commented 1 year ago
runger@Richards-Pro-2 minima_pwm_test % pio pkg update -t framework-arduinorenesas-uno                             
Resolving uno_r4_minima dependencies...
Tool Manager: Updating framework-arduinorenesas-uno @ 1.0.2
Tool Manager: Removing framework-arduinorenesas-uno @ 1.0.2
Tool Manager: framework-arduinorenesas-uno@1.0.2 has been removed!
Tool Manager: Installing platformio/framework-arduinorenesas-uno @ 1.0.4
Downloading  [####################################]  100%          
Unpacking  [####################################]  100%
Tool Manager: framework-arduinorenesas-uno@1.0.4 has been installed!

❤️ Thanks so much for the super-fast response!