fome-fw/firmware/util
Matthew Kennedy 622021e799 switch rpm calculator to use timer class (#2005)
* add api

* rpm calculator

* fix fsio

* fix float

* remove wrong comment

* fix timer

* clang didn't like this

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-06 16:01:45 -05:00
..
containers Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
math fix #1968 (#1976) 2020-11-22 08:26:17 -05:00
cli_registry.cpp
cli_registry.h
common.h common.h: define MIN and MAX macro only if nod defined yet (#1896) 2020-10-22 08:41:44 -04:00
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 round rpm instead of truncating (#2023) 2020-12-06 00:11:57 -05:00
efilib.h unit tests in clang #2012 2020-12-04 23:59:21 -05:00
efitime.h Avoid float -> int64 conversion #1993 2020-12-03 10:31:16 -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 Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
timer.cpp switch rpm calculator to use timer class (#2005) 2020-12-06 16:01:45 -05:00
timer.h switch rpm calculator to use timer class (#2005) 2020-12-06 16:01:45 -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.