aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-01-01 11:18:17 +0000
committerGitHub <[email protected]>2022-01-01 11:18:17 +0000
commitf9a1c1fb51334af0bba5e7e970e34241f5f15f05 (patch)
tree39a883dcd2da9ff927375cc4502ecd1a0d287279 /docs/modules/ROOT
parentc20ef419a67746688d6ba85a73016856cee76885 (diff)
parent1028b5c671bbef06ff807a765571f6ca11dbfa8e (diff)
Merge #559
559: USART DMA example for the STM32F7 r=Dirbaio a=olofwalker This small PR adds the USART DMA write an example for the STM32F7. The example has been tested on a Nucleo-f767zi board. Output from `DEFMT_LOG=info cargo run --bin usart_dma` ``` Running `probe-run --chip STM32F767ZITx target/thumbv7em-none-eabihf/debug/usart_dma` (HOST) INFO flashing program (108 pages / 108.00 KiB) (HOST) INFO success! ──────────────────────────────────────────────────────────────────────────────── 0 INFO Hello World! └─ usart_dma::__cortex_m_rt_main @ src/bin/usart_dma.rs:39 1 INFO wrote DMA └─ usart_dma::main_task::task::{generator#0} @ src/bin/usart_dma.rs:31 ``` Co-authored-by: Robert Walker <[email protected]>
Diffstat (limited to 'docs/modules/ROOT')
0 files changed, 0 insertions, 0 deletions