fome-fw/firmware/console
Andrey G 1ca5988877 time routines refactor (#4563)
* Extract time helpers from engine_controller_misc to efitime.cpp

* Rename currentTimeMillis() to getTimeNowMs()

We have getTimeNowNt(), getTimeNowUs(), currentTimeMillis() and getTimeNowSeconds()
Align a bit.

find . -type f -name '*.c*' -exec sed -i 's/currentTimeMillis/getTimeNowMs/g' {} \;

* Rename getTimeNowSeconds() to getTimeNowS()

To align with Nt, Us, Ms versions.

* Some comments about getTimeNowLowerNt()
2022-09-11 13:06:03 -04:00
..
binary time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
binary_log time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
connector_uart_dma.cpp
connector_uart_dma.h
console.mk JNI for test coverage #3965 2022-03-15 13:05:24 -04:00
console_io.cpp allow enum_class in rusefi_hw_enums.h (#4104) 2022-04-25 20:38:16 -04:00
console_io.h
eficonsole.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
eficonsole.h
ethernet_console.cpp Start -> start (#4366) 2022-07-21 15:17:32 -04:00
lwipopts.h
status_loop.cpp time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
status_loop.h refactoring 2022-03-14 23:02:00 -04:00
usb_console.cpp Start -> start (#4366) 2022-07-21 15:17:32 -04:00