Skip to content

Commit

Permalink
ci: remove unused paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 12, 2024
1 parent 4c8bda0 commit 58e2ea1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions esp32-c3-lcdkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = "MIT"

[target.riscv32imc-unknown-none-elf.dependencies]
hal = { package = "esp-hal", version = "0.16", features = ["esp32c3", "eh1"] }
esp-backtrace = { version = "0.9.0", features = [
esp-backtrace = { version = "0.14.2", features = [
"esp32c3",
"panic-handler",
"print-uart",
] }
esp-println = { version = "0.7.0", features = [ "esp32c3" ] }
esp-println = { version = "0.12.0", features = [ "esp32c3" ] }

[dependencies]
esp-alloc = "0.3.0"
Expand All @@ -21,13 +21,16 @@ embedded-graphics-framebuf = { version = "0.3.0", git = "https://github.com/geor
embedded-hal = "1.0.0"
display-interface = "0.5.0"
display-interface-spi = "0.5.0"
icm42670 = { git = "https://github.com/jessebraham/icm42670/" }
mipidsi = { git = "https://github.com/almindor/mipidsi.git", branch = "master" }
#icm42670 = { git = "https://github.com/jessebraham/icm42670/" }
icm42670 = "0.2.0"
#mipidsi = { git = "https://github.com/almindor/mipidsi.git", branch = "master" }
mipidsi = "0.8.0"
panic-halt = "0.2"
shared-bus = { version = "0.3.0" }
spooky-core = { path = "../spooky-core", default-features = false, features = ["static_maze"]}
spooky-embedded = { path = "../spooky-embedded", default-features = false, features = [ "static_maze", "resolution_240x240" ] }
rotary-encoder-embedded = { git = "https://github.com/georgik/rotary-encoder-embedded.git", branch = "feature/poll" }
#rotary-encoder-embedded = { git = "https://github.com/georgik/rotary-encoder-embedded.git", branch = "feature/poll" }
rotary-encoder-embedded = "0.3.1"
critical-section = "1.1.2"
spi-dma-displayinterface = { path = "../spi-dma-displayinterface", features = ["esp32c3"] }

Expand Down

0 comments on commit 58e2ea1

Please sign in to comment.