rusefi/firmware/util
Matthew Kennedy 0e70d08a22
Add fallback map table (#2248)
* table

* sd math

* config

* debug channel name

* ptr vs not ptr

* actually use return value

* memory

* less magic
2021-01-31 17:19:06 -05:00
..
containers Add fallback map table (#2248) 2021-01-31 17:19:06 -05:00
math templated interpolate2d (#2221) 2021-01-11 08:00:15 -05:00
cli_registry.cpp simplify confirmation (#2131) 2020-12-24 16:54:22 -05:00
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp round rpm instead of truncating (#2023) 2020-12-06 00:11:57 -05:00
efilib.h RAM efficiency of VR crank trigger shapes #2182 2021-01-04 22:13:59 -05:00
efitime.h Avoid float -> int64 conversion #1993 2020-12-03 10:31:16 -05:00
expected.h
histogram.c
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.c clang warnings again #2055 2020-12-11 12:50:10 -05:00
os_util.h clang warnings again #2055 2020-12-11 12:50:10 -05:00
readme.md
rusefi_true.h
scaled_channel.h
timer.cpp handle negative timer delta (#2110) 2020-12-21 06:16:58 -05:00
timer.h switch rpm calculator to use timer class (#2005) 2020-12-06 16:01:45 -05:00
util.mk

readme.md

In this folder we have all the tiny utility stuff.

Ideally, code from this folder should not depend on code from any other folder.