We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8136874 commit fe0b1baCopy full SHA for fe0b1ba
tools/gen_tools_json.py
@@ -34,7 +34,7 @@
34
out_path = args.out_path;
35
36
# settings
37
- arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","riscv32-esp-elf","openocd-esp32"]
+ arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
38
39
# code start
40
farray = json.load(open(arduino_json))
0 commit comments