Go to file
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
.devcontainer add initial version of devcontainer (#7071) 2024-11-12 16:40:09 -05:00
.github making things simpler, probably without negative performance consequences 2025-01-08 10:51:19 -05:00
.vscode OBD2 CAN broken due to math base mismatch (#7053) 2024-11-08 16:01:21 -05:00
android more of 8.6 2024-02-07 21:14:27 -05:00
firmware RTC fixup for STM32F7 2025-01-08 11:24:35 -05:00
hardware only: 7c6dd216eb 2024-03-04 22:30:14 -05:00
java_console Auto-generated configs and docs 2025-01-08 16:10:14 +00:00
java_tools Add bit logger fields to `log_fields_generated.h` header #7227 2025-01-07 21:08:33 -05:00
misc making things simpler, probably without negative performance consequences 2025-01-08 10:51:19 -05:00
simulator Auto-generated default tune 2025-01-08 03:38:03 +00:00
unit_tests only:rename test class for consistency with other test classes #7227 2025-01-08 11:07:28 -05:00
.editorconfig OBD2 CAN broken due to math base mismatch (#7053) 2024-11-08 16:01:21 -05:00
.gitattributes better file name to actually reflect what the content is about 2024-03-25 23:31:49 -04:00
.gitignore only:a bit of .gitignore 2024-07-30 09:55:27 -04:00
.gitmodules lua 5.4.6 2024-08-08 14:11:57 -04:00
README.md poke 2025-01-03 12:31:51 -05:00
lgtm.yml
license.txt only: GITHUB UI wants license in the top level folder 2024-03-13 13:17:50 -04:00

README.md

rusEFI

GPL open-source ECU

ReleaseLast Commit GitHub commits since latest release (by date)

rusEFI

See gcc_version_check.c for recommended version of GCC.

Current binaries are always available on our build server

paypal

shop.rusEFI.com

Cloning the repository

git clone https://github.com/rusefi/rusefi.git Important note - we now use submodules:

git submodule update --init

What do we have here?

External Links

Building the Code

Check out https://rusefi.com/forum/viewtopic.php?f=5&t=9

Release Notes

See the changelog