rusefi-1/firmware/util
Matthew Kennedy 58619b4115
Scaled channel ints (#4129)
* test that fails today

* Revert "int32 scaled_channel has float precision #4128"

This reverts commit 03d44b75ea.

* fix the problem

* format

* x

* s
2022-05-02 15:20:02 -04:00
..
containers
math fix vss/iss filter parameter validation (#4114) 2022-04-27 22:29:51 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
datalogging.h
efilib.cpp
efilib.h Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
efitime.h
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
os_util.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
peak_detect.h
readme.md
scaled_channel.h Scaled channel ints (#4129) 2022-05-02 15:20:02 -04:00
timer.cpp
timer.h
tinymt32.c
tinymt32.h
util.mk allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -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.