aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/usart.rs
Commit message (Expand)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-161-7/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-261-1/+1
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
* stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-261-1/+3
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-3/+3
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
* Run rustfmt.Dario Nieuwenhuis2022-06-121-4/+2
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-3/+3
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-4/+3
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-2/+0
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-191-5/+0
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-051-3/+3
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-051-11/+0
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
* Merge pull request #341 from lulf/usart-dma-readDario Nieuwenhuis2021-08-041-1/+1
|\
| * Rename bread -> read_blockingUlf Lilleengen2021-08-041-1/+1
| * Add uart::Read DMA-based implementationUlf Lilleengen2021-08-031-1/+1
* | Enhance Rcc configuration to be more fluentish.Bob McWhirter2021-08-031-27/+4
|/
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-231-10/+0
* stm32/dma: fix h7 implsDario Nieuwenhuis2021-07-161-6/+3
* Fix the h7 example.Bob McWhirter2021-07-141-1/+2
* fix stm32 warningsRukai2021-07-051-2/+2
* Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter2021-07-011-0/+99