rusefi/firmware/console
Andrey G 91d4844e38
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
console_io.cpp
console_io.h
eficonsole.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
eficonsole.h
ethernet_console.cpp
lwipopts.h
status_loop.cpp time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
status_loop.h
usb_console.cpp