| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: extract block_for_us | xoviat | 2025-11-13 | 1 | -2/+2 |
| | | | | | remove from pub api | ||||
| * | adc: seal special channels | xoviat | 2025-11-11 | 1 | -3/+3 |
| | | |||||
| * | adc: use common vref scheme | xoviat | 2025-11-10 | 1 | -16/+8 |
| | | |||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -10/+3 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | stm32/adc: enable interrupt for stm32f1 | Dario Nieuwenhuis | 2025-04-07 | 1 | -6/+8 |
| | | | | | Co-Authored-By: Tnze <[email protected]> | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -5/+2 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -3/+3 |
| | | |||||
| * | remove InternalChannel and AdcPin | Univa | 2024-05-22 | 1 | -5/+1 |
| | | |||||
| * | add back InternalChannel and implement it where its missing | Univa | 2024-05-21 | 1 | -1/+5 |
| | | |||||
| * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -8/+8 |
| | | |||||
| * | stm32 adc: use fn blocking_delay_us(us: u32) | Andres Vahter | 2024-04-10 | 1 | -10/+3 |
| | | |||||
| * | stm32 adc: remove DelayNs | Andres Vahter | 2024-04-10 | 1 | -6/+13 |
| | | |||||
| * | stm32: use embedded_hal_1::delay::DelayNs | Andres Vahter | 2024-04-09 | 1 | -3/+3 |
| | | | | | This makes delay compatible with https://lib.rs/crates/rtic-monotonics. | ||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+2 |
| | | |||||
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -9/+9 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -2/+1 |
| | | |||||
| * | Update stm32-metapac. | Dario Nieuwenhuis | 2023-12-08 | 1 | -1/+1 |
| | | |||||
| * | 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 | -2/+1 |
| | | |||||
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -6/+45 |
| | | |||||
| * | stm32/f3: add high res for hrtim and misc. | xoviat | 2023-09-10 | 1 | -1/+1 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| | | | | | internal use only. (#1700) | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -52/+40 |
| | | |||||
| * | Refactor: Use `PeripheralRef` | Grant Miller | 2022-10-26 | 1 | -5/+3 |
| | | |||||
| * | Refactor: Factor out `Adc` struct declaration | Grant Miller | 2022-10-26 | 1 | -6/+1 |
| | | |||||
| * | Refactor: Impl `From` for `SampleTime` and `Resolution` | Grant Miller | 2022-10-26 | 1 | -6/+3 |
| | | |||||
| * | Refactor: Factor out `SampleTime` | Grant Miller | 2022-10-26 | 1 | -56/+1 |
| | | |||||
| * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 1 | -21/+0 |
| | | |||||
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -4/+4 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+5 |
| | | |||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| | | | | | | | - 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`. | ||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 1 | -1/+1 |
| | | |||||
| * | adc: Implement support for f1 ADC block | Sjoerd Simons | 2021-12-30 | 1 | -0/+233 |
| Add basic support for the STM32F1xx ADC blocks. | |||||
