Commit Graph

3127 Commits

Author SHA1 Message Date
rusefi 62dbd11e73 need Proteus QC 2022-10-01 22:46:03 -04:00
rusefi 125f90b7f1 need Proteus QC 2022-10-01 22:45:40 -04:00
rusefillc a025f423d8 "Invert Primary Input" right on engine sniffer 2022-09-30 15:08:03 -04:00
GitHub gen-configs Action cd4f25767f Auto-generated configs and docs 2022-09-30 01:01:00 +00:00
rusefillc cc37c48ab9 Firmware Update Error fix #4626 2022-09-29 14:23:16 -04:00
rusefillc 1b16cfe39f private 2022-09-26 03:16:14 -04:00
rusefillc fabf841fea Console to check status of stm32 bootloader driver fix #4625 2022-09-26 02:58:03 -04:00
rusefillc b97d9b8f4c bump 2022-09-26 02:58:03 -04:00
rusefillc 7339ad9715 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 73d9dbcaed improvement: summary into top of status 2022-09-26 02:58:02 -04:00
rusefillc 8d1c78cce2 improvement: replacing popup with line into status window 2022-09-26 02:58:02 -04:00
GitHub gen-configs Action 1db63d5d64 Auto-generated configs and docs 2022-09-25 03:55:55 +00:00
GitHub gen-configs Action 3690b79b18 Auto-generated configs and docs 2022-09-24 04:29:39 +00:00
rusefillc 0cfe73aafc honda K enum rename 2022-09-23 20:38:01 -04:00
GitHub gen-configs Action e5c1268b94 Auto-generated configs and docs 2022-09-24 00:19:42 +00:00
GitHub gen-configs Action d5dd3f5df4 Auto-generated configs and docs 2022-09-20 02:05:56 +00:00
GitHub gen-configs Action b9a3f29f3d Auto-generated configs and docs 2022-09-19 16:23:04 +00:00
GitHub gen-configs Action 7aba987cdd Auto-generated configs and docs 2022-09-17 00:16:59 +00:00
GitHub gen-configs Action 3b3707b8bd Auto-generated configs and docs 2022-09-16 20:10:48 +00:00
GitHub gen-configs Action 2dbc98588e Auto-generated configs and docs 2022-09-15 19:00:51 +00:00
GitHub gen-configs Action c88a18b13e Auto-generated configs and docs 2022-09-14 04:39:50 +00:00
GitHub gen-configs Action 273314bdf2 Auto-generated configs and docs 2022-09-13 18:12:48 +00:00
GitHub gen-configs Action 04db1fbb36 Auto-generated configs and docs 2022-09-13 00:18:15 +00:00
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
GitHub gen-configs Action 085c61945c Auto-generated configs and docs 2022-09-11 05:07:57 +00:00
GitHub gen-configs Action 12cfafb28a Auto-generated configs and docs 2022-09-10 05:10:22 +00:00
GitHub gen-configs Action 218e8b4d95 Auto-generated configs and docs 2022-09-08 02:51:42 +00:00
GitHub gen-configs Action 8849518ff7 Auto-generated configs and docs 2022-09-08 02:41:09 +00:00
GitHub gen-configs Action 5be4586b95 Auto-generated configs and docs 2022-09-06 20:38:08 +00:00
GitHub gen-configs Action 2135888d19 Auto-generated configs and docs 2022-09-05 05:33:14 +00:00
GitHub gen-configs Action aa87ad717f Auto-generated configs and docs 2022-09-05 02:56:42 +00:00
GitHub gen-configs Action 0a37c6d963 Auto-generated configs and docs 2022-09-05 02:44:56 +00:00
rusefillc 5bcde9f965 RusEFI console broken for some reason, grabbed from nightly server fix #4527 2022-09-04 18:35:06 -04:00
Andrey efb386651b date 2022-09-04 18:30:51 -04:00
GitHub gen-configs Action 19addcb2ff Auto-generated configs and docs 2022-09-04 13:57:19 +00:00
rusefillc fb12c72dc4 Sensor.java should be auto-generated at least partially #4525 2022-09-03 23:53:05 -04:00
rusefillc c447e7c151 Sensor.java should be auto-generated at least partially #4525 2022-09-03 23:39:05 -04:00
rusefillc 49cbf7b2b3 Sensor.java should be auto-generated at least partially #4525 2022-09-03 23:35:55 -04:00
rusefillc 4208ba2754 Sensor.java should be auto-generated at least partially #4525 2022-09-03 23:24:09 -04:00
rusefillc c2ca440e53 Sensor.java should be auto-generated at least partially #4525 2022-09-03 23:09:47 -04:00
rusefillc 846e758ab0 Sensor.java should be auto-generated at least partially #4525 2022-09-03 22:55:45 -04:00
rusefillc 54c0eeac23 refactoring: reducing outputChannels copy
one day we will work smarter :(
2022-09-03 22:46:05 -04:00
Andrey a8528be9b3 refactoring: reducing outputChannels copy
one day we will work smarter :(
2022-09-03 21:24:17 -04:00
rusefi 9cb67907ff refactoring: reducing outputChannels copy
one day we will work smarter :(
2022-09-03 20:41:01 -04:00
GitHub gen-configs Action abc5b91ae9 Auto-generated configs and docs 2022-09-03 21:43:03 +00:00
GitHub gen-configs Action 4857561a0d Auto-generated configs and docs 2022-09-03 21:35:26 +00:00
Andrey e56924310b tear down Engine god object #4511
just trying different things
2022-09-03 07:44:24 -04:00
GitHub gen-configs Action ddf00f7afd Auto-generated configs and docs 2022-09-03 04:02:59 +00:00
GitHub gen-configs Action 59543fa221 Auto-generated configs and docs 2022-09-02 18:42:52 +00:00
GitHub gen-configs Action afd441dce7 Auto-generated configs and docs 2022-09-02 03:57:37 +00:00