Skip to content

Commit

Permalink
Add example for STM32F411 with HW & SW tasks communicating via MPSC c…
Browse files Browse the repository at this point in the history
…hannel (#953)

* Add example with HW & SW tasks communicating via MPSC channel

* example: f411-adc-mpcsc: nit: typos

* example: f411-adc-mpsc: prefer text over picture

---------

Co-authored-by: Milton Eduardo Sosa <milton@Miltons-MacBook-Pro.local>
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
  • Loading branch information
3 people authored Jun 26, 2024
1 parent 35891f4 commit 624f643
Show file tree
Hide file tree
Showing 7 changed files with 1,068 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/stm32f411_adc_and_mpsc_channel/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[target.thumbv7em-none-eabihf]

runner = "probe-rs run --chip STM32F411CEUx"

rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x",
]

[build]
target = "thumbv7em-none-eabihf"

[env]
DEFMT_LOG = "debug"
Loading

0 comments on commit 624f643

Please sign in to comment.