rusefi-1/firmware/util
Matthew Kennedy f1897ba7aa
less dependence on that logger (#3884)
* less dependence on that logger

* comma

* refactor a bit, make it clear what this thing actually *does*

* static

* shrink the buffer a bit and make names useful

* dead util that's just subtraction lol
2022-02-09 06:53:16 -05:00
..
containers delayedShutoffRequested (#3881) 2022-02-02 14:57:19 -05:00
math safer file name (#3861) 2022-01-31 21:51:32 -05:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp
efilib.h flash savings (#3858) 2022-01-31 08:57:37 -05:00
efitime.h less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp
loggingcentral.h less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
os_util.c
os_util.h
peak_detect.h
readme.md
scaled_channel.h
timer.cpp
timer.h
tinymt32.c
tinymt32.h
util.mk safer file name (#3861) 2022-01-31 21:51:32 -05:00

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.