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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to