rusefi-1/firmware/util
David Holdeman 6d4060d824
Doxygen titles (#2728)
* move addRow call

* undo submo bump

* add header titles
2021-05-22 22:10:58 +03:00
..
containers rewrite table3d (#2723) 2021-05-20 22:31:16 +03:00
math convert a table to scaled_channel (#2724) 2021-05-20 20:00:32 -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
datalogging.cpp remove intermediate buffer (#2668) 2021-05-10 08:01:24 -04:00
datalogging.h remove intermediate buffer (#2668) 2021-05-10 08:01:24 -04:00
efilib.cpp more Lua hooks (#2605) 2021-04-29 22:22:04 -04:00
efilib.h convert a table to scaled_channel (#2724) 2021-05-20 20:00:32 -04:00
efitime.h Avoid float -> int64 conversion #1993 2020-12-03 10:31:16 -05:00
expected.h
histogram.cpp Config generator jar (#2716) 2021-05-17 12:32:59 +03:00
histogram.h
loggingcentral.cpp make the simulator usable (#2717) 2021-05-17 12:44:02 +03:00
loggingcentral.h lua 5.4 (#2590) 2021-04-28 22:41:25 -04:00
os_util.c Config generator jar (#2716) 2021-05-17 12:32:59 +03:00
os_util.h clang warnings again #2055 2020-12-11 12:50:10 -05:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
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 Config generator jar (#2716) 2021-05-17 12:32:59 +03: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.