Skip to content

Commit

Permalink
Set the correct flash size for save-image
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 18, 2023
1 parent 18d9f31 commit d95ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn build(hw: HardwareVersion, opt: Option<BuildVariant>, timings: bool) -> AnyRe
"--chip",
"esp32s3",
"--target=xtensa-esp32s3-none-elf",
"-s4mb",
"-s2mb",
&format!("--features={}", hw.feature()),
"-Zbuild-std=core,alloc",
"-Zbuild-std-features=panic_immediate_abort",
Expand Down

0 comments on commit d95ae7a

Please sign in to comment.