rusefi-1/firmware/util
Matthew Kennedy 747b3d2fa8
fix #1968 (#1976)
* tanf

* name

* comment, add test
2020-11-22 08:26:17 -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 code style 2020-04-01 21:32:21 -04:00
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 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 put getTimeNowLowerNt in to mpu_util (#1950) 2020-11-18 14:17:00 -05:00
expected.h fix expected (#1754) 2020-09-03 14:56:55 -04:00
histogram.c
histogram.h code style 2020-04-01 21:32:21 -04:00
loggingcentral.cpp Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
loggingcentral.h class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
os_util.c Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
os_util.h code style 2020-04-01 21:32:21 -04:00
readme.md
rusefi_true.h code style 2020-04-01 21:32:21 -04:00
scaled_channel.h Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
util.mk simplify getTimeNowNt() (#1876) 2020-10-15 08:57:13 -04: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.