Skip to content

Commit fe0b1ba

Browse files
committed
Add esp-elf-gdp to the list of packages
1 parent 8136874 commit fe0b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/gen_tools_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
out_path = args.out_path;
3535

3636
# settings
37-
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","riscv32-esp-elf","openocd-esp32"]
37+
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
3838

3939
# code start
4040
farray = json.load(open(arduino_json))

0 commit comments

Comments
 (0)