rusefi-1/firmware/util
dron0gus 76fa11d5e2 warning cleanup (#693)
* Kill annoing warnings about unused vars

* Kill annoing signed vs unsigned warnings

* Make ALWAYS_INLINE macro realy inlining

* Incorrect attribute placement.

While correct attribute placement cause ram4 overflow.
Move to correct place (to avoid gcc-2018-q4 errors) and comment
out.

* Silence -Wcast-function-type warnings

Cast to intermediate "void *" to lose compiler knowledge about the original
type and pass the warning. This is a workaround.
2019-02-21 05:44:45 -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
cli_registry.h
crc.c const (#648) 2019-01-05 08:06:18 -05:00
crc.h
cyclic_buffer.cpp
cyclic_buffer.h warning cleanup (#693) 2019-02-21 05:44:45 -05:00
data_buffer.c
data_buffer.h
datalogging.cpp console title and LCD status showing trash data bugfix 2019-01-11 19:29:13 -05:00
datalogging.h
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 getMaxUsedStack() - stack usage reseach mini progress 2019-02-12 19:05:06 -05:00
efilib2.h getMaxUsedStack() - stack usage reseach mini progress 2019-02-12 18:47:16 -05:00
histogram.c
histogram.h
listener_array.cpp
listener_array.h
loggingcentral.cpp
loggingcentral.h
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
rfiutil.c
rfiutil.h
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.