rusefi-1/firmware/util
rusefillc caea5283ae Faster enginePins.stopPins() #3070
refactoring: reducing magic constants
2021-07-28 14:14:51 -04:00
..
containers warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
math Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
datalogging.h warnings & assorted cleanup (#2793) 2021-06-03 14:30:25 -04:00
efilib.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
efilib.h Fix swap macro (#2904) 2021-07-04 18:03:17 -04:00
efitime.h fix nonlinear correction threshold (#3060) 2021-07-25 20:42:26 -04:00
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp make the simulator usable (#2717) 2021-05-17 12:44:02 +03:00
loggingcentral.h
os_util.c
os_util.h
peak_detect.h knock sensing peak detect (#2910) 2021-07-06 21:44:59 -04:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
rusefi_true.h
scaled_channel.h
timer.cpp Faster enginePins.stopPins() #3070 2021-07-28 14:14:51 -04:00
timer.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.