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

Lua RTOS for ESP32

Results 59 Lua-RTOS-ESP32 issues
Sort by recently updated
recently updated
newest added

I need to be able to tell the os to always put the history file in ramfs, never in fat storage. This is not an option, it always defaults to...

It outputs ``` E (286082) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0x107 E (286083) diskio_sdmmc: sdmmc_read_blocks failed (263) ``` but I have no way to see if the sd card can be...

I followed the instructions for building on Linux Debian. But at the end, I got build errors about mismatched toolchains. It looks like it was expecting and older version and...

If there is more than one file in a mkromfs src folder, I get a segfault error in a "romfs_file_seek_internal" function due to access to "entry->file.content". Am I violating any...

Network driver (tested on lan8720) works only once. 2 different scenarios: **1. DHCP after DHCP** / > net.en.setup() / > net.en.start(false) [..IP is ok..] / > net.en.stop() / > net.en.setup()...

When I run `docker build -t luartos:1.0.0 .`, it gets to Step 10 then complains: ``` Step 10/15 : RUN /usr/bin/python -m pip install --user -r ~/esp-idf/requirements.txt ---> Running in...

I flashed LuaRTOS to my device using generic ESP32 board to be safe but can anyone point me to a better match? I'm really not too knowledgeable about the ESP32...

hi, thanks for the awesome work, but does the project still being maintained ?, i noticed that the last commit was 2 hears ago and the organization has few active...

When I run `wcc -p /dev/ttyACM0 -f -d`, I got this output : ``` 2025/03/04 14:32:39 AppFolder: /usr/bin 2025/03/04 14:32:39 AppFileName: /usr/bin/wcc 2025/03/04 14:32:39 AppDataFolder: /home/user/.whitecat-create-agent 2025/03/04 14:32:39 AppDataTmpFolder: /home/user/.whitecat-create-agent/tmp...