rusefi-1/firmware/util
Matthew Kennedy 2083b34cf9
simplify getTimeNowNt() (#1876)
* remove old impl

* add cpp wrapper to os_access

* clean up os_access

* remove touchTimeCounter

* new impl

* put comment about lock free impl

* include cpp wrappers for BL

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-10-15 08:57:13 -04:00
..
containers simplify getTimeNowNt() (#1876) 2020-10-15 08:57:13 -04:00
math scale tables using type system (#1776) 2020-09-10 18:44:10 -04:00
cli_registry.cpp happy new year unification 2020-01-13 21:57:43 -05:00
cli_registry.h code style 2020-04-01 21:32:21 -04:00
common.h Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -04:00
datalogging.cpp logging simplification: switch bare functions to member functions: try the second (#1794) 2020-09-13 11:49:25 +03:00
datalogging.h logging simplification: switch bare functions to member functions: try the second (#1794) 2020-09-13 11:49:25 +03:00
efilib.cpp logging simplification: switch bare functions to member functions: try the second (#1794) 2020-09-13 11:49:25 +03:00
efilib.h Gen config refactor 2 (#1560) 2020-07-02 12:33:31 -04:00
efitime.h Trigger sync lost every 2^32 CPU cycles #1873 2020-10-11 18:17:30 -04:00
expected.h fix expected (#1754) 2020-09-03 14:56:55 -04:00
histogram.c happy new year unification 2020-01-13 21:57:43 -05:00
histogram.h code style 2020-04-01 21:32:21 -04:00
loggingcentral.cpp logging simplification: switch bare functions to member functions: try the second (#1794) 2020-09-13 11:49:25 +03:00
loggingcentral.h class constructors are a great way to have simple initialization sequence 2020-05-03 11:49:06 -04:00
os_util.c happy new year 2020-01-08 00:02:40 -05:00
os_util.h code style 2020-04-01 21:32:21 -04:00
readme.md The Big Refactoring of 2019: folder structure #723 2019-03-31 16:33:16 -04:00
rusefi_true.h code style 2020-04-01 21:32:21 -04:00
scaled_channel.h display base fuel mass in milligrams (#1838) 2020-09-30 20:19:51 -04:00
util.mk simplify getTimeNowNt() (#1876) 2020-10-15 08:57:13 -04:00

readme.md

In this folder we have all the tiny utility stuff.

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