-
- Downloads
update hal
Showing
- Cargo.lock 62 additions, 36 deletionsCargo.lock
- Cargo.toml 4 additions, 4 deletionsCargo.toml
- ad7147/Cargo.toml 1 addition, 1 deletionad7147/Cargo.toml
- embassy-net-badgelink/Cargo.toml 3 additions, 3 deletionsembassy-net-badgelink/Cargo.toml
- src/demo_tasks.rs 10 additions, 9 deletionssrc/demo_tasks.rs
- src/flow3r/display/display_interface.rs 2 additions, 2 deletionssrc/flow3r/display/display_interface.rs
- src/flow3r/leds.rs 4 additions, 5 deletionssrc/flow3r/leds.rs
- src/flow3r/mod.rs 2 additions, 2 deletionssrc/flow3r/mod.rs
- src/flow3r/ui/main_menu.rs 2 additions, 2 deletionssrc/flow3r/ui/main_menu.rs
- src/runtime.rs 7 additions, 11 deletionssrc/runtime.rs
- vendor/bmi270/Cargo.lock 48 additions, 0 deletionsvendor/bmi270/Cargo.lock
- vendor/display-interface/Cargo.lock 122 additions, 0 deletionsvendor/display-interface/Cargo.lock
... | ... | @@ -15,19 +15,19 @@ embassy-futures = "0.1.0" |
embassy-net = { version = "0.1.0", features = ["medium-ethernet", "udp", "proto-ipv6", "nightly", "unstable-traits"] } | ||
embassy-net-badgelink = { path = "./embassy-net-badgelink" } | ||
embassy-sync = "0.2.0" | ||
embassy-time = { version = "=0.1.1", features = ["nightly", "unstable-traits"] } | ||
embassy-time = { version = "=0.1.2", features = ["nightly", "unstable-traits"] } | ||
embedded-dma = "0.2.0" | ||
embedded-graphics = "0.8.0" | ||
embedded-graphics-framebuf = "0.5.0" | ||
embedded-hal = "0.2.7" | ||
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.10" } | ||
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.11" } | ||
embedded-hal-async = "0.2.0-alpha.1" | ||
embedded-hal-bus = "0.1.0-alpha.2" | ||
esp-backtrace = { version = "0.7.0", features = ["esp32s3", "panic-handler", "exception-handler", "print-uart"] } | ||
esp-hal-smartled = { version = "0.3.0", features = ["esp32s3"] } | ||
esp-hal-smartled = { version = "0.4.0", features = ["esp32s3"] } | ||
esp-println = { version = "0.5.0", features = ["esp32s3"] } | ||
gc9a01 = { path = "./gc9a01" } | ||
hal = { package = "esp32s3-hal", version = "0.10.0", features = ["embassy", "async", "embassy-time", "embassy-time-systick"] } | ||
hal = { package = "esp32s3-hal", version = "0.11.0", features = ["embassy", "async", "embassy-time", "embassy-time-systick"] } | ||
heapless = "0.7.16" | ||
port-expander = "0.4.0" | ||
shared-bus = { version = "0.3.0", features = ["xtensa"] } | ||
... | ... |
vendor/bmi270/Cargo.lock
0 → 100644
vendor/display-interface/Cargo.lock
0 → 100644
Please register or sign in to comment