Skip to content

Commit bc3e101

Browse files
authored
revert changes
1 parent 14d0992 commit bc3e101

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/main.py

+3
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ def __fetch_fs_size(target, source, env):
256256
if mcu in ("esp32c2", "esp32c3", "esp32c6")
257257
else "tool-xtensa-esp-elf-gdb"
258258
)
259+
or "",
260+
"bin",
261+
"%s-elf-gdb" % toolchain_arch,
259262
),
260263
OBJCOPY=join(platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
261264
RANLIB="%s-elf-gcc-ranlib" % toolchain_arch,

0 commit comments

Comments
 (0)