| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+3 |
| | | |||||
| * | stm32: Improvements to CRC HAL. | Kevin P. Fleming | 2025-05-26 | 2 | -30/+25 |
| | | | | | | | | | | | | | * Corrects spelling and grammar errors in documentation. * Removes non-v1 code from v1-only source file. * Adds 'read' operation for v2/v3, to be consistent with v1. * Removes 'reset' from the v2/v3 'reconfigure' operation to match the documentation (the only user is the 'new' function which already issues a reset). | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 2 | -14/+6 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 2 | -6/+4 |
| | | |||||
| * | Add CRC | Dion Dokter | 2024-04-14 | 1 | -0/+2 |
| | | |||||
| * | stm32/spi,crc: update for new PAC | Michael Zill | 2024-04-13 | 2 | -8/+20 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 2 | -2/+2 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+1 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+4 |
| | | |||||
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+13 |
| | | |||||
| * | enable clock first | pbert | 2023-10-12 | 2 | -2/+2 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 2 | -8/+3 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 2 | -2/+2 |
| | | | | | internal use only. (#1700) | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -63/+45 |
| | | |||||
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 2 | -11/+11 |
| | | |||||
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 2 | -16/+7 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 2 | -2/+4 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 2 | -2/+2 |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | ||||
| * | Update stm32-metapac. | Dario Nieuwenhuis | 2022-06-07 | 1 | -4/+4 |
| | | |||||
| * | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | 2022-02-10 | 2 | -6/+14 |
| | | |||||
| * | Pub use version-specific CRC symbols, not just the CRC struct. | Joshua Salzedo | 2021-09-27 | 1 | -1/+1 |
| | | |||||
| * | Cargo fmt | Joshua Salzedo | 2021-09-27 | 2 | -6/+4 |
| | | |||||
| * | Fix variable names in crc_v2/v3. | Joshua Salzedo | 2021-09-27 | 2 | -21/+15 |
| | | | | | | | removed `reclaim` in crc_v1. used write instead of modify. renamed `init` to `reset` in crc_v1. | ||||
| * | Use unborrow for CRC constructor | Joshua Salzedo | 2021-09-27 | 3 | -18/+26 |
| | | | | | | sort feature gates fix repetition in CRC config names | ||||
| * | cargo fmt | Joshua Salzedo | 2021-09-26 | 2 | -19/+17 |
| | | |||||
| * | Fix v2/3 module paths | Joshua Salzedo | 2021-09-26 | 1 | -6/+3 |
| | | |||||
| * | V3 is just an extension of V2, merge modules. | Joshua Salzedo | 2021-09-26 | 2 | -39/+106 |
| | | |||||
| * | Merge all of the crc_v2 configurations into a single modify call | Joshua Salzedo | 2021-09-26 | 1 | -40/+36 |
| | | |||||
| * | Flesh out v2 config writes | Joshua Salzedo | 2021-09-26 | 1 | -2/+28 |
| | | |||||
| * | Start work towards CRC_V2 | Joshua Salzedo | 2021-09-26 | 2 | -3/+92 |
| | | |||||
| * | Expose read so the value can be obtained without a write. | Joshua Salzedo | 2021-09-26 | 1 | -5/+6 |
| | | |||||
| * | Actually export CRC | Joshua Salzedo | 2021-09-26 | 1 | -0/+2 |
| | | |||||
| * | Fix interface changes | Joshua Salzedo | 2021-09-26 | 1 | -3/+3 |
| | | |||||
| * | First pass at CRC_V1 | Joshua Salzedo | 2021-09-26 | 4 | -8/+43 |
| | | |||||
| * | Start work on CRC_v1 | Joshua Salzedo | 2021-09-26 | 4 | -0/+25 |
