91d4844e38
* Extract time helpers from engine_controller_misc to efitime.cpp * Rename currentTimeMillis() to getTimeNowMs() We have getTimeNowNt(), getTimeNowUs(), currentTimeMillis() and getTimeNowSeconds() Align a bit. find . -type f -name '*.c*' -exec sed -i 's/currentTimeMillis/getTimeNowMs/g' {} \; * Rename getTimeNowSeconds() to getTimeNowS() To align with Nt, Us, Ms versions. * Some comments about getTimeNowLowerNt() |
||
---|---|---|
.. | ||
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.