Open doctea opened 3 days ago
what is the arduino core version ?
what is the arduino core version ?
I'll check precise version and get back to you. I believe it should be the latest version of the earlephilhower arduino-pico core, though.
My platformio.ini says platform = https://github.com/maxgerhardt/platform-raspberrypi
and board_build.core = earlephilhower
and it was installed on the 20th November -- is that all you need to know?
Operating System
Windows 11
Arduino IDE version
VSCode+Platformio
Board
RP2040
ArduinoCore version
n/a
TinyUSB Library version
f13b57a01aaed4fe51b3000cb3ce89ad8c8c83dc
Sketch as ATTACHED TXT
n/a
Compiled Log as ATTACHED TXT
What happened ?
Updated to newer version of TinyUSB on my RP2040 project, compile fails with the output below. I've done a
git bisect
and found thatf13b57a01aaed4fe51b3000cb3ce89ad8c8c83dc is the first bad commit
. Hope this helps someone!How to reproduce ?
Compile on RP2040 with any version of TinyUSB after commit f13b57a01aaed4fe51b3000cb3ce89ad8c8c83dc.
Debug Log
No response
Screenshots
No response