dac2ae9b1d
* 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. |
||
---|---|---|
.. | ||
containers | ||
math | ||
cli_registry.cpp | ||
cli_registry.h | ||
common.h | ||
datalogging.cpp | ||
datalogging.h | ||
efilib.cpp | ||
efilib.h | ||
efitime.h | ||
expected.h | ||
histogram.cpp | ||
histogram.h | ||
loggingcentral.cpp | ||
loggingcentral.h | ||
os_util.c | ||
os_util.h | ||
peak_detect.h | ||
readme.md | ||
rusefi_true.h | ||
scaled_channel.h | ||
timer.cpp | ||
timer.h | ||
util.mk |
readme.md
Util
In this folder we have all the tiny utility stuff.
Ideally, code from this folder should not depend on code from any other folder.