aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove metapac from the Cargo.toml for h7.Bob McWhirter2021-08-181-1/+0
* Add STM32WL55 examples to CI (#361)Ulf Lilleengen2021-08-182-2/+22
* Add per-core EXTI supportUlf Lilleengen2021-08-171-0/+34
* Add example for STM32WL55Ulf Lilleengen2021-08-175-0/+130
* Add H7 exti button example using correct EXTI reg block offsets.Bob McWhirter2021-08-161-0/+36
* Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)Ulf Lilleengen2021-08-162-0/+52
* nrf: add WDT driverDario Nieuwenhuis2021-08-071-0/+46
* stm32f4: Use unwrap! where possibleBen Gamari2021-08-051-2/+2
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-0522-65/+67
* stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis2021-08-057-13/+15
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-0528-117/+19
* Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis2021-08-047-48/+31
|\
| * Grep fails me.Bob McWhirter2021-08-041-2/+0
| * Fmt giving me headaches.Bob McWhirter2021-08-041-1/+0
| * Um.Bob McWhirter2021-08-041-0/+1
| * Unused import.Bob McWhirter2021-08-041-1/+0
| * Remove more extra vars.Bob McWhirter2021-08-042-7/+3
| * Formatting again.Bob McWhirter2021-08-044-5/+2
| * Further work sharing config for example and removing duplicated code.Bob McWhirter2021-08-045-73/+20
| * Remove unused import.Bob McWhirter2021-08-041-1/+0
| * Formatting.Bob McWhirter2021-08-044-10/+10
| * Remove builders from Config(s) and examples.Bob McWhirter2021-08-046-19/+66
* | Update nightly, remove removed features.Dario Nieuwenhuis2021-08-0457-114/+0
|/
* rustfmt everythingDario Nieuwenhuis2021-08-042-2/+1
* Merge pull request #341 from lulf/usart-dma-readDario Nieuwenhuis2021-08-044-3/+45
|\
| * Rename bread -> read_blockingUlf Lilleengen2021-08-043-3/+3
| * Add uart::Read DMA-based implementationUlf Lilleengen2021-08-034-3/+45
* | Run cargo-fmt on the h7 examples.Bob McWhirter2021-08-033-36/+27
* | Formatting fixes.Bob McWhirter2021-08-031-2/+0
* | Enhance Rcc configuration to be more fluentish.Bob McWhirter2021-08-037-211/+75
|/
* Mark `new`s as unsafe due to not being leak-safe.Dario Nieuwenhuis2021-08-021-4/+6
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-022-11/+10
* Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter2021-08-022-2/+2
* Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter2021-08-022-2/+2
* Emit a default memory.x alongside device.x from metapac.Bob McWhirter2021-08-024-64/+0
* examples: Drop build-std = ["core"]Ben Gamari2021-07-316-18/+0
* Merge pull request #321 from thalesfragoso/f4-pllDario Nieuwenhuis2021-07-311-0/+34
|\
| * f4-pll: Add max values per chipThales Fragoso2021-07-291-1/+1
| * f4-rcc: Add option to enable debug_wfe and add hello exampleThales Fragoso2021-07-291-0/+34
* | stm32l4: Fix examples crate nameTimo Kröger2021-07-291-1/+1
* | stm32l0: Use `embassy::main` for examplesTimo Kröger2021-07-292-44/+17
* | stm32l4: Cleanup examplesTimo Kröger2021-07-299-75/+48
* | stm32f0: Enable debug access in low power modesTimo Kröger2021-07-292-1/+9
|/
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-295-5/+5
* Use `embassy::main` macro for stm32f4 examplesTimo Kröger2021-07-276-133/+59
* stm32/examples: cleanup L4Dario Nieuwenhuis2021-07-2410-279/+100
* Enable SYSCFG clock in `exti::init()`Timo Kröger2021-07-247-39/+3
* Reset back the memory.x also.Bob McWhirter2021-07-231-2/+2
* Reset the examples to the original F4 flavor.Bob McWhirter2021-07-232-4/+3
* Enable DMA for SPIv1 on F4's etc.Bob McWhirter2021-07-234-3/+92