fome-fw/firmware/util
Matthew Kennedy d5f9479f28
ObdCode is enum class (#77)
* change ObdCode to enum class builds firmware

* test builds

* don't need this line at all

* can we go down to uint16_t?
2023-04-12 23:44:33 -07:00
..
containers ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
math ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
cli_registry.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
cli_registry.h more dead stuff 2023-03-31 23:11:01 -07:00
datalogging.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
datalogging.h
efi_scaled_channel.h
efilib.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
efilib.h ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
efitime.cpp
efitime.h
loggingcentral.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
loggingcentral.h
os_util.cpp
os_util.h ancient history dead histogram 2023-04-11 17:02:56 -07:00
peak_detect.h
readme.md
timer.cpp
timer.h
tinymt32.c
tinymt32.h
util.mk ancient history dead histogram 2023-04-11 17:02:56 -07: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.