GitHub gen-configs Action
4da57a864f
Auto-generated configs and docs
2022-10-01 10:20:25 +00:00
rusefillc
d4162f010c
"Invert Primary Input" right on engine sniffer
2022-09-30 15:08:03 -04:00
GitHub gen-configs Action
d6332bd6fa
Auto-generated configs and docs
2022-09-30 01:01:00 +00:00
rusefillc
a6a5b6fd93
Firmware Update Error fix #4626
2022-09-29 14:23:16 -04:00
GitHub gen-configs Action
f3d8be9ed1
Auto-generated configs and docs
2022-09-29 02:24:42 +00:00
GitHub gen-configs Action
d5162bd6ad
Auto-generated configs and docs
2022-09-28 02:23:08 +00:00
GitHub gen-configs Action
76695936a9
Auto-generated configs and docs
2022-09-28 01:45:17 +00:00
GitHub gen-configs Action
50b9a6fd3a
Auto-generated configs and docs
2022-09-27 18:00:54 +00:00
GitHub gen-configs Action
c7865aec96
Auto-generated configs and docs
2022-09-27 16:44:23 +00:00
GitHub gen-configs Action
6f53dd5248
Auto-generated configs and docs
2022-09-27 03:24:28 +00:00
GitHub gen-configs Action
b6ac6388b8
Auto-generated configs and docs
2022-09-26 10:11:01 +00:00
GitHub gen-configs Action
a3ab129272
Auto-generated configs and docs
2022-09-26 09:49:27 +00:00
GitHub gen-configs Action
0810af5f18
Auto-generated configs and docs
2022-09-26 09:32:19 +00:00
rusefillc
b4757ec019
private
2022-09-26 03:16:14 -04:00
GitHub gen-configs Action
97e3b0a0fb
Auto-generated configs and docs
2022-09-26 07:06:23 +00:00
rusefillc
bde3a46401
Console to check status of stm32 bootloader driver fix #4625
2022-09-26 02:58:03 -04:00
rusefillc
e107ebc313
bump
2022-09-26 02:58:03 -04:00
rusefillc
b4bf1cb62a
Console to check status of stm32 bootloader driver #4625
...
progress: handle error state as error state, new feature: status into clipboard
2022-09-26 02:58:03 -04:00
rusefillc
d39e304086
improvement: summary into top of status
2022-09-26 02:58:02 -04:00
rusefillc
9f4690cc8b
improvement: replacing popup with line into status window
2022-09-26 02:58:02 -04:00
GitHub gen-configs Action
3156cf9bac
Auto-generated configs and docs
2022-09-25 03:55:55 +00:00
GitHub gen-configs Action
3403dadb49
Auto-generated configs and docs
2022-09-25 03:40:06 +00:00
GitHub gen-configs Action
1e044a41a3
Auto-generated configs and docs
2022-09-25 03:24:44 +00:00
GitHub gen-configs Action
3b5ee8da51
Auto-generated configs and docs
2022-09-24 04:29:39 +00:00
rusefillc
3efc215e1a
honda K enum rename
2022-09-23 20:38:01 -04:00
GitHub gen-configs Action
db50ff3178
Auto-generated configs and docs
2022-09-24 00:19:42 +00:00
GitHub gen-configs Action
aaff9cd7a9
Auto-generated configs and docs
2022-09-23 23:17:00 +00:00
GitHub gen-configs Action
36575c1d0e
Auto-generated configs and docs
2022-09-23 02:41:20 +00:00
GitHub gen-configs Action
337b088f0b
Auto-generated configs and docs
2022-09-21 03:06:46 +00:00
GitHub gen-configs Action
f2cad9076c
Auto-generated configs and docs
2022-09-20 02:05:56 +00:00
GitHub gen-configs Action
3bce0ea6e6
Auto-generated configs and docs
2022-09-19 23:02:03 +00:00
GitHub gen-configs Action
8729d705c2
Auto-generated configs and docs
2022-09-19 16:23:04 +00:00
GitHub gen-configs Action
539e025a0d
Auto-generated configs and docs
2022-09-19 01:45:52 +00:00
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