fome-fw/firmware/util
Andrey G 4c074fb9c8 common.h: define MIN and MAX macro only if nod defined yet (#1896)
This fix compilation error for Kinetis and Cypress if common.h
is included after platform includes which also defines MIN MAX.
2020-10-22 08:41:44 -04:00
..
containers progress 2020-10-22 00:57:11 -04:00
math
cli_registry.cpp
cli_registry.h
common.h common.h: define MIN and MAX macro only if nod defined yet (#1896) 2020-10-22 08:41:44 -04:00
datalogging.cpp
datalogging.h
efilib.cpp
efilib.h
efitime.h Trigger sync lost every 2^32 CPU cycles #1873 2020-10-11 18:17:30 -04:00
expected.h
histogram.c
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h display base fuel mass in milligrams (#1838) 2020-09-30 20:19:51 -04:00
util.mk simplify getTimeNowNt() (#1876) 2020-10-15 08:57:13 -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.