Skip to content

Commit bf6cee4

Browse files
committed
Declare GDB client
1 parent 15d6669 commit bf6cee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def _get_board_f_flash(env):
3434
AS="xtensa-esp32-elf-as",
3535
CC="xtensa-esp32-elf-gcc",
3636
CXX="xtensa-esp32-elf-g++",
37+
GDB="xtensa-esp32-elf-gdb",
3738
OBJCOPY=join(
3839
platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
3940
RANLIB="xtensa-esp32-elf-ranlib",

0 commit comments

Comments
 (0)