fome-fw/firmware/util
Matthew Kennedy 774f4416a7 constexpr-ify log field list (#2548)
* constexprify

* reclaim ram

* more constexpr

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-04-13 20:16:18 -04:00
..
containers helping us trace CUSTOM_INTEPOLATE_ERROR 2021-04-08 16:14:06 -04:00
math helping us trace CUSTOM_INTEPOLATE_ERROR 2021-04-08 16:14:06 -04:00
cli_registry.cpp replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
cli_registry.h
common.h
datalogging.cpp improve sensor chart flush behavior (#2545) 2021-04-12 14:05:52 -04:00
datalogging.h replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
efilib.cpp replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
efilib.h
efitime.h
expected.h
histogram.c
histogram.h
loggingcentral.cpp type signature, guards 2021-03-15 17:11:11 -04:00
loggingcentral.h type signature, guards 2021-03-15 17:11:11 -04:00
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h constexpr-ify log field list (#2548) 2021-04-13 20:16:18 -04:00
timer.cpp
timer.h test_timer 2021-03-12 00:43:48 -05:00
util.mk error accumulator (#2434) 2021-03-08 07:40:46 -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.