-
- Downloads
All buttons implemented, scroll forward and backwards needs tuning. No anti bounce implemented.
No related branches found
No related tags found
Showing
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- Cargo.toml 19 additions, 1 deletionCargo.toml
- examples/pmw3389.rs 12 additions, 0 deletionsexamples/pmw3389.rs
- examples/rtic_bare5.rs 7 additions, 1 deletionexamples/rtic_bare5.rs
- examples/usb-mouse.rs 0 additions, 110 deletionsexamples/usb-mouse.rs
... | ... | @@ -18,7 +18,7 @@ usb-device = "0.2.7" |
panic-halt = "0.2.0" | ||
# Uncomment for the itm panic examples. | ||
panic-itm = "0.4.2" | ||
#panic-itm = "0.4.2" | ||
# Uncomment for the rtt-timing examples. | ||
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] } | ||
... | ... | @@ -36,6 +36,10 @@ version = "0.13.0" |
features = ["stm32f411", "rt"] | ||
# [dependencies.stm32f4] | ||
# version = "0.13.0" | ||
# features = ["stm32f411", "rt"] | ||
# [dependencies.stm32f4] | ||
# version = "0.13.0" | ||
# features = ["stm32f411", "rt"] | ||
... | ... | @@ -64,3 +68,17 @@ codegen-units = 1 # better optimizations |
debug = true # symbols are nice and they don't increase the size on Flash | ||
lto = true # better optimizations | ||
<<<<<<< HEAD | ||
======= | ||
# [features] | ||
# nightly = ["cortex-m/inline-asm"] | ||
# # this lets you use `cargo fix`! | ||
# [[bin]] | ||
# name = "app" | ||
# test = false | ||
# bench = false | ||
>>>>>>> 5e5504062ee4477abe60461125dac9cfae10ea99 |
examples/usb-mouse.rs
deleted
100644 → 0
Please register or sign in to comment