aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SPIv3 work with DMA.Bob McWhirter2021-07-232-0/+221
* 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
* Fix up the L0 example for SPI.Bob McWhirter2021-07-231-1/+4
* Improve the SPIv2 DMA example to verify it actually works.Bob McWhirter2021-07-231-9/+22
* SPIv2 + DMA.Bob McWhirter2021-07-232-0/+106
* Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger2021-07-236-39/+10
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-2321-221/+36
* Auto-enable all GPIOs during init().Bob McWhirter2021-07-231-12/+0
* Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter2021-07-222-12/+6
* Merge pull request #308 from timokroeger/stmf4-example-cleanupDario Nieuwenhuis2021-07-217-175/+106
|\
| * Cleanup stm32f4 examplesTimo Kröger2021-07-217-175/+106
* | Merge pull request #302 from embassy-rs/rp-spi-fixesDario Nieuwenhuis2021-07-203-0/+218
|\ \
| * | rp/examples: add spi_display exampleDario Nieuwenhuis2021-07-203-0/+218
* | | Merge pull request #226 from huntc/mpscDario Nieuwenhuis2021-07-201-0/+65
|\ \ \ | |/ / |/| |
| * | Provides a cleaner construction of the channel with the common "new" naminghuntc2021-07-151-1/+2
| * | Use of a NoopMutexhuntc2021-07-151-4/+4
| * | Remove the cell and traithuntc2021-07-151-4/+4
| * | Replace UnsafeCellhuntc2021-07-151-5/+3
| * | Reduces the types on sender and receiverhuntc2021-07-151-3/+5
| * | Multi Producer Single Consumer channelhuntc2021-07-151-0/+64
* | | rp/examples: add spi exampleDario Nieuwenhuis2021-07-191-0/+50
| |/ |/|
* | stm32/examples: update DMA channel namesDario Nieuwenhuis2021-07-173-3/+3