nodemcu-firmware/components/base_nodemcu
Jade Mattsson a3212b29ac Issue restart rather than second lua_main() call on LFS reload.
By the time we get informed that there's an LFS reload we've already
opened all the user libraries as well, so it's not safe to simply redo
that with a new lua_State. Currently that results in a hang, and a
manual reset is required to progress. Doing the automatic restart is
the correct approach here, even though this adds another reboot to the
LFS reload process.

Also fixed up a couple of minor issues when embedded-LFS is used.
2024-12-06 16:54:30 +11:00
..
include Upgrade to IDF v5.1.2 2024-02-02 14:50:57 +11:00
CMakeLists.txt Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00
ip_fmt.c Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
nodemcu.lf Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch. 2021-08-22 02:03:05 +10:00
user_main.c Issue restart rather than second lua_main() call on LFS reload. 2024-12-06 16:54:30 +11:00