fome-fw/firmware/util
Matthew Kennedy ce142907a0 replace print/printMsg with scheduleMsg (#2497)
* start cleaning

* disabled feature means don't print that it's disabled

* cli

* usages

* printMsg -> scheduleMsg

* this is alllll dead now

* no crlf please

* all hope is lost if you manage to hit this line

* tests

* tests

* ok we did actually need that part

* sim

* d

* kinetis

* it did ifdef, not if

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-26 17:23:26 -04:00
..
containers Add fallback map table (#2248) 2021-01-31 17:19:06 -05:00
math Implement nonlinear fuel level sender (#2473) 2021-03-19 08:39:08 -04:00
cli_registry.cpp replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
cli_registry.h
common.h
datalogging.cpp replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
datalogging.h replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
efilib.cpp replace print/printMsg with scheduleMsg (#2497) 2021-03-26 17:23:26 -04:00
efilib.h
efitime.h
expected.h
histogram.c
histogram.h
loggingcentral.cpp type signature, guards 2021-03-15 17:11:11 -04:00
loggingcentral.h type signature, guards 2021-03-15 17:11:11 -04:00
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h
timer.cpp virtual zero timer (#2426) 2021-03-07 15:32:41 -05:00
timer.h test_timer 2021-03-12 00:43:48 -05:00
util.mk error accumulator (#2434) 2021-03-08 07:40:46 -05: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.