Skip to content

Commit

Permalink
Define partition config in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyaillet committed Sep 22, 2022
1 parent 354e0b3 commit 2844e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ anyhow = "1"

# Future; might be possible once https://github.com/rust-lang/cargo/issues/9096 hits Cargo nightly:
#rust-esp32-ulp-blink = { git = "https://github.com/ivmarkov/rust-esp32-ulp-blink", artifact = "bin" }

[package.metadata.espflash]
partition_table = "partitions.csv"

0 comments on commit 2844e16

Please sign in to comment.