fome-fw/firmware/util
Matthew Kennedy 59ccbcdf4d minor interpolation cleanup 2025-03-06 12:12:45 -08:00
..
containers minor interpolation cleanup 2025-03-06 12:12:45 -08:00
math biquad 2025-02-27 19:56:13 -08:00
cli_registry.cpp cisnan -> std::isnan 2024-07-22 12:05:17 -07:00
cli_registry.h bench test delay parameter is not useful 2023-08-03 17:34:55 -07:00
datalogging.cpp Remove stack checks (#558) 2025-02-18 17:33:24 -08:00
datalogging.h only check on firmware for now? 2024-06-10 01:00:23 -07:00
efi_scaled_channel.h
efilib.cpp min/maxF -> std::min/max 2024-09-25 14:02:00 -07:00
efilib.h a little bit of NC WSS 2024-11-07 11:43:33 -08:00
efitime.cpp common getTimeNowUs 2024-04-25 22:01:46 -07:00
efitime.h milliseconds are evil, use timer 2024-09-12 23:54:20 -07:00
loggingcentral.cpp != OK vs == RESET 2024-12-19 23:29:25 -08:00
loggingcentral.h only check on firmware for now? 2024-06-10 01:00:23 -07:00
os_util.cpp Os util update (#4574) 2022-09-13 17:57:13 -04:00
os_util.h ancient history dead histogram 2023-04-11 17:02:56 -07:00
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 comment didn't get moved for some previous refactor 2023-11-15 16:32:21 -08:00
tinymt32.c
tinymt32.h
util.mk simpler ETB jam detection #489 2024-09-17 17:58:19 -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.