GitHub gen-configs Action
ffbce6ac2a
Auto-generated configs and docs
2022-09-18 23:11:06 +00:00
GitHub gen-configs Action
c622efc881
Auto-generated configs and docs
2022-09-18 01:44:04 +00:00
GitHub gen-configs Action
b84688be11
Auto-generated configs and docs
2022-09-17 00:16:59 +00:00
GitHub gen-configs Action
0d43c2b9c1
Auto-generated configs and docs
2022-09-16 20:10:48 +00:00
GitHub gen-configs Action
752d986593
Auto-generated configs and docs
2022-09-16 01:34:39 +00:00
GitHub gen-configs Action
8775baee97
Auto-generated configs and docs
2022-09-15 19:12:32 +00:00
GitHub gen-configs Action
9fa2e8c7ae
Auto-generated configs and docs
2022-09-15 19:00:51 +00:00
GitHub gen-configs Action
5d51cbbc11
Auto-generated configs and docs
2022-09-15 12:35:18 +00:00
GitHub gen-configs Action
bf66444ebe
Auto-generated configs and docs
2022-09-14 04:39:50 +00:00
GitHub gen-configs Action
d95317c683
Auto-generated configs and docs
2022-09-13 23:55:16 +00:00
GitHub gen-configs Action
4fef1d2346
Auto-generated configs and docs
2022-09-13 18:12:48 +00:00
GitHub gen-configs Action
6e53b1b5a3
Auto-generated configs and docs
2022-09-13 06:33:23 +00:00
GitHub gen-configs Action
08db9cc1ac
Auto-generated configs and docs
2022-09-13 00:18:15 +00:00
GitHub gen-configs Action
05e9c2081e
Auto-generated configs and docs
2022-09-12 23:10:38 +00:00
GitHub gen-configs Action
f359b304fb
Auto-generated configs and docs
2022-09-12 01:21:40 +00:00
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
GitHub gen-configs Action
d8169b5643
Auto-generated configs and docs
2022-09-11 07:53:45 +00:00
GitHub gen-configs Action
23fc3f288d
Auto-generated configs and docs
2022-09-11 06:42:14 +00:00
GitHub gen-configs Action
34d37a9270
Auto-generated configs and docs
2022-09-11 06:32:36 +00:00
GitHub gen-configs Action
85d2b6feda
Auto-generated configs and docs
2022-09-11 05:07:57 +00:00
GitHub gen-configs Action
12a6a2c29b
Auto-generated configs and docs
2022-09-11 00:32:12 +00:00
GitHub gen-configs Action
92edeacfba
Auto-generated configs and docs
2022-09-10 05:10:22 +00:00
GitHub gen-configs Action
294af19ca2
Auto-generated configs and docs
2022-09-09 23:26:22 +00:00
GitHub gen-configs Action
b124dbe753
Auto-generated configs and docs
2022-09-09 22:00:10 +00:00
GitHub gen-configs Action
d98425ef5b
Auto-generated configs and docs
2022-09-09 02:11:30 +00:00
GitHub gen-configs Action
6a8e248d48
Auto-generated configs and docs
2022-09-08 20:30:30 +00:00
GitHub gen-configs Action
766735f3b6
Auto-generated configs and docs
2022-09-08 02:51:42 +00:00
GitHub gen-configs Action
27c40e162b
Auto-generated configs and docs
2022-09-08 02:41:09 +00:00
GitHub gen-configs Action
e864675fd3
Auto-generated configs and docs
2022-09-07 23:51:55 +00:00
GitHub gen-configs Action
d2e6ff3da3
Auto-generated configs and docs
2022-09-06 23:24:03 +00:00
GitHub gen-configs Action
141a6f3f1e
Auto-generated configs and docs
2022-09-06 20:38:08 +00:00
GitHub gen-configs Action
e695801d5d
Auto-generated configs and docs
2022-09-06 01:30:37 +00:00
GitHub gen-configs Action
f686f6435b
Auto-generated configs and docs
2022-09-05 23:31:52 +00:00
GitHub gen-configs Action
fc41792afd
Auto-generated configs and docs
2022-09-05 23:06:15 +00:00
GitHub gen-configs Action
f59de1296b
Auto-generated configs and docs
2022-09-05 05:33:14 +00:00
GitHub gen-configs Action
ddcadae4e2
Auto-generated configs and docs
2022-09-05 02:56:42 +00:00
GitHub gen-configs Action
aed7b77535
Auto-generated configs and docs
2022-09-05 02:44:56 +00:00
rusefillc
5d4f45bff6
RusEFI console broken for some reason, grabbed from nightly server fix #4527
2022-09-04 18:35:06 -04:00
Andrey
70e05a446d
date
2022-09-04 18:30:51 -04:00
GitHub gen-configs Action
bc332bf879
Auto-generated configs and docs
2022-09-04 13:57:19 +00:00
rusefillc
ee1328c3b2
Sensor.java should be auto-generated at least partially #4525
2022-09-03 23:53:05 -04:00
rusefillc
7c92f4b59e
Sensor.java should be auto-generated at least partially #4525
2022-09-03 23:39:05 -04:00
rusefillc
35e29dbcf4
Sensor.java should be auto-generated at least partially #4525
2022-09-03 23:35:55 -04:00
rusefillc
71cae49227
Sensor.java should be auto-generated at least partially #4525
2022-09-03 23:24:09 -04:00
rusefillc
ff7338c320
Sensor.java should be auto-generated at least partially #4525
2022-09-03 23:09:47 -04:00
rusefillc
75f275d240
Sensor.java should be auto-generated at least partially #4525
2022-09-03 22:55:45 -04:00
rusefillc
091026a2df
refactoring: reducing outputChannels copy
...
one day we will work smarter :(
2022-09-03 22:46:05 -04:00
Andrey
4fd58e2b3f
refactoring: reducing outputChannels copy
...
one day we will work smarter :(
2022-09-03 21:24:17 -04:00
GitHub gen-configs Action
2916c3eced
Auto-generated configs and docs
2022-09-04 00:47:06 +00:00
rusefi
5068f66366
refactoring: reducing outputChannels copy
...
one day we will work smarter :(
2022-09-03 20:41:01 -04:00