Lua-RTOS-ESP32 icon indicating copy to clipboard operation
Lua-RTOS-ESP32 copied to clipboard

Raspberry Pi Pico support?

Open ShoesForClues opened this issue 4 years ago • 4 comments

Are there any plans to support the new Raspberry Pi Pico? https://www.raspberrypi.org/documentation/pico/getting-started/

ShoesForClues avatar Jan 26 '21 06:01 ShoesForClues

https://www.youtube.com/channel/UCA4j-J-TFW_9Dt4iTwIjtYQ

Visit this channel for raspberry pi pico projects.

panchalnikunj avatar Feb 13 '21 13:02 panchalnikunj

After one year without a valid response, the answer is obviously no. Porting software from ESP32 to RPi is not simple at all, RPi usually is running Linux and ESP32 runs FreeRTOS.

tochinet avatar Feb 01 '22 17:02 tochinet

After one year without a valid response, the answer is obviously no. Porting software from ESP32 to RPi is not simple at all, RPi usually is running Linux and ESP32 runs FreeRTOS.

FreeRTOS has already been ported to the Pi Pico. The RP2040 isn't restrained to a specific OS and neither is the ESP32.

ShoesForClues avatar Feb 18 '22 22:02 ShoesForClues

The rp2040 is a much more memory restricted, I assume LuaRTOS would have to be stripped down a lot. Also, the build system is quiet ESP-IDF specific.

You might want to take a look at https://github.com/kevinboone/luapico instead.

mgliewe avatar Apr 18 '22 21:04 mgliewe

Feel free to reopen in case of questions.

the0ne avatar Dec 02 '22 13:12 the0ne