rusefi-1/firmware/util
rusefi 46bdbf82d1 refactoring: reducing code duplication 2019-02-23 12:33:49 -05:00
..
LocalVersionHolder.cpp The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-01-15 21:51:09 -05:00
LocalVersionHolder.h The Big Refactoring of 2019: configuration version should not be a global variable #656 2019-01-15 21:51:09 -05:00
biquad.cpp better (?) location for files 2019-01-28 01:09:13 -05:00
biquad.h better (?) location for files 2019-01-28 01:09:13 -05:00
cli_registry.cpp bringing std types together 2018-12-08 15:51:45 -05:00
cli_registry.h progress 2018-11-25 22:31:44 -05:00
crc.c const (#648) 2019-01-05 08:06:18 -05:00
crc.h find_cygwin . -type f -print0 | xargs -0 dos2unix 2017-03-24 13:41:36 -04:00
cyclic_buffer.cpp auto-sync 2015-07-10 09:01:56 -04:00
cyclic_buffer.h warning cleanup (#693) 2019-02-21 05:44:45 -05:00
data_buffer.c refactoring 2018-09-16 22:39:46 -04:00
data_buffer.h auto-sync 2017-01-03 06:05:22 -05:00
datalogging.cpp refactoring: reducing code duplication 2019-02-23 12:33:49 -05:00
datalogging.h refactoring 2018-09-16 22:00:14 -04:00
efilib.cpp docs by Matt K 2019-01-06 20:48:15 -05:00
efilib.h Improve wall wetting AE to use time constant (#650) 2019-01-06 20:45:51 -05:00
efilib2.cpp Why do we use so much stack? #695 2019-02-23 12:12:34 -05:00
efilib2.h getMaxUsedStack() - stack usage reseach mini progress 2019-02-12 18:47:16 -05:00
histogram.c refactoring 2018-09-16 22:39:46 -04:00
histogram.h auto-sync 2017-01-03 06:05:22 -05:00
listener_array.cpp refactoring 2018-09-16 22:26:57 -04:00
listener_array.h Workarounds for GCC 8 (#637) 2018-12-27 09:40:40 -05:00
loggingcentral.cpp new configurable option EFI_TEXT_LOGGING 2018-09-16 23:54:14 -04:00
loggingcentral.h separating data structure from global state 2018-08-31 22:19:19 -04:00
pid.cpp better (?) variable names 2019-02-10 22:47:49 -05:00
pid.h better (?) location for files 2019-01-28 01:09:13 -05:00
readme.txt auto-sync 2015-07-10 09:01:56 -04:00
rfiutil.c refactoring 2018-09-16 22:39:46 -04:00
rfiutil.h removing dead code 2018-09-17 21:17:36 -04:00
rusefi_true.h better (?) location for files 2019-01-28 01:09:13 -05:00
util.mk better (?) location for files 2019-01-28 01:09:13 -05:00

readme.txt

In this folder we have all the tiny utility stuff.

Ideally, code from this fould should not depend on code from any other folder.