[microTVM] Add support for the Raspberry Pi Pico via Arduino #11694
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds microTVM support for the Raspberry Pi Pico, which uses the Raspberry Pi foundation's RP2040 microcontroller. It worked out of the box when using the community-built SDK, so this PR only includes changes to add it to the RVM and allow
rpipicoto be passed to TVMC.It is worth noting that there is a different, now-deprecated SDK written by Arduino, which was also for the Raspberry Pi Pico. However, this SDK has a major bug that stops microTVM from working on it. It's not an issue though, as the RP2040 version of this SDK is deprecated anyway.
This PR also fixes the ESP32 base URL to use a fixed version, instead of a floating one.
cc @alanmacd @gromero @mehrdadh