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
/
crc
/
v1.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
stm32: Improvements to CRC HAL.
Kevin P. Fleming
2025-05-26
1
-14
/
+2
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-8
/
+3
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-3
/
+2
*
stm32/spi,crc: update for new PAC
Michael Zill
2024-04-14
1
-0
/
+12
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-1
/
+1
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+4
*
enable clock first
pbert
2023-10-12
1
-1
/
+1
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-3
/
+1
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-6
/
+4
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-6
/
+6
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-10
/
+5
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+2
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Add missing `+ 'd` on unborrows.
Dario Nieuwenhuis
2022-02-10
1
-3
/
+7
*
Cargo fmt
Joshua Salzedo
2021-09-27
1
-4
/
+2
*
Fix variable names in crc_v2/v3.
Joshua Salzedo
2021-09-27
1
-8
/
+2
*
Use unborrow for CRC constructor
Joshua Salzedo
2021-09-27
1
-1
/
+6
*
Expose read so the value can be obtained without a write.
Joshua Salzedo
2021-09-26
1
-5
/
+6
*
Fix interface changes
Joshua Salzedo
2021-09-26
1
-3
/
+3
*
First pass at CRC_V1
Joshua Salzedo
2021-09-26
1
-7
/
+40
*
Start work on CRC_v1
Joshua Salzedo
2021-09-26
1
-0
/
+21