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
Matthew Kennedy
d24f1462e2
even more pch ( #3112 )
...
* s
* more
* s
* f7
2021-08-04 19:30:52 -04:00
Matthew Kennedy
ad71016862
rip the bandaid: find-replace most of scheduleMsg ( #2572 )
...
* biiiig find replace
* more trivial find replace
* pwm
* almost all of them
* few more
* gpio
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-04-21 12:53:13 -04:00
rusefi
8525c48036
evil manual merge of https://github.com/DonaldBecker/rusefi
2019-11-06 18:26:50 -05:00
rusefi
42dc9e3662
fancy C++ s/NULL/nullptr/
2019-10-08 01:26:35 -04:00
rusefi
9161703598
reducing unit test noise
2019-08-25 02:01:09 -04:00
Matthew Kennedy
95003e9a7b
const, explicit, and override ( #831 )
...
* const, explicit, and override
* more const
* more const
* missed a spot
2019-06-08 09:51:36 -04:00
rusEfi
409cfca5e3
better logging
2018-11-26 21:40:41 -05:00
rusEfi
b4a09b2e71
better logging
2018-11-26 21:14:21 -05:00
rusEfi
74585d835c
little progress
2018-11-25 23:13:03 -05:00
rusefi
8156e8f752
PID auto tune unit test
2018-11-22 23:42:30 -05:00
rusefi
1fffc8b740
docs
2018-11-22 23:15:05 -05:00
rusefi
64a592e507
PID auto tune unit test
2018-11-22 23:06:06 -05:00
rusefi
a417be192f
PID auto tune unit test
2018-11-22 22:14:32 -05:00
rusefi
dd2f17a332
PID auto tune unit test
2018-11-22 18:56:51 -05:00
rusefi
dcdbd433ab
PID auto tune unit test
2018-11-22 18:43:41 -05:00
rusefi
20c70904a3
migrating to a much nicer pid auto tune lib
2018-11-20 23:19:16 -05:00
rusefi
02c0508b20
moving to nicer implementation
2018-11-18 23:28:18 -05:00
rusefi
64b7a51617
#65
...
explicit precision control
2018-01-23 12:05:14 -05:00
rusefi
1d31067d19
happy new year
2018-01-20 20:55:31 -05:00
rusEfi
5a6f42d1fa
minor etb
2017-09-17 22:05:03 -04:00
rusefi
64162b2719
PID auto tune
2017-09-14 22:07:26 -04:00
rusefi
27136cafe7
PID auto tune
2017-09-14 21:49:26 -04:00
rusefi
f8e37c9c92
PID auto-tune
2017-09-13 22:46:55 -04:00
rusefi
06037cd4ce
pid auto-tune
2017-09-13 22:08:59 -04:00