This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
nodemcu-firmware
mirror of
https://github.com/nodemcu/nodemcu-firmware.git
Watch
1
Star
0
Fork
You've already forked nodemcu-firmware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3579f52c1b
nodemcu-firmware
/
components
/
lua
/
project_include.cmake
2 lines
65 B
CMake
Raw
Normal View
History
Unescape
Escape
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch. Changes have been kept to a minimum, but a serious chunk of work was needed to move from 8266isms to IDFisms. Some things got refactored into components/lua/common, in particular the LFS location awareness. As part of this work I also evicted our partition table manipulation code, as with the current IDF it kept breaking checksums and rendering things unbootable, which is the opposite of helpful (which was the original intent behind it). The uart module got relocated from base_nodemcu to the modules component properly, after I worked out how to force its inclusion using Kconfig alone.
2021-08-21 17:39:54 +02:00
idf_build_set_property
(
COMPILE_DEFINITIONS
-DLUA_USE_ESP
APPEND
)