We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646866a commit 5228722Copy full SHA for 5228722
README.md
@@ -29,7 +29,7 @@ $ target-gen elf target/riscv32imc-unknown-none-elf/release/esp-flashloader outp
29
| esp32c6 | Y |
30
| esp32c61 | Y |
31
| esp32h2 | Y |
32
-| esp32p4 | N |
+| esp32p4 | Y |
33
34
## Adding new chips
35
build.ps1
@@ -28,6 +28,7 @@ $deviceMap = @{
28
"esp32c6" = "riscv32imac-unknown-none-elf"
"esp32c61" = "riscv32imac-unknown-none-elf"
"esp32h2" = "riscv32imac-unknown-none-elf"
+ "esp32p4" = "riscv32imafc-unknown-none-elf"
}
# Validate device (if specified) and build list
0 commit comments