rusefi/firmware/controllers/lua
Scott Smith 823d9a07e0
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
..
luaaa@a7854a5928 update luaaa (#3540) 2021-11-12 22:10:05 -05:00
lua.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
lua.hpp
lua.mk refatoring: splitting lua hooks into multiple files 2021-11-02 23:27:48 -04:00
lua_can_rx.cpp Revert "lua can: one step back" 2021-10-29 16:32:41 -04:00
lua_hooks.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
lua_hooks.h
lua_hooks_util.cpp Something something Automatic Compression Release #3442 2021-11-11 21:38:49 -05:00
lua_hooks_util.h refatoring: splitting lua hooks into multiple files 2021-11-02 23:27:48 -04:00
luaconf.h
rusefi_lua.h Lua CAN RX (#3403) 2021-10-24 08:37:04 -04:00
system_lua.cpp system lua: load a script! (#3231) 2021-09-23 21:45:14 -04:00