Skip to content

Commit

Permalink
Add ADC example for STM32F411 (#952)
Browse files Browse the repository at this point in the history
* Add ADC example for STM32F411

* Update dependencies

* Update RTIC version

* example: f411-adc: prefer text over picture

* example: f411-adc: nit: typo

---------

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 861a63d commit 35891f4
Show file tree
Hide file tree
Showing 7 changed files with 959 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/stm32f411_adc/.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 35891f4

Please sign in to comment.