rusefi-1/firmware/util
andreika-git 1e8bebd5b3
Gen config refactor 2 (#1560)
* gen_config refactor, part II

* short board defines

* oops

* comment & undef

* define QUOTE

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-02 12:33:31 -04:00
..
containers General purpose PWM: implementation & tests (#1366) 2020-04-26 14:06:28 -04:00
math better file name 2020-05-25 13:02:05 -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 reducing constant dupliation 2020-05-31 13:40:48 -04:00
datalogging.h dead datalog code (#1439) 2020-05-16 00:11:52 -04:00
efilib.cpp 1 byte issue in TuneReadWriteTest fix #1512 2020-06-18 23:29:08 -04:00
efilib.h Gen config refactor 2 (#1560) 2020-07-02 12:33:31 -04:00
efitime.h refactoring: extracting DEEP_IN_THE_PAST_SECONDS contant 2020-01-31 01:21:56 -05:00
expected.h Closed loop controller base & ETB testing (#1322) 2020-04-19 17:18:47 -04:00
histogram.c
histogram.h code style 2020-04-01 21:32:21 -04:00
loggingcentral.cpp class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -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 split out scaled channel header (#1156) 2020-02-24 16:47:10 -05:00
unaligned.c Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -04:00
unaligned.h Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -04:00
util.mk Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -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.