Lines Matching refs:is
5 What is Tasmota?
8 `Tasmota <https://github.com/arendst/Tasmota>`__ is a widely used
11 Cloud services. Tasmota firmware is downloaded more than 200,000 times
19 What is Berry?
22 `Berry <https://github.com/berry-lang/berry>`__ is a ultra-lightweight
23 dynamically typed embedded scripting language. It is designed for
25 one-pass compiler and register-based VM, all the code is written in ANSI
26 C99. Berry offers a syntax very similar to Python, and is inspired from
27 LUA VM. It is fully integrated in Tasmota
37 - Flexible: Berry is a dynamic type script, and it's intended for embedding in applications.
41 in read-only code data segments, so the RAM usage of the interpreter is very low when it starts.
54 A comprehensive mapping of LVGL in Berry language is now available,
56 features. It is also possible to write custom widgets in Berry.
71 is also under development.