rusefi-1/firmware/util
Matthew Kennedy b110e01638
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
loggingcentral.h
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
util.mk

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.