Skip to content

Commit 2844e16

Browse files
committed
Define partition config in Cargo.toml
Fixes ivmarkov#116
1 parent 354e0b3 commit 2844e16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ anyhow = "1"
8585

8686
# Future; might be possible once https://github.com/rust-lang/cargo/issues/9096 hits Cargo nightly:
8787
#rust-esp32-ulp-blink = { git = "https://github.com/ivmarkov/rust-esp32-ulp-blink", artifact = "bin" }
88+
89+
[package.metadata.espflash]
90+
partition_table = "partitions.csv"

0 commit comments

Comments
 (0)