rusefi/firmware/util
Matthew Kennedy 3334a6963c
oh my god we've had no asserts (#3595)
2021-11-22 17:52:03 -05:00
..
containers oh my god we've had no asserts (#3595) 2021-11-22 17:52:03 -05:00
math j1850 SAE crc8 2021-11-22 14:03:52 -05:00
cli_registry.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
cli_registry.h Logging remove 3 (#2568) 2021-04-20 14:09:41 -04:00
common.h
datalogging.cpp dead code 2021-11-08 19:01:18 -05:00
datalogging.h dead code 2021-11-08 19:01:18 -05:00
efilib.cpp delimeter is not comma (#3533) 2021-11-19 12:01:45 +03:00
efilib.h Lua: changing "table" API 2021-11-14 16:29:46 -05:00
efitime.h Overflow in currentTimeMillis and getTimeNowSeconds #3531 2021-11-11 16:39:23 -05:00
expected.h
histogram.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
histogram.h
loggingcentral.cpp delimeter is not comma (#3533) 2021-11-19 12:01:45 +03:00
loggingcentral.h delimeter is not comma (#3533) 2021-11-19 12:01:45 +03:00
os_util.c Config generator jar (#2716) 2021-05-17 12:32:59 +03:00
os_util.h
peak_detect.h knock sensing peak detect (#2910) 2021-07-06 21:44:59 -04:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
scaled_channel.h Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
timer.cpp refactoring launch 2021-11-15 19:34:42 -05:00
timer.h more API 2021-11-14 14:53:44 -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.