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 ef4a7e6 commit 68515f1Copy full SHA for 68515f1
tools/gen_launch.sh
@@ -26,7 +26,7 @@ PACKAGE_DIR="$(dirname "$SCRIPT_DIR")"
26
if [[ "$FQBN_FULL" == infineon:psoc6:* ]]; then
27
DEVICE_TYPE="psoc6"
28
BOARDS_TXT="${4:-$PACKAGE_DIR/boards.txt}"
29
- GDB_PATH="${5:-$HOME/.arduino15/packages/Infineon/tools/arm-none-eabi-gcc/10.3-2021.10/bin/arm-none-eabi-gdb}"
+ GDB_PATH="${5:-$HOME/.arduino15/packages/infineon/tools/mtb-gcc-arm-none-eabi/11.3.1.67/bin/arm-none-eabi-gdb}"
30
elif [[ "$FQBN_FULL" == arduino-git:xmc:* ]]; then
31
DEVICE_TYPE="xmc"
32
XMC_DIR="$(dirname "$SCRIPT_DIR")"
0 commit comments