Lua-RTOS-ESP32
Lua-RTOS-ESP32 copied to clipboard
Lua RTOS for ESP32
Even using pyenv, ESP-IDF creates a Python install at `~/.espressif/python_env/idf5.0_py3.10_env/bin/python` and forces it to be the default. But Lua RTOS doesn't support Python 3. At this point you have two...
Running Windoze 10 and hanging ESP32 board off COM9. Understanding wcc is a separate project but because the destructions followed were from this project. Installed pre-compiled wcc binary as per...
Building gives this output: ``` Using sdkconfig file Finding a serial port with USB VID:PID SETH-OTA ... No serial ports defined in boards.json, using the serial port defined in ESPTOOLPY_PORT...
Is there any plan to upgrade to a more recent idf? I would be willing to volunteer, but it might involve some major changes in the codebase and the build...
Steps to reproduce if you already have Lua-RTOS-ESP32 set up to 'make': 1. `make clean` to clear out past makes. 2. `make` 3. choose 8 (Espressif Systems ESP-WROVER-KIT) 4. choose...
beautified ota output, try to look like the flash tool output added option to provide server from lua added option to provide a project name from lua so that one...
adds the count of heap blocks and the total allocated heap bytes for each process. note that thread.list now also includes dead threads that have exited already but didn't free...
There are devices that can be run in "Arduino ICSP mode", this is SPI but no CS signal. This also makes sense if you only have one SPI device and...
fix for #384
Are there any plans to support the new Raspberry Pi Pico? https://www.raspberrypi.org/documentation/pico/getting-started/