embassy/embassy-stm32/src
bors[bot] c6a11db39e
Merge #854
854: Implement IWDG timeout calculation r=Dirbaio a=chemicstry

Allow specifying `IndependentWatchdog` timeout as `Duration` instead of prescaler value.

Since IWDG is clocked from LSI, which differs between families, I standardized HSI/LSI definitions in RCC and used that.

Co-authored-by: chemicstry <chemicstry@gmail.com>
2022-07-10 21:45:34 +00:00
..
adc Run rustfmt. 2022-06-12 22:22:31 +02:00
can Run rustfmt. 2022-06-12 22:22:31 +02:00
crc Run rustfmt. 2022-06-12 22:22:31 +02:00
dac Run rustfmt. 2022-06-12 22:22:31 +02:00
dma Run rustfmt. 2022-06-12 22:22:31 +02:00
eth Run rustfmt. 2022-06-12 22:22:31 +02:00
flash Run rustfmt. 2022-06-12 22:22:31 +02:00
fmc Run rustfmt. 2022-06-12 22:22:31 +02:00
i2c Merge #850 2022-07-10 00:03:44 +00:00
pwm Fix PWM for advanced timers 2022-06-23 02:27:39 +03:00
rcc Fix g0 rcc build 2022-07-11 00:37:00 +03:00
sdmmc Run rustfmt. 2022-06-12 22:22:31 +02:00
spi impl SetConfig for stm32 i2c and SPI 2022-07-09 02:28:05 +02:00
subghz Fix doc comments for BpskPacketParams 2022-06-16 07:34:59 +02:00
timer Run rustfmt. 2022-06-12 22:22:31 +02:00
usart Run rustfmt. 2022-06-12 22:22:31 +02:00
usb Update stm32-data 2022-06-27 02:10:01 +02:00
wdg Use u32 instead of Duration for IWDG 2022-07-11 00:00:33 +03:00
dcmi.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
exti.rs have adapted access to pin() and port() methods of Sealed::Pin in exti.rs according to previous changes on Input struct 2022-07-10 20:55:04 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
gpio.rs Have removed ANOTHER redondant ErrorType trait impl 2022-07-10 22:01:48 +02:00
interrupt.rs Add embassy-cortex-m crate. 2022-06-12 21:45:38 +02:00
lib.rs initial independent watchdog implementation 2022-06-28 12:46:17 +02:00
rng.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
time_driver.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
time.rs More work on H7 RCC 2021-05-21 20:13:39 -03:00
traits.rs stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00
usb_otg.rs Run rustfmt. 2022-06-12 22:22:31 +02:00