Skip to content

Commit

Permalink
Remove all Littlefs-specific configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 10, 2024
1 parent d943cf8 commit c976ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
#target = "riscv32imc-esp-espidf"
target = "xtensa-esp32-espidf"
target = "riscv32imc-esp-espidf"
#target = "xtensa-esp32-espidf"

[target.xtensa-esp32-espidf]
linker = "ldproxy"
Expand Down
3 changes: 2 additions & 1 deletion .github/configs/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ CONFIG_OPENTHREAD_ENABLED=y
# Border Router again, mDNS
#CONFIG_MDNS_MULTIPLE_INSTANCE=y

CONFIG_LITTLEFS_SDMMC_SUPPORT=y
# Littlefs on SD cards example
#CONFIG_LITTLEFS_SDMMC_SUPPORT=y
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ rust-version = "1.77"
[lib]
harness = false

[[package.metadata.esp-idf-sys.extra_components]]
remote_component = { name = "joltwallet/littlefs", version = "1.14" }

[patch.crates-io]
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" }
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }

[features]
default = ["std", "binstart", "experimental"]
default = ["std", "binstart"]

std = ["alloc", "log/std", "esp-idf-hal/std", "embedded-svc/std", "futures-io"]
alloc = ["esp-idf-hal/alloc", "embedded-svc/alloc", "uncased/alloc"]
Expand Down

0 comments on commit c976ff1

Please sign in to comment.