Go to file
Andrey G 8ff49301e5
stm32: microsecond timer: set correct period value (#4567)
Driver sets (period - 1) to ARR (auto-reload register)
So we need to set period to (1 << 32) to get maximum
0xffffffff value in ARR. But period is uint32_t.
So set it to 0 and it will ovelap to UINT32_MAX at
pwmp->tim->ARR  = pwmp->period - 1;
2022-09-12 07:35:31 -04:00
.github reducing code duplication and making CI happier 2022-08-31 20:53:17 -04:00
.vscode prototype overcurrent protected driver (#4029) 2022-05-17 23:49:18 -04:00
android ISO-TP does not work on 2011 Xterra fix #4427 2022-08-11 13:24:07 -04:00
firmware stm32: microsecond timer: set correct period value (#4567) 2022-09-12 07:35:31 -04:00
hardware fresh lib 2022-06-25 22:09:54 -04:00
java_console Auto-generated configs and docs 2022-09-12 01:21:40 +00:00
java_tools Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514 2022-09-03 06:31:16 -04:00
misc dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
simulator os_access.h dead? 2022-09-07 16:00:13 -04:00
unit_tests dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
.gitattributes
.gitignore simulator writes binary log (#3598) 2021-11-23 11:42:45 -05:00
.gitmodules use libfirmware for a few things (#4351) 2022-07-16 02:22:51 -04:00
README.md Poke 2022-09-11 05:11:00 -04:00
lgtm.yml
work_in_progress.md work in progress 2022-01-11 11:21:38 -05:00

README.md

rusEFI

GPL open-source DIY ECU

Release Last Commit Rusefi on Slack

rusEFI

Current binaries are always available on our build server

paypal

shop.rusEFI.com

Cloning the repository

Important note - we now use submodules:

git submodule update --init

What do we have here?

External Links

Building the Code

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

Release Notes

See the changelog