Skip to content

Commit

Permalink
Example works
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigel committed Oct 1, 2020
1 parent 836ca17 commit 5fb39bf
Show file tree
Hide file tree
Showing 12 changed files with 240 additions and 389 deletions.
17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
authors = ["Raphael Nestler <[email protected]>"]
edition = "2018"
readme = "README.md"
name = "hello-rtfm"
name = "rfid-audio"
version = "0.1.0"

[dependencies]
cortex-m = "0.5.8"
cortex-m-rt = "0.6.5"
cortex-m-semihosting = "0.3.2"
panic-semihosting = "0.5.1"
cortex-m-rtfm = {git="https://github.com/japaric/cortex-m-rtfm.git"}
cortex-m-semihosting = "0.3.3"
panic-semihosting = "0.5.3"
cortex-m-rtfm = "0.5.1"


[dependencies.stm32f30x]
version = "0.8.0"
features= ["rt"]
[dependencies.stm32f3xx-hal]
features = ["stm32f303xc", "rt"]
version = "0.4.0"

# this lets you use `cargo fix`!
[[bin]]
name = "hello-rtfm"
name = "rfid-audio"
test = false
bench = false

Expand Down
57 changes: 0 additions & 57 deletions examples/allocator.rs

This file was deleted.

96 changes: 0 additions & 96 deletions examples/crash.rs

This file was deleted.

63 changes: 0 additions & 63 deletions examples/device.rs

This file was deleted.

37 changes: 0 additions & 37 deletions examples/exception.rs

This file was deleted.

20 changes: 0 additions & 20 deletions examples/hello.rs

This file was deleted.

33 changes: 0 additions & 33 deletions examples/itm.rs

This file was deleted.

28 changes: 0 additions & 28 deletions examples/panic.rs

This file was deleted.

12 changes: 0 additions & 12 deletions openocd.cfg

This file was deleted.

Loading

0 comments on commit 5fb39bf

Please sign in to comment.