aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4
Commit message (Expand)AuthorAgeFilesLines
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-101-2/+1
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-273-9/+6
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-265-12/+12
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/i2c: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-3/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-195-18/+13
* Make exti an optional featureUlf Lilleengen2022-01-121-1/+1
* stm32/rcc: remove builders on Config.Dario Nieuwenhuis2022-01-041-2/+2
* Add adapter for implementing async traits for blocking typesUlf Lilleengen2021-12-173-0/+118
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-1/+0
* Remove unused depsDario Nieuwenhuis2021-11-151-1/+0
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-14/+5
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-072-12/+4
* Adjust for STM32U5.Bob McWhirter2021-11-021-1/+2
* Merge #456bors[bot]2021-10-261-0/+37
|\
| * Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen2021-10-261-0/+37
* | Add implementation of async trait for STM32 I2C v2Ulf Lilleengen2021-10-211-0/+35
|/
* Add i2c example for L4Ulf Lilleengen2021-10-201-0/+28
* Support for STM32L1Ulf Lilleengen2021-09-211-1/+2
* Update lots of depsDario Nieuwenhuis2021-09-111-7/+7
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-039-18/+0
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-1910-42/+1
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-054-8/+8
* stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis2021-08-051-1/+1
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-054-4/+0
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-049-18/+0
* Rename bread -> read_blockingUlf Lilleengen2021-08-041-1/+1
* Add uart::Read DMA-based implementationUlf Lilleengen2021-08-031-1/+1
* examples: Drop build-std = ["core"]Ben Gamari2021-07-311-3/+0
* stm32l4: Fix examples crate nameTimo Kröger2021-07-291-1/+1
* stm32l4: Cleanup examplesTimo Kröger2021-07-299-75/+48
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* stm32/examples: cleanup L4Dario Nieuwenhuis2021-07-2410-279/+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-239-110/+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-157-162/+147
* 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