Skip to content

Commit 6ed3fa6

Browse files
committed
update hal for esp32-s3-usb-otg
1 parent 3a46836 commit 6ed3fa6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

esp32-s3-usb-otg/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
2-
name = "spooky-s3-otg"
3-
version = "0.1.0"
2+
name = "spooky-s3-usb-otg"
3+
version = "0.4.0"
44
authors = ["Juraj Michálek <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
77

88
[target.xtensa-esp32s3-none-elf.dependencies]
99
xtensa-atomic-emulation-trap = "0.4.0"
10-
hal = { package = "esp32s3-hal", version = "0.9.0" }
10+
hal = { package = "esp32s3-hal", version = "0.11.0" }
1111
esp-backtrace = { version = "0.7.0", features = [
1212
"esp32s3",
1313
"panic-handler",
@@ -24,9 +24,9 @@ embedded-graphics-framebuf = { version = "0.3.0", git = "https://github.com/geor
2424
embedded-hal = "0.2"
2525
display-interface = "0.4"
2626
display-interface-spi = "0.4"
27-
mipidsi = { version = "0.7", git = "https://github.com/georgik/mipidsi.git", branch = "bugfix/ili-init" }
27+
mipidsi = "0.7.1"
2828
panic-halt = "0.2"
29-
shared-bus = { version = "0.2.4" }
29+
shared-bus = { version = "0.3.0" }
3030
spooky-core = { path = "../spooky-core" }
3131
heapless = { version = "0.7.14", default-features = false }
3232

esp32-s3-usb-otg/wokwi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[wokwi]
44
version = 1
5-
elf = "target/xtensa-esp32s3-none-elf/release/spooky-s3-box"
6-
firmware = "target/xtensa-esp32s3-none-elf/release/spooky-s3-box"
5+
elf = "target/xtensa-esp32s3-none-elf/release/spooky-s3-usb-otg"
6+
firmware = "target/xtensa-esp32s3-none-elf/release/spooky-s3-usb-otg"

0 commit comments

Comments
 (0)