custom-board-bundle-sample-.../firmware/controllers/core
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
..
common_headers.h generate java enum from C enum? generate both C and java from yaml? #2102 2021-10-23 22:07:44 -04:00
core.mk The Big Refactoring of 2019: folder structure #723 2019-12-04 01:11:10 -05:00
engine_ptr.h Remove a bunch of macros from engine_ptr.h (#3562) 2021-11-17 10:01:39 +03:00
error_handling.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
error_handling.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
fsio_core.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fsio_core.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fsio_impl.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
fsio_impl.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
state_sequence.cpp Change users of MultiChannelStateSequence to use the API (#3524) 2021-11-11 09:19:22 -05:00
state_sequence.h Change users of MultiChannelStateSequence to use the API (#3524) 2021-11-11 09:19:22 -05:00