76fa11d5e2
* 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. |
||
---|---|---|
.. | ||
LocalVersionHolder.cpp | ||
LocalVersionHolder.h | ||
biquad.cpp | ||
biquad.h | ||
cli_registry.cpp | ||
cli_registry.h | ||
crc.c | ||
crc.h | ||
cyclic_buffer.cpp | ||
cyclic_buffer.h | ||
data_buffer.c | ||
data_buffer.h | ||
datalogging.cpp | ||
datalogging.h | ||
efilib.cpp | ||
efilib.h | ||
efilib2.cpp | ||
efilib2.h | ||
histogram.c | ||
histogram.h | ||
listener_array.cpp | ||
listener_array.h | ||
loggingcentral.cpp | ||
loggingcentral.h | ||
pid.cpp | ||
pid.h | ||
readme.txt | ||
rfiutil.c | ||
rfiutil.h | ||
rusefi_true.h | ||
util.mk |
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.