fome-fw/firmware/hw_layer/ports
Andrey G bf3c6e32c2 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
..
cypress Write hard faults to backup ram, print on next boot (#4324) 2022-07-07 15:14:31 -04:00
kinetis Write hard faults to backup ram, print on next boot (#4324) 2022-07-07 15:14:31 -04:00
stm32 stm32: microsecond timer: set correct period value (#4567) 2022-09-12 07:35:31 -04:00
chconf_common.h get rid of setSerialConfigurationOverrides (#4274) 2022-06-23 19:42:09 -04:00
mpu_util.h Add "Reset to OpenBLT" button (#4364) 2022-07-22 08:21:11 +03:00
rusefi_halconf.h