rusefi/firmware/development
Scott Smith cc95bd6c8e
Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560)
* Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER*

for i in ": public EnginePtr " ", public EnginePtr" "EXPAND_Engine;" "EXPAND_Engine"; do
    git grep -l "$i" | xargs sed -i "s/$i//g"
done

git grep -l "inject" | xargs sed -i "/inject[(][)]/d"

for i in WITH_ENGINE_TEST_HELPER_SENS WITH_ENGINE_TEST_HELPER_BOARD_CALLBACK WITH_ENGINE_TEST_HELPER; do
    git grep -l "$i" | xargs sed -i "s/$i/EngineTestHelper eth/g"
done

git checkout firmware/controllers/core/engine_ptr.h
git checkout unit_tests/global.h

* Review fixups.
2021-11-16 16:52:11 -05:00
..
hw_layer remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
test
development.mk
engine_emulator.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
engine_emulator.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
engine_sniffer.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
engine_sniffer.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
logic_analyzer.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
logic_analyzer.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
perf_trace.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
perf_trace.h fast adc callback (#3031) 2021-07-23 14:19:59 -04:00
readme.txt
rfi_perftest.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
rfi_perftest.h
sensor_chart.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
sensor_chart.h

readme.txt

All the stuff in this folder is optional and is not required
to run the engine.