Skip to content

Commit 5228722

Browse files
committed
Add to builder script, flip support status
1 parent 646866a commit 5228722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ target-gen elf target/riscv32imc-unknown-none-elf/release/esp-flashloader outp
2929
| esp32c6 | Y |
3030
| esp32c61 | Y |
3131
| esp32h2 | Y |
32-
| esp32p4 | N |
32+
| esp32p4 | Y |
3333

3434
## Adding new chips
3535

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $deviceMap = @{
2828
"esp32c6" = "riscv32imac-unknown-none-elf"
2929
"esp32c61" = "riscv32imac-unknown-none-elf"
3030
"esp32h2" = "riscv32imac-unknown-none-elf"
31+
"esp32p4" = "riscv32imafc-unknown-none-elf"
3132
}
3233

3334
# Validate device (if specified) and build list

0 commit comments

Comments
 (0)