cc95bd6c8e
* 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. |
||
---|---|---|
.. | ||
hw_layer | ||
test | ||
development.mk | ||
engine_emulator.cpp | ||
engine_emulator.h | ||
engine_sniffer.cpp | ||
engine_sniffer.h | ||
logic_analyzer.cpp | ||
logic_analyzer.h | ||
perf_trace.cpp | ||
perf_trace.h | ||
readme.txt | ||
rfi_perftest.cpp | ||
rfi_perftest.h | ||
sensor_chart.cpp | ||
sensor_chart.h |
readme.txt
All the stuff in this folder is optional and is not required to run the engine.