| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 1 | -2/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -3/+2 |
| | | |||||
| * | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 |
| | | | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger. | ||||
| * | attempt at fixing ci | JuliDi | 2023-06-28 | 1 | -1/+0 |
| | | |||||
| * | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -10/+6 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -5/+3 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 1 | -2/+1 |
| | | | | | | | | | | The idea behind OptionalPin has a few problems: - you need to impl the signal traits for NoPin which is a bit weird https://github.com/embassy-rs/embassy/blob/master/embassy-stm32/src/dcmi.rs#L413-L416 - you can pass any combination of set/unset pins, which needs checking at runtime https://github.com/embassy-rs/embassy/blob/master/embassy-stm32/src/dcmi.rs#L130 The replacement is to do multiple `new` constructors for each combination of pins you want to take. | ||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -2/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 1 | -3/+0 |
| | | |||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | stm32l4: Cleanup examples | Timo Kröger | 2021-07-29 | 1 | -10/+8 |
| | | | | | | * Use `cortex_m_rt::entry` for sync examples * Use `Dbgmcu::enable_all()` everywhere | ||||
| * | stm32/examples: cleanup L4 | Dario Nieuwenhuis | 2021-07-24 | 1 | -25/+7 |
| | | |||||
| * | stm32: No need to enable GPIO clocks manually | Timo Kröger | 2021-07-23 | 1 | -27/+13 |
| | | |||||
| * | fix stm32 warnings | Rukai | 2021-07-05 | 1 | -10/+6 |
| | | |||||
| * | ADCv3 and example. | Bob McWhirter | 2021-06-14 | 1 | -10/+10 |
| | | |||||
| * | Small changes to support DAC example. | Bob McWhirter | 2021-06-08 | 1 | -0/+92 |
