Skip to content

Commit dda397c

Browse files
committed
Use unified Xtensa toolchain
1 parent 8c2ee34 commit dda397c

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
@@ -107,7 +107,7 @@ def replace_if_xz(system):
107107
out_path = args.out_path;
108108

109109
# settings
110-
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
110+
arduino_tools = ["xtensa-esp-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
111111

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

0 commit comments

Comments
 (0)