index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
wdg
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-5
/
+4
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-6
/
+5
*
allow higher psc value for iwdg_v3
eZio Pan
2024-02-27
1
-1
/
+5
*
stm32: doc everything else.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+4
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-7
/
+5
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-7
/
+5
*
stm32: Fix watchdog timeout computation
Rasmus Melchior Jacobsen
2023-05-22
1
-4
/
+36
*
stm32: Fix watchdog division by zero for 256 prescaler, add watchdog example ...
Matous Hybl
2022-11-10
1
-4
/
+4
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-3
/
+3
*
Use u32 instead of Duration for IWDG
chemicstry
2022-07-11
1
-9
/
+12
*
Fix warnings
chemicstry
2022-07-10
1
-1
/
+0
*
Refactor IWDG to use LSI frequency from RCC
chemicstry
2022-07-10
1
-11
/
+3
*
Implement IWDG timeout calculation
chemicstry
2022-07-10
1
-4
/
+46
*
fix case when chip has multiple iwdg
Vincent Stakenburg
2022-06-28
1
-6
/
+10
*
rebase and fix unborrow
Vincent Stakenburg
2022-06-28
1
-2
/
+1
*
address review
Vincent Stakenburg
2022-06-28
1
-4
/
+2
*
initial independent watchdog implementation
Vincent Stakenburg
2022-06-28
1
-0
/
+52