-
- Downloads
first set of examples
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- Cargo.toml 6 additions, 6 deletionsCargo.toml
- README.md 128 additions, 61 deletionsREADME.md
- examples/allocator.rs 0 additions, 56 deletionsexamples/allocator.rs
- examples/crash.rs 0 additions, 96 deletionsexamples/crash.rs
- examples/device.rs 0 additions, 62 deletionsexamples/device.rs
- examples/exception.rs 0 additions, 37 deletionsexamples/exception.rs
- examples/hello.rs 0 additions, 16 deletionsexamples/hello.rs
- examples/itm.rs 0 additions, 34 deletionsexamples/itm.rs
- examples/itm_rtic_hello.rs 18 additions, 0 deletionsexamples/itm_rtic_hello.rs
- examples/rtic_crash.rs 33 additions, 0 deletionsexamples/rtic_crash.rs
- examples/rtic_hello.rs 16 additions, 0 deletionsexamples/rtic_hello.rs
- examples/rtic_panic.rs 27 additions, 0 deletionsexamples/rtic_panic.rs
CHANGELOG.md
0 → 100644
... | @@ -16,14 +16,14 @@ usb-device = "0.2.7" | ... | @@ -16,14 +16,14 @@ usb-device = "0.2.7" |
# Panic handlers, comment all but one to generate doc! | # Panic handlers, comment all but one to generate doc! | ||
panic-halt = "0.2.0" | panic-halt = "0.2.0" | ||
# Uncomment for the panic example. | # Uncomment for the itm panic examples. | ||
#panic-itm = "0.4.2" | panic-itm = "0.4.2" | ||
# Uncomment for the rtt-timing example. | # Uncomment for the rtt-timing examples. | ||
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] } | panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] } | ||
# Uncomment for the panic example. | # Uncomment for the semihosting examples. | ||
#panic-semihosting = "0.5.6" | panic-semihosting = "0.5.6" | ||
# Tracing | # Tracing | ||
rtt-target = { version = "0.3.0", features = ["cortex-m"] } | rtt-target = { version = "0.3.0", features = ["cortex-m"] } | ||
... | @@ -42,7 +42,7 @@ features = ["rt", "stm32f411", "usb_fs"] | ... | @@ -42,7 +42,7 @@ features = ["rt", "stm32f411", "usb_fs"] |
# Enable to use the latest git version | # Enable to use the latest git version | ||
# gitgit = "https://github.com/stm32-rs/stm32f4xx-hal" | # gitgit = "https://github.com/stm32-rs/stm32f4xx-hal" | ||
# Enable to use your forked/cloned local repo | # Enable to use your forked/cloned local repo | ||
path = "../stm32f4xx-hal" | # path = "../stm32f4xx-hal" | ||
# this lets you use `cargo fix`! | # this lets you use `cargo fix`! | ||
... | ... |
examples/allocator.rs
deleted
100644 → 0
examples/crash.rs
deleted
100644 → 0
examples/device.rs
deleted
100644 → 0
examples/exception.rs
deleted
100644 → 0
examples/hello.rs
deleted
100644 → 0
examples/itm.rs
deleted
100644 → 0
examples/itm_rtic_hello.rs
0 → 100644
examples/rtic_crash.rs
0 → 100644
examples/rtic_hello.rs
0 → 100644
examples/rtic_panic.rs
0 → 100644
Please register or sign in to comment