You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/13 23:02:59 UTC

[GitHub] [tvm] guberti opened a new pull request, #11694: [microTVM] Add support for the Raspberry Pi Pico via Arduino

guberti opened a new pull request, #11694:
URL: https://github.com/apache/tvm/pull/11694

   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](https://github.com/earlephilhower/arduino-pico), so this PR only includes changes to add it to the RVM and allow `rpipico` to be passed to TVMC.
   
   It is worth noting that there is a [different, now-deprecated SDK](https://github.com/arduino/ArduinoCore-mbed) written by Arduino, which was also for the Raspberry Pi Pico. However, this SDK has [a major bug](https://github.com/arduino/ArduinoCore-API/pull/163) 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mehrdadh merged pull request #11694: [microTVM] Add support for the Raspberry Pi Pico via Arduino

Posted by GitBox <gi...@apache.org>.
mehrdadh merged PR #11694:
URL: https://github.com/apache/tvm/pull/11694


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org