We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d6669 commit bf6cee4Copy full SHA for bf6cee4
builder/main.py
@@ -34,6 +34,7 @@ def _get_board_f_flash(env):
34
AS="xtensa-esp32-elf-as",
35
CC="xtensa-esp32-elf-gcc",
36
CXX="xtensa-esp32-elf-g++",
37
+ GDB="xtensa-esp32-elf-gdb",
38
OBJCOPY=join(
39
platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
40
RANLIB="xtensa-esp32-elf-ranlib",
0 commit comments