fome-fw/firmware/util
Matthew Kennedy f21eee0cca bench test delay parameter is not useful 2023-08-03 17:34:55 -07:00
..
containers sprinkle in some constexpr 2023-07-01 20:41:44 -07:00
math fix apparent CopyPaste error assigning OBD fault (#194) 2023-07-17 02:35:35 -07:00
cli_registry.cpp bench test delay parameter is not useful 2023-08-03 17:34:55 -07:00
cli_registry.h bench test delay parameter is not useful 2023-08-03 17:34:55 -07:00
datalogging.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
datalogging.h
efi_scaled_channel.h
efilib.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
efilib.h ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
efitime.cpp
efitime.h
loggingcentral.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
loggingcentral.h
os_util.cpp
os_util.h ancient history dead histogram 2023-04-11 17:02:56 -07:00
peak_detect.h
readme.md
timer.cpp
timer.h we play a little fast and loose with Timer, ensure it gets no vtable 2023-07-25 23:32:49 -07:00
tinymt32.c
tinymt32.h
util.mk ancient history dead histogram 2023-04-11 17:02:56 -07:00

readme.md

Util

In this folder we have all the tiny utility stuff.

Ideally, code from this folder should not depend on code from any other folder.