| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: fix f37x build. | Dario Nieuwenhuis | 2023-08-19 | 2 | -9/+9 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 5 | -5/+5 |
| * | rustfmt | xoviat | 2023-07-22 | 1 | -0/+1 |
| * | stm32: suppress adc f3 | xoviat | 2023-07-22 | 1 | -4/+8 |
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -5/+3 |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 5 | -333/+252 |
| * | Change ADC1 to ADC | Grant Miller | 2023-04-05 | 1 | -7/+7 |
| * | Fix typo | Grant Miller | 2023-04-05 | 1 | -2/+2 |
| * | InternalChannel | Grant Miller | 2023-04-05 | 1 | -15/+8 |
| * | Properly enable and reset adc | Grant Miller | 2023-04-05 | 1 | -7/+2 |
| * | wip | Grant Miller | 2023-04-05 | 4 | -130/+20 |
| * | Differentiate between `read` and `read_internal` for STM32F0 ADC | Matthew W. Samsonoff | 2023-04-05 | 1 | -54/+62 |
| * | Put ADC input pin into analog mode | Matthew W. Samsonoff | 2023-04-05 | 1 | -1/+5 |
| * | Add implementation of STM32 v1 ADC | Matthew W. Samsonoff | 2023-04-05 | 1 | -0/+277 |
| * | Update stm32-metapac | Dario Nieuwenhuis | 2023-03-27 | 1 | -9/+4 |
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -1/+2 |
| * | stm32g0: Fix ADC for channels above 14 | Jaxter Kim | 2022-11-15 | 1 | -2/+2 |
| * | Refactor: Use `PeripheralRef` | Grant Miller | 2022-10-26 | 5 | -23/+16 |
| * | Refactor: Reorder `_version` cfgs | Grant Miller | 2022-10-26 | 1 | -4/+3 |
| * | Refactor: Fix v4 `RccPeripheral` bounds | Grant Miller | 2022-10-26 | 2 | -3/+3 |
| * | Refactor: Factor out `Adc` struct declaration | Grant Miller | 2022-10-26 | 5 | -24/+10 |
| * | Refactor: Don't return references to pointers | Grant Miller | 2022-10-26 | 1 | -14/+14 |
| * | Refactor: Remove unused `Common` trait | Grant Miller | 2022-10-26 | 1 | -20/+1 |
| * | Set resolution directly | Grant Miller | 2022-10-26 | 3 | -19/+12 |
| * | Refactor: Impl `From` for `SampleTime` and `Resolution` | Grant Miller | 2022-10-26 | 7 | -39/+30 |
| * | Refactor: Factor out `Resolution` | Grant Miller | 2022-10-26 | 5 | -105/+67 |
| * | Fix pre-existing `SampleTime` typos | Grant Miller | 2022-10-26 | 1 | -6/+3 |
| * | Refactor: Factor out `SampleTime` | Grant Miller | 2022-10-26 | 6 | -256/+123 |
| * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 4 | -97/+0 |
| * | Fix adc_v4 compilation | chemicstry | 2022-10-07 | 1 | -4/+4 |
| * | Fix internal channel reading on adc_v2 | chemicstry | 2022-10-07 | 3 | -49/+103 |
| * | Use RccPeripheral for adc_v2 | chemicstry | 2022-10-07 | 2 | -19/+11 |
| * | Make vref units explicit | chemicstry | 2022-07-27 | 3 | -16/+16 |
| * | Improve `set_vref` docs | chemicstry | 2022-07-27 | 3 | -3/+3 |
| * | Improve ADC configuration options | chemicstry | 2022-07-27 | 3 | -31/+65 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 4 | -15/+15 |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 1 | -5/+5 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 4 | -41/+26 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 4 | -4/+4 |
| * | Automatically set ADC clock prescaler on v2 ADC to respect max frequency | Matous Hybl | 2022-05-18 | 1 | -2/+44 |
| * | stm32/adc/v4: Fix log statement | Grant Miller | 2022-05-02 | 1 | -1/+1 |
| * | Add ADC support for H7 | Matous Hybl | 2022-04-12 | 3 | -5/+589 |
| * | Add STM32L5 support. | Dario Nieuwenhuis | 2022-04-08 | 1 | -1/+4 |
| * | Fix compile for stm32wb | chemicstry | 2022-03-18 | 1 | -1/+1 |
| * | Fix RCC safety and add reset to DAC | chemicstry | 2022-03-18 | 2 | -15/+19 |
| * | stm32: move macrotables to embassy-stm32 build.rs | Dario Nieuwenhuis | 2022-02-26 | 1 | -3/+3 |
| * | stm32: fix build for h7ab | Dario Nieuwenhuis | 2022-02-24 | 1 | -16/+16 |
| * | stm32: move ADC, DAC pin impls to build.rs | Dario Nieuwenhuis | 2022-02-23 | 1 | -57/+3 |
| * | fix build for stm32f410tb | Frederik | 2022-02-12 | 1 | -1/+6 |
| * | remove unnecessary mod | Frederik | 2022-02-12 | 1 | -33/+29 |
