Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Raspberry Pi Pico support?
Are there any plans to support the new Raspberry Pi Pico? https://www.raspberrypi.org/documentation/pico/getting-started/
https://www.youtube.com/channel/UCA4j-J-TFW_9Dt4iTwIjtYQ
Visit this channel for raspberry pi pico projects.
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.
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.
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.
Feel free to reopen in case of questions.