Skip to content

Commit

Permalink
feat: added esp-p4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Aug 27, 2024
1 parent 27f0735 commit b249dff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundles/com.espressif.idf.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,14 @@ config-only component and an interface library is created instead."
id="riscv32-esp-elf"
name="esp32h2">
</ToolChain>
<ToolChain
arch="riscv32"
compilerPattern="riscv32-esp-elf[\\/]+bin[\\/]+riscv32-esp-elf-gcc(?:\.exe)?$"
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?$"
fileName="toolchain-esp32p4.cmake"
id="riscv32-esp-elf"
name="esp32p4">
</ToolChain>
</extension>
<extension point="org.eclipse.core.variables.dynamicVariables">
<variable
Expand Down

0 comments on commit b249dff

Please sign in to comment.