fome-fw/firmware/util
Andrey G 68ee1c6a1f Os util update (#4574)
* chVTSetAny: "this could be simplified"

* os_utils: use Chibi's CriticalSectionLocker
2022-09-13 17:57:13 -04:00
..
containers tear down Engine god object #4511 2022-09-05 03:07:03 -04:00
math os_access.h dead? 2022-09-07 15:56:45 -04:00
cli_registry.cpp cli_registry: save 99 bytes (#3992) 2022-03-13 09:18:45 -04:00
cli_registry.h cli registry: rework this hell, add FFF and FFFFF (#3964) 2022-02-26 16:58:10 -05:00
common.h
datalogging.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
datalogging.h
efi_scaled_channel.h different file names for different entities 2022-09-04 23:11:19 -04:00
efilib.cpp move math (#4353) 2022-07-17 00:16:22 -04:00
efilib.h libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
efitime.cpp time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
efitime.h dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
expected.h unexpected contains information about why it failed (#4393) 2022-07-28 10:04:28 +03:00
histogram.cpp
histogram.h
loggingcentral.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
loggingcentral.h looks like some lines are longer than 128 2022-05-19 22:55:03 -04:00
os_util.cpp Os util update (#4574) 2022-09-13 17:57:13 -04:00
os_util.h allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
peak_detect.h
readme.md
timer.cpp m_hasSynchronizedSymmetrical handling improvements #4099 2022-05-09 04:04:38 -04:00
timer.h tear down Engine god object #4511 2022-09-01 19:00:16 -04:00
tinymt32.c
tinymt32.h
util.mk time routines refactor (#4563) 2022-09-11 13:06:03 -04: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.