rusefi/firmware/util
rusefi 1d64003dd6 only:WrapAround62 goes to libfirmware 2023-08-30 23:47:26 -04:00
..
containers Move cyclic_buffer.h and fifo_buffer.h to libfirmware (#5544) 2023-08-26 15:59:45 -04:00
math refactoring: reducing code duplication. Also, do we even care for critical error codes?! 2023-08-20 22:23:44 -04:00
cli_registry.cpp
cli_registry.h
datalogging.cpp
datalogging.h
efi_scaled_channel.h
efilib.cpp
efilib.h
efiprintf.h
efitime.cpp only:WrapAround62 goes to libfirmware 2023-08-30 23:47:26 -04:00
efitime.h only:WrapAround62 goes to libfirmware 2023-08-30 23:47:26 -04:00
histogram.cpp
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.cpp
os_util.h
peak_detect.h
readme.md
tinymt32.c
tinymt32.h
util.mk only:timer.h goes to libfirmware! 2023-08-30 23:11:24 -04: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.