rusefi-1/firmware/util
andreika-git 2a39c69f51 iacPidMultTbl + EFI_IDLE_PID_CIC + kinetis_hysteresis (#1043)
* rename EFI_IDLE_INCREMENTAL_PID_CIC -> EFI_IDLE_PID_CIC

* Impl. IacPidMultTable

* Kinetis: Trigger Comparator Hysteresis settings (+adaptive mode)
2019-12-04 00:37:32 -05:00
..
containers iacPidMultTbl + EFI_IDLE_PID_CIC + kinetis_hysteresis (#1043) 2019-12-04 00:37:32 -05:00
math const + fwd declare pid things (#1024) 2019-11-22 15:55:38 -05:00
cli_registry.cpp add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
cli_registry.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
datalogging.cpp docs & code formatting 2019-11-19 18:17:03 -05:00
datalogging.h fancy C++ s/NULL/nullptr/ 2019-10-08 01:26:35 -04:00
efilib.cpp fix ltoa_internal: fix #948 (#949) 2019-09-23 08:45:45 -04:00
efilib.h cisnan() warnings fix (#1008) 2019-11-17 08:08:56 -05:00
efitime.h Delayed A/C compressor switch #922 2019-09-08 21:05:03 -04:00
histogram.c Refactoring: OS access should be explicit #867 2019-07-03 21:01:48 -04:00
histogram.h
loggingcentral.cpp EFI_CONSOLE_UART_DEVICE, flash->hw_ports, Fix TLE6240 and misc.fixes (#793) 2019-05-05 11:06:27 -04:00
loggingcentral.h
os_util.c refactoring: ChibiOS now offers native 'lockAnyContext' pattern 2019-08-11 15:23:15 -04:00
os_util.h refactoring: better file name 2019-07-06 20:15:49 -04:00
readme.md The Big Refactoring of 2019: folder structure #723 2019-03-31 16:33:16 -04:00
rusefi_true.h
util.mk refactoring: better file name 2019-07-06 20:15:49 -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.