| Commit message (Expand) | Author | Age | Files | Lines |
| * | stm32/dac: use autogenerated RCC impls. | Dario Nieuwenhuis | 2024-02-01 | 1 | -23/+0 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -1/+1 |
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 2 | -9/+14 |
| * | stm32: fix dac trait | Dario Nieuwenhuis | 2023-11-25 | 1 | -1/+1 |
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -363/+353 |
| * | STM32 DAC: Disable circular writes with GPDMA as it doesn't yet support circu... | Adam Greig | 2023-11-25 | 1 | -0/+2 |
| * | STM32 DAC: Swap to new TSEL enum entirely in-HAL | Adam Greig | 2023-11-25 | 2 | -119/+309 |
| * | STM32 DAC: Use new Mode enum for setting channel mode | Adam Greig | 2023-11-25 | 1 | -11/+54 |
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 1 | -1/+1 |
| * | stm32: avoid creating many tiny critical sections in init. | Dario Nieuwenhuis | 2023-10-12 | 1 | -10/+6 |
| * | enable clock first | pbert | 2023-10-12 | 1 | -4/+4 |
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -35/+27 |
| * | Merge pull request #2018 from jamesmunns/add-derives | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+1 |
| |\ |
|
| | * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 |
| * | | h7: implement RTC and LSE clock configuration | Matt Ickstadt | 2023-10-06 | 1 | -2/+2 |
| |/ |
|
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | update feature gates for v3 | JuliDi | 2023-07-22 | 1 | -5/+4 |
| * | Merge remote-tracking branch 'xoviat/update-metapac' into fix-dac-example | JuliDi | 2023-07-22 | 1 | -2/+2 |
| |\ |
|
| | * | stm32: add dac fix | xoviat | 2023-07-22 | 1 | -0/+3 |
| * | | update DAC triggers to incorporate v3 | JuliDi | 2023-07-22 | 1 | -6/+43 |
| * | | stm32/dac: set pin mode to analog (ref #334) | Adam Greig | 2023-07-22 | 1 | -4/+8 |
| |/ |
|
| * | hal-common: require DerefMut for peripherals, not just Deref. | Dario Nieuwenhuis | 2023-07-02 | 1 | -2/+2 |
| * | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -1/+1 |
| * | fix warnings | JuliDi | 2023-06-27 | 1 | -10/+11 |
| * | feature-gate set_channel_mode, undo dma.rs changes | JuliDi | 2023-06-27 | 1 | -7/+10 |
| * | feature-gate dma write, make trigger not return a result | JuliDi | 2023-06-27 | 1 | -2/+5 |
| * | fix issues when DAC2 present, add additional options to DMA (NOT YET WORKING ... | JuliDi | 2023-06-26 | 1 | -115/+152 |
| * | add docs, cleanup | JuliDi | 2023-06-25 | 1 | -167/+155 |
| * | fix minor issues with splitting channels etc | JuliDi | 2023-06-25 | 1 | -13/+33 |
| * | first attempt at fixing the 2nd channel problem | JuliDi | 2023-06-24 | 1 | -142/+224 |
| * | allow independent use of ch1 and ch2 on dac | JuliDi | 2023-06-23 | 1 | -50/+100 |
| * | update docs and update to new dma interface | JuliDi | 2023-06-22 | 1 | -4/+16 |
| * | remove write_X variants | JuliDi | 2023-06-19 | 1 | -23/+3 |
| * | fix typo, minor cleanup | JuliDi | 2023-06-19 | 1 | -6/+7 |
| * | remove Alignment and make Value and Value array look the same | JuliDi | 2023-06-19 | 1 | -10/+10 |
| * | add ValueArray type and respective write functions | JuliDi | 2023-06-19 | 1 | -84/+126 |
| * | add half transfer interrupt and circular dma | JuliDi | 2023-06-18 | 1 | -3/+14 |
| * | remove unnecessary use, disable DAC and DMA after transfer | JuliDi | 2023-06-17 | 1 | -3/+3 |
| * | implement mwe of a DMA write() method for DAC | JuliDi | 2023-06-17 | 1 | -0/+340 |
| * | Merge v1, v2 DAC and update register definitions | chemicstry | 2022-08-04 | 3 | -295/+0 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -10/+10 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -9/+4 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 2 | -16/+10 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | stm32/dac: Check proper channel | Michal Srb | 2022-04-12 | 1 | -1/+1 |
| * | Add STM32L5 support. | Dario Nieuwenhuis | 2022-04-08 | 1 | -1/+1 |
| * | Fix compile for stm32wb | chemicstry | 2022-03-18 | 1 | -1/+1 |
| * | Fix RCC safety and add reset to DAC | chemicstry | 2022-03-18 | 1 | -8/+24 |
| * | stm32: move macrotables to embassy-stm32 build.rs | Dario Nieuwenhuis | 2022-02-26 | 1 | -1/+1 |
| * | stm32: fix build for h7ab | Dario Nieuwenhuis | 2022-02-24 | 1 | -2/+4 |