custom-board-bundle-sample-.../firmware/util
Matthew Kennedy d48367d565
timer (#1994)
2020-11-30 19:35:06 -05:00
..
containers
math fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
datalogging.h Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
efilib.cpp fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
efilib.h fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
efitime.h avoid float -> int64 conversion #1977 2020-11-23 23:33:46 -05:00
expected.h
histogram.c
histogram.h
loggingcentral.cpp Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
loggingcentral.h
os_util.c Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
os_util.h
readme.md
rusefi_true.h
scaled_channel.h
timer.cpp timer (#1994) 2020-11-30 19:35:06 -05:00
timer.h timer (#1994) 2020-11-30 19:35:06 -05:00
util.mk timer (#1994) 2020-11-30 19:35:06 -05:00

readme.md

In this folder we have all the tiny utility stuff.

Ideally, code from this folder should not depend on code from any other folder.