rusefi-1/firmware/util
Matthew Kennedy 3ef969d743
warnings & assorted cleanup (#2793)
* lua hook

* validateBuffer

* tables

* simplify fsio table

* test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-06-03 14:30:25 -04:00
..
containers warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
math convert a table to scaled_channel (#2724) 2021-05-20 20:00:32 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
datalogging.h warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
efilib.cpp
efilib.h convert a table to scaled_channel (#2724) 2021-05-20 20:00:32 -04:00
efitime.h
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.c
os_util.h
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
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.