whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

Raspberry Pi Pico support? #383

Closed ShoesForClues closed 1 year ago

ShoesForClues commented 3 years ago

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

panchalnikunj commented 3 years ago

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

Visit this channel for raspberry pi pico projects.

tochinet commented 2 years ago

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.

ShoesForClues commented 2 years ago

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.

mgliewe commented 2 years ago

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.

the0ne commented 1 year ago

Feel free to reopen in case of questions.