Skip to content

Commit

Permalink
tool-riscv32-esp-elf-gdb for C2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 29, 2023
1 parent d530004 commit 03aa899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __fetch_fs_size(target, source, env):
GDB=join(
platform.get_package_dir(
"tool-riscv32-esp-elf-gdb"
if mcu in ("esp32c3", "esp32c6")
if mcu in ("esp32c2", "esp32c3", "esp32c6")
else "tool-xtensa-esp-elf-gdb"
)
or "",
Expand Down

0 comments on commit 03aa899

Please sign in to comment.