| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: extract block_for_us | xoviat | 2025-11-13 | 1 | -10/+3 |
| | | | | | remove from pub api | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use proper RCC clock enable for opamps | Thomas Giesel | 2025-07-05 | 1 | -0/+27 |
| | | | | | | | | | | | | new() now resets the opamp and enables its clock. The clock is disabled when the opamp is dropped. On families that use SYSCFGEN (F3 and G4), this is not done because this clock is always on in Embassy. This change makes use of the RCC driver, which uses a reference counter to prevent conflicts. The opamp itself is still disabled when its output is dropped. | ||||
| * | Adapt opamp driver to new opamp IP version numbers | Thomas Giesel | 2025-06-25 | 1 | -28/+28 |
| | | |||||
| * | Stm32: Fix opamp copy pasta mistake | Dion Dokter | 2025-05-08 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4137 from cschuhen/stm32-can-data-len | Dario Nieuwenhuis | 2025-04-27 | 1 | -2/+4 |
| |\ | | | | | | | Stm32 can data len | ||||
| | * | STM32: Fix G4 build without defmt feature | Adam Greig | 2025-04-18 | 1 | -2/+4 |
| | | | |||||
| * | | Update opamp code to current stm32-metapac | Thomas Giesel | 2025-04-24 | 1 | -31/+18 |
| |/ | | | | | Some trivial enums have been removed from the OpAmp API in stm32-metapac, this commit updates the HAL accordingly. | ||||
| * | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 1 | -20/+327 |
| | | | | | Signed-off-by: Ivan Li <[email protected]> | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -18/+9 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -3/+3 |
| | | |||||
| * | Add missing opamp external outputs for STM32G4 | Gabrael Levine | 2024-12-10 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #3207 from diondokter/fix-opamp-lifetimes | Dario Nieuwenhuis | 2024-07-25 | 1 | -8/+8 |
| |\ | | | | | | | Add extra lifetime to opamp-using structs | ||||
| | * | Relax lifetimes again | Dion Dokter | 2024-07-25 | 1 | -19/+19 |
| | | | |||||
| | * | Add extra lifetime to opamp-using structs | Dion Dokter | 2024-07-25 | 1 | -20/+20 |
| | | | |||||
| * | | Update to Rust 1.80, make check-cfg unconditional. | Dario Nieuwenhuis | 2024-07-25 | 1 | -0/+2 |
| |/ | |||||
| * | add dac buffer function | Mattis Kieffer | 2024-05-30 | 1 | -0/+26 |
| | | |||||
| * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -4/+4 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -26/+28 |
| | | |||||
| * | update metapac | eZio Pan | 2024-02-29 | 1 | -0/+2 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-01-10 | 1 | -40/+19 |
| | | |||||
| * | stm32: doc everything else. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+9 |
| | | |||||
| * | STM32 opamp: use impl Peripheral instead of directly taking pins | Adam Greig | 2023-11-20 | 1 | -26/+20 |
| | | |||||
| * | STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp ↵ | Adam Greig | 2023-11-20 | 1 | -2/+18 |
| | | | | | is dropped | ||||
| * | STM32: Don't enable opamps in new(), wait until configured. | Adam Greig | 2023-11-18 | 1 | -10/+3 |
| | | |||||
| * | stm32: support internal output on g4 opamps | Adam Greig | 2023-11-05 | 1 | -24/+191 |
| | | |||||
| * | stm32: fix opamp bug in docs build | xoviat | 2023-10-21 | 1 | -12/+16 |
| | | |||||
| * | stm32: update metapac and fix opamp ch | xoviat | 2023-10-04 | 1 | -3/+29 |
| | | |||||
| * | stm32: add opamp mod and update pac | xoviat | 2023-10-03 | 1 | -0/+133 |
