fome-fw/firmware/util
Matthew Kennedy 498824eff4 tabs 2024-03-12 15:28:52 -07:00
..
containers avoid some misc shadowing 2023-11-01 13:58:39 -07:00
math PID shadowing 2023-11-01 17:01:52 -07:00
cli_registry.cpp optimize for hot thread stacks and data in CCM 2024-01-06 19:37:35 -08:00
cli_registry.h bench test delay parameter is not useful 2023-08-03 17:34:55 -07:00
datalogging.cpp avoid more shadowing 2023-11-01 15:52:30 -07:00
datalogging.h avoid more shadowing 2023-11-01 15:52:30 -07:00
efi_scaled_channel.h different file names for different entities 2022-09-04 23:11:19 -04:00
efilib.cpp avoid more shadowing 2023-11-01 15:52:30 -07:00
efilib.h tabs 2024-03-12 15:28:52 -07:00
efitime.cpp we use small time units here in the future (#287) 2023-11-01 22:31:27 -07:00
efitime.h we use small time units here in the future (#287) 2023-11-01 22:31:27 -07:00
loggingcentral.cpp avoid more shadowing 2023-11-01 15:52:30 -07:00
loggingcentral.h
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
readme.md
timer.cpp comment didn't get moved for some previous refactor 2023-11-15 16:32:21 -08: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 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.