Browse Source

tools: add RISC-V toolchain for esp32h2 and esp32c2 targets

Anton Maklakov 3 năm trước cách đây
mục cha
commit
a5d3f2e26d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      tools/tools.json

+ 3 - 1
tools/tools.json

@@ -268,7 +268,9 @@
       "supported_targets": [
         "esp32s2",
         "esp32s3",
-        "esp32c3"
+        "esp32c3",
+        "esp32h2",
+        "esp32c2"
       ],
       "version_cmd": [
         "riscv32-esp-elf-gcc",