fome-fw/firmware/util
Matthew Kennedy 227723484c useless comment 2024-08-29 22:40:53 -07:00
..
containers stringop-overflow error (#429) 2024-05-23 14:46:06 -07:00
math more dead efifeatures 2024-08-07 12:03:10 -07:00
cli_registry.cpp cisnan -> std::isnan 2024-07-22 12:05:17 -07:00
cli_registry.h
datalogging.cpp compile-time enforcement of printf strings 2024-06-10 00:53:24 -07:00
datalogging.h only check on firmware for now? 2024-06-10 01:00:23 -07:00
efi_scaled_channel.h
efilib.cpp typo 2024-04-01 16:20:52 -07:00
efilib.h useless comment 2024-08-29 22:40:53 -07:00
efitime.cpp common getTimeNowUs 2024-04-25 22:01:46 -07:00
efitime.h unit test time is actually stored in ticks 2024-04-27 02:04:25 -07:00
loggingcentral.cpp
loggingcentral.h only check on firmware for now? 2024-06-10 01:00:23 -07:00
os_util.cpp
os_util.h
peak_detect.h wrap times in simple structs 2024-04-25 15:46:53 -07:00
readme.md
timer.cpp clock32max 2024-04-25 14:47:49 -07:00
timer.h
tinymt32.c
tinymt32.h
util.mk

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.