-
- Downloads
memory.x and Cargo.toml updates
Showing
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- Cargo.toml 4 additions, 8 deletionsCargo.toml
- README.md 17 additions, 0 deletionsREADME.md
- examples/rtt_rtic_i2c.rs 31 additions, 19 deletionsexamples/rtt_rtic_i2c.rs
- memory.x 1 addition, 1 deletionmemory.x
- src/lib.rs 1 addition, 0 deletionssrc/lib.rs
- src/pmw3389e.rs 675 additions, 0 deletionssrc/pmw3389e.rs
... | @@ -6,7 +6,7 @@ name = "app" | ... | @@ -6,7 +6,7 @@ name = "app" |
version = "0.1.0" | version = "0.1.0" | ||
[dependencies] | [dependencies] | ||
cortex-m = "0.6.4" | cortex-m = "0.7.1" | ||
cortex-m-rt = "0.6.13" | cortex-m-rt = "0.6.13" | ||
cortex-m-semihosting = "0.3.7" | cortex-m-semihosting = "0.3.7" | ||
cortex-m-rtic = "0.5.5" | cortex-m-rtic = "0.5.5" | ||
... | @@ -17,19 +17,19 @@ usb-device = "0.2.7" | ... | @@ -17,19 +17,19 @@ usb-device = "0.2.7" |
panic-halt = "0.2.0" | panic-halt = "0.2.0" | ||
# Uncomment for the itm panic examples. | # Uncomment for the itm panic examples. | ||
panic-itm = "0.4.2" | #panic-itm = "0.4.2" | ||
# Uncomment for the rtt-timing examples. | # 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 semihosting examples. | # 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"] } | ||
[dependencies.stm32f4] | [dependencies.stm32f4] | ||
version = "0.12.1" | version = "0.13.0" | ||
features = ["stm32f411", "rt"] | features = ["stm32f411", "rt"] | ||
# Uncomment for the allocator example. | # Uncomment for the allocator example. | ||
... | @@ -71,7 +71,3 @@ lto = true # better optimizations | ... | @@ -71,7 +71,3 @@ lto = true # better optimizations |
# test = false | # test = false | ||
# bench = false | # bench = false | ||
# [profile.release] | |||
# codegen-units = 1 # better optimizations | |||
# debug = true # symbols are nice and they don't increase the size on Flash | |||
# lto = true # better optimizations |
src/pmw3389e.rs
0 → 100644
This diff is collapsed.
Please register or sign in to comment