rusefi-1/firmware/util
Matthew Kennedy ba0c48e0ac use NT_PER_SECOND instead of convert from microseconds (#1107)
* add NT_PER_SECOND

* missed a few

* inject tooth logger timestamp

* inject
2020-01-19 22:23:41 -05:00
..
containers happy new year unification 2020-01-13 21:57:43 -05:00
math happy new year unification 2020-01-13 21:57:43 -05:00
cli_registry.cpp happy new year unification 2020-01-13 21:57:43 -05:00
cli_registry.h happy new year unification 2020-01-13 21:57:43 -05:00
datalogging.cpp happy new year unification 2020-01-13 21:57:43 -05:00
datalogging.h happy new year unification 2020-01-13 21:57:43 -05:00
efilib.cpp happy new year unification 2020-01-13 21:57:43 -05:00
efilib.h happy new year unification 2020-01-13 21:57:43 -05:00
efitime.h use NT_PER_SECOND instead of convert from microseconds (#1107) 2020-01-19 22:23:41 -05:00
histogram.c happy new year unification 2020-01-13 21:57:43 -05:00
histogram.h happy new year unification 2020-01-13 21:57:43 -05:00
loggingcentral.cpp happy new year unification 2020-01-13 21:57:43 -05:00
loggingcentral.h happy new year unification 2020-01-13 21:57:43 -05:00
os_util.c happy new year 2020-01-08 00:02:40 -05:00
os_util.h happy new year unification 2020-01-13 21:57:43 -05:00
readme.md The Big Refactoring of 2019: folder structure #723 2019-03-31 16:33:16 -04:00
rusefi_true.h happy new year unification 2020-01-13 21:57:43 -05:00
util.mk refactoring: better file name 2019-07-06 20:15:49 -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.