GitHub gen-configs Action
f584bd7403
Auto-generated configs and docs
2025-01-12 04:45:52 +00:00
GitHub gen-default-tune Action
82da6b75d4
Auto-generated default tune
2025-01-12 04:39:24 +00:00
rusefillc
590aa70b6f
stm32 own build-in watchdog fix #1339
2025-01-11 23:24:13 -05:00
rusefillc
b4580f3c41
stm32 own build-in watchdog #1339
2025-01-11 23:24:13 -05:00
GitHub set-date Action
bf411c6b55
Update date
2025-01-12 00:27:09 +00:00
andreika-git
91ef9e5b97
Increment the BLT version https://github.com/rusefi/rusefi/issues/7283
2025-01-11 16:53:10 -05:00
Andrey Gusakov
0601c4b6bf
mmc_card: no zombie threads please
2025-01-11 10:17:22 -05:00
Andrey Gusakov
8f45cf697f
mmc_card: incLogFileName() handle all return codes
2025-01-11 10:17:22 -05:00
Andrey Gusakov
2187b52a81
mmc_card: verbose/correct debug messages
2025-01-11 10:17:22 -05:00
Andrey Gusakov
b24e9a7198
mmc_card: decode and show FatFS error codes
2025-01-11 10:17:22 -05:00
Andrey Gusakov
fe4a6405e1
mmc_card: dead
2025-01-11 10:17:22 -05:00
GitHub gen-default-tune Action
d65fd49064
Auto-generated default tune
2025-01-11 02:36:02 +00:00
rusefillc
c3dcf5b23f
a bit of dead code?
2025-01-10 21:31:42 -05:00
GitHub gen-configs Action
38ad790b3d
Auto-generated configs and docs
2025-01-11 01:50:54 +00:00
GitHub gen-default-tune Action
d2e45fddf4
Auto-generated default tune
2025-01-11 01:44:33 +00:00
rusefillc
2508427746
fixing master
2025-01-10 20:40:01 -05:00
GitHub set-date Action
8dcbf534fb
Update date
2025-01-11 00:24:15 +00:00
GitHub gen-configs Action
adb6c407f1
Auto-generated configs and docs
2025-01-10 03:29:17 +00:00
GitHub gen-default-tune Action
2f0311b24a
Auto-generated default tune
2025-01-10 03:22:33 +00:00
rusefillc
a638209c32
canned tunes button should tell TS to refresh #7250
...
bugfix? copy-paste bad :(
only:uaefi
2025-01-09 22:17:50 -05:00
GitHub set-date Action
19bc7d381c
Update date
2025-01-10 00:25:08 +00:00
Matthew Kennedy
084ad25784
unnecessary functions
...
only:uaefi
2025-01-09 13:35:20 -05:00
Matthew Kennedy
218e786aa4
dead code
2025-01-09 13:07:00 -05:00
rusefillc
32a4b1db98
only:docs
2025-01-09 10:28:36 -05:00
GitHub gen-default-tune Action
e991e5110a
Auto-generated default tune
2025-01-09 00:38:43 +00:00
GitHub set-date Action
4cd8ff3ed4
Update date
2025-01-08 19:34:08 -05:00
GitHub gen-configs Action
c3611976a9
Auto-generated configs and docs
2025-01-08 19:34:08 -05:00
GitHub gen-default-tune Action
6c4acdd2ed
Auto-generated default tune
2025-01-08 19:34:08 -05:00
Matthew Kennedy
7ddc55b7f7
test sensor raw value
2025-01-08 19:34:08 -05:00
Matthew Kennedy
78b7791c54
test sensor double register
2025-01-08 19:34:08 -05:00
Matthew Kennedy
d254b4ff28
test fan broken clt
2025-01-08 19:34:08 -05:00
Matthew Kennedy
692ff3d976
boost test coverage
2025-01-08 19:34:07 -05:00
Matthew Kennedy
4090fe130b
compile coverage
...
mac test build
2025-01-08 19:34:07 -05:00
Matthew Kennedy
319f153734
unnecessary guard
2025-01-08 18:47:24 -05:00
rusefillc
1df1ef26b4
only:dead?
2025-01-08 18:45:01 -05:00
rusefillc
4bd41049fe
only:dead?
2025-01-08 18:43:28 -05:00
rusefillc
4369cc0682
bugfix: HAL_USE_USB_MSD not relevant for SD card file names
...
only:uaefi
2025-01-08 18:41:26 -05:00
rusefi
98c58178f9
release self-identification to become release.txt #7229
...
only:uaefi
2025-01-08 18:28:14 -05:00
GitHub gen-configs Action
955ae7ef77
Auto-generated configs and docs
2025-01-08 23:01:20 +00:00
rusefi
c5a5a26fb5
pin 33
...
only:uaefi121
2025-01-08 17:58:18 -05:00
rusefi
37f02a98f7
release self-identification to become release.txt #7229
...
only:uaefi
2025-01-08 17:41:25 -05:00
kifir
82e95ce9d1
handle lack of ignition voltage ( closes #7254 )
2025-01-08 16:46:07 -05:00
kifir
284550ce69
only:enhance formatting
2025-01-08 16:46:07 -05:00
GitHub gen-default-tune Action
aba4b51a04
Auto-generated default tune
2025-01-08 21:45:12 +00:00
rusefi
e2ef8c7fda
release self-identification to become release.txt #7229
...
only:uaefi
2025-01-08 16:24:32 -05:00
rusefillc
e8b01473be
making things simpler, probably without negative performance consequences
...
only:uaefi
2025-01-08 14:32:12 -05:00
GitHub gen-default-tune Action
71b61d5123
Auto-generated default tune
2025-01-08 16:28:50 +00:00
Andrey Gusakov
d264f002cd
RTC fixup for STM32F7
...
Switch RTC to LSE clock if it is detected on start.
It is not allowed to change source clock of RTC module on STM32.
Source clock can be selected only once after reset of BKP module.
If at first start LSE is failed FW will fallback to inaccurate
LSI (internal RC). If Vbat is present RTC/BKP is not reset between
restarts and RTC is never switched to more accurate LSE event if it
is present.
Implement fixup that will check for the LSE and switch RTC to LSE
through BKP (RTC) module reset and new clock source selection.
2025-01-08 11:24:35 -05:00
Andrey Gusakov
c6b832a0bc
settings.cpp: show current time before applying time provided with set date
...
To see clock drift over time.
2025-01-08 11:24:35 -05:00
GitHub gen-configs Action
b81bcd4006
Auto-generated configs and docs
2025-01-08 16:10:14 +00:00