| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | stm32: move ADC, DAC pin impls to build.rs | Dario Nieuwenhuis | 2022-02-23 | 1 | -18/+5 |
| * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 2 | -129/+100 |
| * | stm32/dac: Fix disable_channel | Ben Gamari | 2021-12-28 | 1 | -29/+8 |
| * | Initial support for STM32F767ZI. | Matous Hybl | 2021-10-26 | 2 | -0/+2 |
| * | stm32/dac: Ensure that clock is enabled | Ben Gamari | 2021-09-29 | 1 | -0/+15 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |
| * | Fix | Ulf Lilleengen | 2021-06-07 | 1 | -1/+2 |
| * | fmt: make all macros `macro_rules` so scoping is consistent. | Dario Nieuwenhuis | 2021-06-07 | 1 | -1/+0 |
| * | Fix stm32 warnings | Rukai | 2021-06-06 | 2 | -13/+9 |
| * | Move DAC, I2C, SPI and RNG to macro-tables. | Bob McWhirter | 2021-06-03 | 1 | -11/+17 |
| * | DAC v2 basics. | Bob McWhirter | 2021-06-01 | 2 | -0/+332 |