rusefi-1/firmware/util
rusefi 256a4a2637 Revert "logging simplification: switch bare functions to member functions (#1788)"
This reverts commit d941bdc5
2020-09-12 04:36:24 -04:00
..
containers define map3d functions in class (#1785) 2020-09-10 22:03:16 -04:00
math scale tables using type system (#1776) 2020-09-10 18:44:10 -04:00
cli_registry.cpp
cli_registry.h code style 2020-04-01 21:32:21 -04:00
common.h Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -04:00
datalogging.cpp Revert "logging simplification: switch bare functions to member functions (#1788)" 2020-09-12 04:36:24 -04:00
datalogging.h Revert "logging simplification: switch bare functions to member functions (#1788)" 2020-09-12 04:36:24 -04:00
efilib.cpp Revert "logging simplification: switch bare functions to member functions (#1788)" 2020-09-12 04:36:24 -04:00
efilib.h Gen config refactor 2 (#1560) 2020-07-02 12:33:31 -04:00
efitime.h
expected.h fix expected (#1754) 2020-09-03 14:56:55 -04:00
histogram.c
histogram.h code style 2020-04-01 21:32:21 -04:00
loggingcentral.cpp Revert "logging simplification: switch bare functions to member functions (#1788)" 2020-09-12 04:36:24 -04:00
loggingcentral.h class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
os_util.c
os_util.h code style 2020-04-01 21:32:21 -04:00
readme.md
rusefi_true.h code style 2020-04-01 21:32:21 -04:00
scaled_channel.h
util.mk Analog input filtering (#1680) 2020-08-21 19:47:12 -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.