Skip to content

Commit 725f9c3

Browse files
committed
Add esp-elf-gdp to the list of packages
1 parent 47ea807 commit 725f9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_tools_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
out_path = args.out_path;
4242

4343
# settings
44-
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","riscv32-esp-elf","openocd-esp32"]
44+
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
4545

4646
# code start
4747
farray = {"packages":[{"platforms":[{"toolsDependencies":[]}],"tools":[]}]}

0 commit comments

Comments
 (0)