Commit Graph

34013 Commits

Author SHA1 Message Date
GitHub gen-configs Action 0ec3c27cc9 Auto-generated configs and docs 2025-01-25 17:00:02 +00:00
rusefillc 73ae796fc0 If using the injector test tab the "ON times" and "Off times" are flipped vs looking at the Bench test tab. fix #7355 2025-01-25 11:56:25 -05:00
rusefi 4019cc1a2a only:needErrorReportFile invokes yellow LED 2025-01-25 11:49:32 -05:00
GitHub gen-default-tune Action 0090c49bcc Auto-generated default tune 2025-01-25 03:35:05 +00:00
rusefi bd0e04669a CORE_CLOCK replacement progress 2025-01-24 22:27:49 -05:00
rusefi 811b249d0c only:sdlow 2025-01-24 22:27:49 -05:00
GitHub gen-configs Action 0de3033d09 Auto-generated configs and docs 2025-01-25 02:48:32 +00:00
GitHub gen-default-tune Action 9ec5c950b9 Auto-generated default tune 2025-01-25 02:41:57 +00:00
rusefillc 11a6fc329b only:alphax-8chan 2025-01-24 21:37:50 -05:00
GitHub set-date Action 7ea4db25a2 Update date 2025-01-25 00:23:14 +00:00
Andrey Gusakov 4705c95a59 error_handling: a bit of dead code, a bit of style 2025-01-24 18:30:01 -05:00
Andrey Gusakov 47691db1de error_handling: no need 2025-01-24 18:30:01 -05:00
Andrey Gusakov cee8cca002 error_handling: construct line before copying to backup ram
Ops.
2025-01-24 18:30:01 -05:00
Andrey Gusakov 268e3f2339 LIMITED_WHILE_LOOP: warning 2025-01-24 18:30:01 -05:00
GitHub gen-configs Action 516fa8b712 Auto-generated configs and docs 2025-01-24 23:14:14 +00:00
GitHub gen-default-tune Action a391788ed2 Auto-generated default tune 2025-01-24 23:07:53 +00:00
rusefillc 4801feeabc GM
only:alphax-8chan
2025-01-24 18:03:30 -05:00
Andrey Gusakov e49b70c3e1 error_handling: do not mix c and cpp headers 2025-01-24 12:12:33 -05:00
Andrey Gusakov 635ae3fda2 ChibiOS: update 2025-01-24 12:12:33 -05:00
Andrey Gusakov 36ee662a34 halconf: rework LIMITED_WHILE_LOOP 2025-01-24 12:12:33 -05:00
Andrey Gusakov 9dab8472e4 reset_cause: do not clear reset reason register in bootloader 2025-01-24 10:38:15 -05:00
Andrey Gusakov dbb46ded34 error_handling: reset unknown fail cookies to None 2025-01-24 10:38:15 -05:00
GitHub gen-default-tune Action 63023c9723 Auto-generated default tune 2025-01-24 14:17:49 +00:00
rusefi 226d6c3e6e hate manual work
only:uaefi
2025-01-24 09:13:18 -05:00
GitHub gen-configs Action d80b8a9850 Auto-generated configs and docs 2025-01-24 13:47:47 +00:00
Andrey Gusakov 2115f8a705 mmc_card: delete fail reports from mmc thread 2025-01-24 08:45:10 -05:00
Andrey Gusakov 985d49a42b mmc_card: report files delete command 2025-01-24 08:45:10 -05:00
Andrey Gusakov 09105c6a3e FatFS: mutex protection, ChibiOS glue layer 2025-01-24 07:33:40 -05:00
rusefillc 2637b1aa5a only:alphax-8chan_f7 2025-01-23 21:56:04 -05:00
GitHub gen-configs Action f3b084c290 Auto-generated configs and docs 2025-01-24 02:48:35 +00:00
GitHub gen-default-tune Action bcc6c41968 Auto-generated default tune 2025-01-24 02:41:46 +00:00
rusefi b02ed76478 8chan/platinum (specific hardware) MAP sensor reads random voltage (because it's special case of FAST mode) fix #7341
only:alphax-8chan_f7
2025-01-23 21:37:46 -05:00
GitHub set-date Action e7da2e6fb6 Update date 2025-01-24 00:23:48 +00:00
GitHub gen-configs Action ee70a920d4 Auto-generated configs and docs 2025-01-24 00:15:07 +00:00
GitHub gen-default-tune Action 32236b7d89 Auto-generated default tune 2025-01-24 00:09:40 +00:00
rusefi f881eefa10 hate manual work
only:uaefi
2025-01-23 19:04:12 -05:00
GitHub gen-default-tune Action ffdd039f47 Auto-generated default tune 2025-01-23 21:43:23 +00:00
andreika-git f51e0d66e6 fix watchdog https://github.com/rusefi/rusefi/issues/1339
More robust fix
2025-01-23 16:38:21 -05:00
GitHub gen-configs Action 4d89421dbc Auto-generated configs and docs 2025-01-23 17:19:46 +00:00
Andrey Gusakov e7047ba553 Error report file on SD card indicator 2025-01-23 12:17:04 -05:00
Andrey Gusakov 314303e7a5 FatFS: enable FF_USE_FIND 2025-01-23 12:17:04 -05:00
Matthew Kennedy 28c1385cac SCSI inquiry length
only:usb
2025-01-23 09:48:53 -05:00
GitHub gen-default-tune Action 09fd12e91f Auto-generated default tune 2025-01-23 14:40:15 +00:00
kifir23917 43c6334bd5 only:refactoring: get rid of duplicated `logLine` method implementation because `UpdateOperationCallbacks` interface already implements it in the same way #7199 2025-01-23 09:26:09 -05:00
kifir23917 6fa1d16eae only:refactoring: Now `UpdateOperationCallbacks` interface extends `StatusConsumer` interface #7199 2025-01-23 09:26:09 -05:00
kifir23917 aded5b29b6 only:refactoring: rename `StatusConsumer.appendStatus` method into `logLine` #7199 2025-01-23 09:26:09 -05:00
kifir23917 a461d40a7e only:refactoring: get rid of redundant `UpdateOperationCallbacks.append` and `UpdateOperationCallbacks.appendLine` methods because they duplicate `UpdateOperationCallbacks.log` and `UpdateOperationCallbacks.logLine` methods #7199 2025-01-23 09:26:09 -05:00
kifir23917 3f9193bb6a only:refactoring: get rid of redundant `StatusConsumer.appendStatus` method overloading - actually `breakLineOnTextArea` and `sendToLogger` parameters are always true #7199 2025-01-23 09:26:09 -05:00
GitHub gen-configs Action 84503b42fd Auto-generated configs and docs 2025-01-23 13:27:04 +00:00
GitHub gen-default-tune Action abcc044151 Auto-generated default tune 2025-01-23 13:19:56 +00:00