aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/crc
Commit message (Expand)AuthorAgeFilesLines
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-282-2/+2
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-192-63/+45
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-232-11/+11
* Update embassy-stm32Dario Nieuwenhuis2022-07-232-16/+7
* Run rustfmt.Dario Nieuwenhuis2022-06-122-2/+4
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-122-2/+2
* Update stm32-metapac.Dario Nieuwenhuis2022-06-071-4/+4
* Add missing `+ 'd` on unborrows.Dario Nieuwenhuis2022-02-102-6/+14
* Pub use version-specific CRC symbols, not just the CRC struct.Joshua Salzedo2021-09-271-1/+1
* Cargo fmtJoshua Salzedo2021-09-272-6/+4
* Fix variable names in crc_v2/v3.Joshua Salzedo2021-09-272-21/+15
* Use unborrow for CRC constructorJoshua Salzedo2021-09-273-18/+26
* cargo fmtJoshua Salzedo2021-09-262-19/+17
* Fix v2/3 module pathsJoshua Salzedo2021-09-261-6/+3
* V3 is just an extension of V2, merge modules.Joshua Salzedo2021-09-262-39/+106
* Merge all of the crc_v2 configurations into a single modify callJoshua Salzedo2021-09-261-40/+36
* Flesh out v2 config writesJoshua Salzedo2021-09-261-2/+28
* Start work towards CRC_V2Joshua Salzedo2021-09-262-3/+92
* Expose read so the value can be obtained without a write.Joshua Salzedo2021-09-261-5/+6
* Actually export CRCJoshua Salzedo2021-09-261-0/+2
* Fix interface changesJoshua Salzedo2021-09-261-3/+3
* First pass at CRC_V1Joshua Salzedo2021-09-264-8/+43
* Start work on CRC_v1Joshua Salzedo2021-09-264-0/+25