rusefi/firmware/util
Andreika 46ded5cbcb
Move cyclic_buffer.h and fifo_buffer.h to libfirmware (#5544)
* Move cyclic_buffer.h and fifo_buffer.h to libfirmware

* move cyclic_buffer.h and fifo_buffer.h to containers dir
2023-08-26 15:59:45 -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 encapsulation preparing for libfirmware move 2023-08-08 23:53:59 -04:00
cli_registry.h CLI encapsulation preparing for libfirmware move 2023-08-08 23:02:20 -04:00
datalogging.cpp only:better method name 2023-06-25 02:08:53 -04:00
datalogging.h
efi_scaled_channel.h
efilib.cpp CLI encapsulation preparing for libfirmware move 2023-08-08 22:58:17 -04:00
efilib.h CLI encapsulation preparing for libfirmware move 2023-08-08 22:58:17 -04:00
efiprintf.h encapsulation 2023-08-08 06:03:56 -04:00
efitime.cpp
efitime.h
histogram.cpp it's going to be painful 2023-04-29 00:44:00 -04:00
histogram.h
loggingcentral.cpp console "spark 1" bench hands up proteus #5320 2023-06-11 23:23:17 -04:00
loggingcentral.h
os_util.cpp
os_util.h
peak_detect.h
readme.md
timer.cpp only:more timer API 2023-06-15 17:30:55 -04:00
timer.h we play a little fast and loose with Timer, ensure it gets no vtable 2023-07-26 07:45:14 -04:00
tinymt32.c
tinymt32.h
util.mk CLI encapsulation preparing for libfirmware move 2023-08-08 23:53:59 -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.