custom-board-bundle-sample-.../firmware/util
Matthew Kennedy 483d4a2204
Debuggability in the new sensor world (#1238)
* rename to avoid conflict

* fix efilib

* add sensor printing

* makefile

* that check was already there

* const

* const

* fix tests

* formatting

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-03-30 18:29:42 -04:00
..
containers code style 2020-03-23 00:00:11 -04:00
math fine 2020-03-24 16:46:36 -04: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 Debuggability in the new sensor world (#1238) 2020-03-30 18:29:42 -04:00
efitime.h refactoring: extracting DEEP_IN_THE_PAST_SECONDS contant 2020-01-31 01:21:56 -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 Debuggability in the new sensor world (#1238) 2020-03-30 18:29:42 -04: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
scaled_channel.h split out scaled channel header (#1156) 2020-02-24 16:47:10 -05:00
util.mk TS cleanup pass (#1225) 2020-03-25 23:00:17 -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.