-
Notifications
You must be signed in to change notification settings - Fork 85
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
How to support RP2040 multicore ? #161
Comments
The latest updates of earle toolchain caused the issue. You may revert to earlier toolchain.
|
Hi @hippo5329, Thanks for your advice. Just make sure that I understand well, here below my current platformio.ini :
In order to add board_build.core = earlephilhower and compile without error, I should modify my platformio.ini as below :
and would be able to use the dual cores of the RP2040, is that correct ? What I am still confused is that without board_build.core = earlephilhower, the default Arduino core (RP2040 included) seems to be https://github.com/arduino/ArduinoCore-mbed (!?!?) and now the Arduino core is the Arduino-Pico of Earle F. Philhower, which seems to be a big change in terms of core libraries. You opinion on this ? Thanks and best regards, |
"board_build.core = earlephilhower" should be added for more boards support. |
Hi Forum,
We have the need of using the dual cores of the RP2040. PlatformIO documentation suggested to add
board_build.core = earlephilhower
into the platformio.ini but I faced with the following error :
Without adding above line into the platformio.ini, the code was compiled without any problem but it got use only the first core of RP2040.
Thanks in advance and best regards,
Khang
The text was updated successfully, but these errors were encountered: