rusefi/firmware/util
Matthew Kennedy 923d2c2e44
unexpected contains information about why it failed (#4393)
* unexpected can contain information

* info printing

* sensors return appropriate error codes

* remove reliance on undefined behavior

* s
2022-07-28 10:04:28 +03:00
..
containers
math
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp
efilib.h libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
efitime.h
expected.h unexpected contains information about why it failed (#4393) 2022-07-28 10:04:28 +03:00
histogram.cpp
histogram.h
loggingcentral.cpp Start -> start (#4366) 2022-07-21 15:17:32 -04:00
loggingcentral.h
os_util.cpp
os_util.h
peak_detect.h
readme.md
scaled_channel.h
timer.cpp
timer.h
tinymt32.c
tinymt32.h
util.mk

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.