Page 1 of 1

Lua RTOS updates

Posted: Thu Apr 13, 2017 12:33 am
by luartos
We are glad to announce new additions in Lua RTOS:

* CAN driver / Lua module
* SPI Ethernet driver (ENC424J600)
* LoRa WAN gateway

This is the current Lua RTOS status:

* Lua 5.3.4 interpreter at the top
* Added caches in the Lua VM for speed up scripts
* Lua Threads
* LoRa WAN stack (node and gateway)
* GPIO driver / Lua module
* SPI driver / Lua module
* I2C driver / Lua module
* ADC driver / Lua module
* UART driver / Lua module
* CAN driver / Lua module
* PWM driver / Lua module
* Wifi driver / Lua module
* Ethernet driver / Lua module
* Servo driver / Lua module
* Stepper driver / Lua module
* SPI Ethernet driver
* TFT driver / Lua module
* Segment display driver / Lua module
* NEOPIXEL driver / Lua module
* MQTT Lua module
* NVS Lua Module
* SD Card driver
* FAT files system
* SPIFFS file system

More info in:

https://github.com/whitecatboard/Lua-RTOS-ESP32

Best regards,

Lua RTOS team