Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 12, 2024
1 parent 324ebb3 commit aaafa86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ def __fetch_fs_size(target, source, env):
if mcu in ("esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4")
else "tool-xtensa-esp-elf-gdb"
)
or "",
"bin",
"%s-elf-gdb" % toolchain_arch,
),
OBJCOPY=join(platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
RANLIB="%s-elf-gcc-ranlib" % toolchain_arch,
Expand Down

0 comments on commit aaafa86

Please sign in to comment.