andreika-git
e0b728a8e0
OpenBLT: Add CAN cmd for FW wipeout
2025-01-08 23:52:25 +02: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
rusefillc
bd78472634
SD card bit data points #7227
...
only:uaefi
2025-01-08 11:07:28 -05:00
GitHub gen-configs Action
1f49afefcc
Auto-generated configs and docs
2025-01-08 03:44:10 +00:00
rusefillc
1974029736
clarification and saving one byte
...
only:uaefi
2025-01-07 22:31:22 -05:00
rusefillc
75873be2d6
SD card bit data points #7227
...
only:uaefi
2025-01-07 22:08:21 -05:00
GitHub gen-configs Action
a67b9a4d81
Auto-generated configs and docs
2025-01-08 02:13:33 +00:00
kifir
fec3268b34
support offset for bit logger fields #7227
2025-01-07 21:08:33 -05:00
GitHub gen-configs Action
872d56880b
Auto-generated configs and docs
2025-01-08 01:45:11 +00:00
rusefillc
f18192dc31
only:renaming to live_data_fragments.ini reduce confusion
2025-01-07 20:25:57 -05:00
GitHub gen-configs Action
6823bacade
Auto-generated configs and docs
2025-01-08 00:57:35 +00:00
rusefillc
0a3b7ffde0
release self-identification to become release.txt #7229
...
only:uaefi
2025-01-07 19:32:23 -05:00
GitHub set-date Action
05763e2814
Update date
2025-01-08 00:24:32 +00:00
GitHub gen-configs Action
b549783ceb
Auto-generated configs and docs
2025-01-07 22:56:04 +00:00
Andrey Gusakov
843bfb0d33
eficonsole: show RTCSEL info on start
2025-01-07 16:50:14 -05:00
rusefillc
51f5725cdb
RTC and SD logs #4556
...
only:uaefi
2025-01-07 16:38:49 -05:00
rusefillc
037b535772
release self-identification to become release.txt #7229
...
only:uaefi
2025-01-07 14:45:26 -05:00
rusefillc
d03f61253c
LTS console should inform that newer LTS branch exists #7198
...
better variable names
only:uaefi
2025-01-07 14:19:20 -05:00
GitHub gen-configs Action
79b3b87979
Auto-generated configs and docs
2025-01-07 03:34:38 +00:00
GitHub gen-configs Action
9890c0b5a0
Auto-generated configs and docs
2025-01-07 01:11:06 +00:00
GitHub set-date Action
5f8193e6ed
Update date
2025-01-07 00:24:47 +00:00
GitHub gen-configs Action
2962f45505
Auto-generated configs and docs
2025-01-07 00:10:32 +00:00
GitHub gen-configs Action
55f92531ed
Auto-generated configs and docs
2025-01-06 22:11:50 +00:00
kifir
4bb1986089
support bit logger fields #7227
2025-01-06 16:32:59 -05:00
rusefillc
160c936c0d
Something is not right about EFI_MAIN_RELAY_CONTROL #7256
...
flipping default to TRUE
2025-01-06 00:38:05 -05:00
rusefillc
c71082fc72
ETB Autotune not working fix #7216
2025-01-06 00:31:38 -05:00
GitHub gen-configs Action
e5f88ec6aa
Auto-generated configs and docs
2025-01-06 02:54:45 +00:00
rusefi
5a1c985de0
A feature to enable an optional pin during the bootloader start #7069
...
only:uaefi
2025-01-05 21:43:34 -05:00
GitHub set-date Action
488fe843ab
Update date
2025-01-06 00:25:49 +00:00
GitHub gen-configs Action
60e0d7a844
Auto-generated configs and docs
2025-01-05 15:07:31 +00:00
rusefillc
59be867e47
fuel level does not handle lack of ignition voltage #7254
...
only:uaefi
2025-01-05 09:57:33 -05:00
rusefillc
916661222f
fuel level does not handle lack of ignition voltage #7254
...
maybe?
only:uaefi
2025-01-04 22:29:25 -05:00
GitHub set-date Action
7c4c83ccf3
Update date
2025-01-05 00:26:50 +00:00
GitHub gen-configs Action
350b0686e2
Auto-generated configs and docs
2025-01-05 00:17:22 +00:00
rusefillc
a5be426ea4
dead
...
only:uaefi
2025-01-04 19:07:25 -05:00
GitHub gen-configs Action
c87de42342
Auto-generated configs and docs
2025-01-04 18:44:41 +00:00
Andrey Gusakov
5314eed4ea
LTFT: glue to engine
2025-01-04 13:34:56 -05:00
Andrey Gusakov
b7049b7fbc
flash_main: LTFT write helper
2025-01-04 13:34:56 -05:00
Andrey Gusakov
f66e17d0b8
flash_main: use MB for flash writer thread commands
2025-01-04 13:34:56 -05:00
Andrey Gusakov
5b749d6250
storage and mfs_storage: introduce, move code
...
storage.cpp/h is common implentation for saving/loading settings to
some storage
mfs_storage.cpp/h is MFS specific implementation
MFS related code is moved out of flash_main.cpp. Actually we should
get rid of this file when rework is finished.
2025-01-04 13:34:56 -05:00
Andrey Gusakov
efafb76043
rusefi_config: formating
2025-01-04 13:34:56 -05:00
GitHub set-date Action
bab37b36bc
Update date
2025-01-04 00:23:46 +00:00
rusefillc
215268e306
canned tunes button should tell TS to refresh #7250
...
only:uaefi
2025-01-03 13:03:03 -05:00
GitHub gen-configs Action
8a4fa2704e
Auto-generated configs and docs
2025-01-03 17:57:21 +00:00
rusefillc
dc9021a3fa
canned tunes button should tell TS to refresh #7250
...
only:uaefi
2025-01-03 12:33:22 -05:00
GitHub gen-configs Action
9daafb41c5
Auto-generated configs and docs
2025-01-03 17:28:38 +00:00
Matthew Kennedy
80c2ee72d4
only:proper scale on tcharge
2025-01-03 12:07:00 -05:00
GitHub gen-configs Action
d6916fccab
Auto-generated configs and docs
2025-01-03 15:14:06 +00:00