summaryrefslogtreecommitdiff
path: root/examples/stm32l4
AgeCommit message (Expand)Author
2021-11-02Adjust for STM32U5.Bob McWhirter
2021-10-26Merge #456bors[bot]
2021-10-26Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen
2021-10-21Add implementation of async trait for STM32 I2C v2Ulf Lilleengen
2021-10-20Add i2c example for L4Ulf Lilleengen
2021-09-21Support for STM32L1Ulf Lilleengen
2021-09-11Update lots of depsDario Nieuwenhuis
2021-09-03Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis
2021-08-19stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis
2021-08-05examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari
2021-08-05stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis
2021-08-05time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis
2021-08-04Update nightly, remove removed features.Dario Nieuwenhuis
2021-08-04Rename bread -> read_blockingUlf Lilleengen
2021-08-03Add uart::Read DMA-based implementationUlf Lilleengen
2021-07-31examples: Drop build-std = ["core"]Ben Gamari
2021-07-29stm32l4: Fix examples crate nameTimo Kröger
2021-07-29stm32l4: Cleanup examplesTimo Kröger
2021-07-29Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis
2021-07-24stm32/examples: cleanup L4Dario Nieuwenhuis
2021-07-24Enable SYSCFG clock in `exti::init()`Timo Kröger
2021-07-23FFS warnings about unused Result<>.Bob McWhirter
2021-07-23Fix warnings about un-used variables.Bob McWhirter
2021-07-23Fix extraneous `mut` warnings in L4 example.Bob McWhirter
2021-07-23Improve the SPIv2 DMA example to verify it actually works.Bob McWhirter
2021-07-23SPIv2 + DMA.Bob McWhirter
2021-07-23stm32: No need to enable GPIO clocks manuallyTimo Kröger
2021-07-17stm32/examples: update DMA channel namesDario Nieuwenhuis
2021-07-16stm32/dma: impl all variantsDario Nieuwenhuis
2021-07-15stm32l4/examples: remove old-pac uses.Dario Nieuwenhuis
2021-07-14Fix more warnings and examples.Bob McWhirter
2021-07-14First shot at async dma usart for stm32.Bob McWhirter
2021-07-13Mix dmamux into bdma_v1.Bob McWhirter
2021-07-13Checkpoint DMAMUX channel setup.Bob McWhirter
2021-07-05stm32/adc: simplify delay handlingDario Nieuwenhuis
2021-07-05fix stm32 warningsRukai
2021-07-01Stub in the DMA bits that aren't yet there.Bob McWhirter
2021-07-01Add L4+ example for USART.Bob McWhirter
2021-06-25stm32: Update gpio examplesThales Fragoso
2021-06-14ADCv3 and example.Bob McWhirter
2021-06-14Add minimal RCC impls for L4 and F4Ulf Lilleengen
2021-06-08Small changes to support DAC example.Bob McWhirter
2021-06-08Initial examples for STM32L4+Bob McWhirter
2021-06-08Add blinky example.Bob McWhirter