aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/examples: cleanup L4Dario Nieuwenhuis2021-07-249-278/+100
* Enable SYSCFG clock in `exti::init()`Timo Kröger2021-07-246-30/+2
* FFS warnings about unused Result<>.Bob McWhirter2021-07-231-1/+1
* Fix warnings about un-used variables.Bob McWhirter2021-07-231-2/+2
* Fix extraneous `mut` warnings in L4 example.Bob McWhirter2021-07-231-3/+3
* Improve the SPIv2 DMA example to verify it actually works.Bob McWhirter2021-07-231-9/+22
* SPIv2 + DMA.Bob McWhirter2021-07-232-0/+106
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-238-109/+25
* stm32/examples: update DMA channel namesDario Nieuwenhuis2021-07-171-1/+1
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-163-3/+3
* stm32l4/examples: remove old-pac uses.Dario Nieuwenhuis2021-07-156-161/+146
* Fix more warnings and examples.Bob McWhirter2021-07-142-4/+4
* First shot at async dma usart for stm32.Bob McWhirter2021-07-141-5/+6
* Mix dmamux into bdma_v1.Bob McWhirter2021-07-131-0/+96
* Checkpoint DMAMUX channel setup.Bob McWhirter2021-07-131-4/+0
* stm32/adc: simplify delay handlingDario Nieuwenhuis2021-07-051-5/+4
* fix stm32 warningsRukai2021-07-052-34/+11
* Stub in the DMA bits that aren't yet there.Bob McWhirter2021-07-011-1/+9
* Add L4+ example for USART.Bob McWhirter2021-07-011-0/+89
* stm32: Update gpio examplesThales Fragoso2021-06-253-7/+7
* ADCv3 and example.Bob McWhirter2021-06-144-12/+110
* Add minimal RCC impls for L4 and F4Ulf Lilleengen2021-06-141-1/+0
* Small changes to support DAC example.Bob McWhirter2021-06-081-0/+92
* Initial examples for STM32L4+Bob McWhirter2021-06-083-0/+207
* Add blinky example.Bob McWhirter2021-06-081-0/+53