rusefi-1/firmware/util
Matthew Kennedy 7d657106d7
warning cleanup (#4020)
2022-03-22 16:53:24 -04:00
..
containers volatile increment warning 2022-02-26 22:58:51 -05:00
math flash storage uses 32 bit CRC (#3984) 2022-03-08 23:17:35 -05:00
cli_registry.cpp cli_registry: save 99 bytes (#3992) 2022-03-13 09:18:45 -04:00
cli_registry.h cli registry: rework this hell, add FFF and FFFFF (#3964) 2022-02-26 16:58:10 -05:00
common.h
datalogging.cpp dead code 2021-11-08 19:01:18 -05:00
datalogging.h dead code 2021-11-08 19:01:18 -05:00
efilib.cpp docs 2022-03-19 19:33:37 -04:00
efilib.h warning cleanup (#4020) 2022-03-22 16:53:24 -04:00
efitime.h less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp delimeter is not comma (#3533) 2021-11-19 12:01:45 +03:00
loggingcentral.h less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
os_util.c
os_util.h
peak_detect.h
readme.md
scaled_channel.h
timer.cpp refactoring launch 2021-11-15 19:34:42 -05:00
timer.h more API 2021-11-14 14:53:44 -05:00
tinymt32.c skipspark script kills ECU fix #3611 2021-11-25 22:40:19 -05:00
tinymt32.h skipspark script kills ECU fix #3611 2021-11-25 22:40:19 -05:00
util.mk safer file name (#3861) 2022-01-31 21:51:32 -05: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.