From fe0b1ba0984386e84fe76bce219f69bfcea8b089 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Sat, 8 Apr 2023 03:10:07 +0300 Subject: [PATCH] Add esp-elf-gdp to the list of packages --- tools/gen_tools_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen_tools_json.py b/tools/gen_tools_json.py index 98657ee..c63d1e9 100644 --- a/tools/gen_tools_json.py +++ b/tools/gen_tools_json.py @@ -34,7 +34,7 @@ if __name__ == '__main__': out_path = args.out_path; # settings - 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"] # code start farray = json.load(open(arduino_json))