rusefi-1/firmware/util
Matthew Kennedy e2974cfeda
short term fuel trim: part 2 (#1405)
* add tooltip

* add other direction to deadband

* add impl

* test partitioning

* makefile

* wrong comment

* fix include
2020-05-07 08:52:32 -04:00
..
containers General purpose PWM: implementation & tests (#1366) 2020-04-26 14:06:28 -04:00
math short term fuel trim: part 2 (#1405) 2020-05-07 08:52:32 -04:00
cli_registry.cpp happy new year unification 2020-01-13 21:57:43 -05:00
cli_registry.h code style 2020-04-01 21:32:21 -04:00
datalogging.cpp class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
datalogging.h class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
efilib.cpp ETB testing: output, position clamping (#1333) 2020-04-20 13:52:20 -04:00
efilib.h steps towards tle8888 2020-05-06 19:15:52 -04:00
efitime.h refactoring: extracting DEEP_IN_THE_PAST_SECONDS contant 2020-01-31 01:21:56 -05:00
expected.h Closed loop controller base & ETB testing (#1322) 2020-04-19 17:18:47 -04:00
histogram.c happy new year unification 2020-01-13 21:57:43 -05:00
histogram.h code style 2020-04-01 21:32:21 -04:00
loggingcentral.cpp class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
loggingcentral.h class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
os_util.c happy new year 2020-01-08 00:02:40 -05:00
os_util.h code style 2020-04-01 21:32:21 -04:00
readme.md
rusefi_true.h code style 2020-04-01 21:32:21 -04:00
scaled_channel.h split out scaled channel header (#1156) 2020-02-24 16:47:10 -05:00
util.mk TS cleanup pass (#1225) 2020-03-25 23:00:17 -04:00

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.