fome-fw/firmware/util
Matthew Kennedy 6218edd040 allow logging multiple warnings at once (#4414)
* allow logging multiple warnings at once

* comment

* .Code

* Revert ".Code"

This reverts commit 2b986bd50035aeec051d11aafd83fdbc1694351c.

* add a better comparison operator instead of conversion

* dot code

* Revert "dot code"

This reverts commit 35f6ae1007c41e3b30ea129a324f33ab4205036d.

* force gcc-10 maybe?

* Revert "force gcc-10 maybe?"

This reverts commit 4ddf8bcefddd354ccdc1da682c5fff1e68d44273.

* vq

* dot code

* dead

* dot code

* return may be null

* static_vector; maybe cyclic_buffer is broken or wrong tool for the job?

* move static vector

* put cyclic buffer back how it was since we don't use it now
2022-08-17 01:12:25 -04:00
..
containers allow logging multiple warnings at once (#4414) 2022-08-17 01:12:25 -04:00
math unconditional VVT PID logging 2022-08-17 00:47:31 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp move math (#4353) 2022-07-17 00:16:22 -04:00
efilib.h libfirmware gets efi::size (#4354) 2022-07-18 01:56:58 -04:00
efitime.h allow logging multiple warnings at once (#4414) 2022-08-17 01:12:25 -04:00
expected.h unexpected contains information about why it failed (#4393) 2022-07-28 10:04:28 +03:00
histogram.cpp
histogram.h
loggingcentral.cpp Start -> start (#4366) 2022-07-21 15:17:32 -04:00
loggingcentral.h looks like some lines are longer than 128 2022-05-19 22:55:03 -04:00
os_util.cpp
os_util.h
peak_detect.h
readme.md
scaled_channel.h use libfirmware for a few things (#4351) 2022-07-16 02:22:51 -04:00
timer.cpp m_hasSynchronizedSymmetrical handling improvements #4099 2022-05-09 04:04:38 -04:00
timer.h m_hasSynchronizedSymmetrical handling improvements #4099 2022-05-09 04:04:38 -04:00
tinymt32.c
tinymt32.h
util.mk use libfirmware for a few things (#4351) 2022-07-16 02:22:51 -04:00

readme.md

Util

In this folder we have all the tiny utility stuff.

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