rusefi-1/firmware/util
Andrey G e6cf82845b
Kill warnings (#2623)
* dead code

* rtc_helper: clean-up warnings

* kill unused
2021-05-04 18:55:27 -04:00
..
containers helping us trace CUSTOM_INTEPOLATE_ERROR 2021-04-08 16:14:06 -04:00
math rip the bandaid: find-replace most of scheduleMsg (#2572) 2021-04-21 12:53:13 -04:00
cli_registry.cpp rip the bandaid: find-replace most of scheduleMsg (#2572) 2021-04-21 12:53:13 -04:00
cli_registry.h Logging remove 3 (#2568) 2021-04-20 14:09:41 -04:00
common.h common.h: define MIN and MAX macro only if nod defined yet (#1896) 2020-10-22 08:41:44 -04:00
datalogging.cpp Kill warnings (#2623) 2021-05-04 18:55:27 -04:00
datalogging.h lua 5.4 (#2590) 2021-04-28 22:41:25 -04:00
efilib.cpp more Lua hooks (#2605) 2021-04-29 22:22:04 -04:00
efilib.h more Lua hooks (#2605) 2021-04-29 22:22:04 -04:00
efitime.h Avoid float -> int64 conversion #1993 2020-12-03 10:31:16 -05:00
expected.h fix expected (#1754) 2020-09-03 14:56:55 -04:00
histogram.c
histogram.h
loggingcentral.cpp finish it off: remove scheduleMsg (#2575) 2021-04-21 15:33:40 -04:00
loggingcentral.h lua 5.4 (#2590) 2021-04-28 22:41:25 -04:00
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 constexpr-ify log field list (#2548) 2021-04-13 20:16:18 -04:00
timer.cpp virtual zero timer (#2426) 2021-03-07 15:32:41 -05:00
timer.h test_timer 2021-03-12 00:43:48 -05:00
util.mk error accumulator (#2434) 2021-03-08 07:40:46 -05: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.