Skip to content

Commit

Permalink
cpp_properties for latest Arm toolchain, revised run-qemu.sh for usar…
Browse files Browse the repository at this point in the history
…t debugging
  • Loading branch information
martinbond7 committed Oct 21, 2024
1 parent 89630ab commit a9c469b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"OS_USE_SEMIHOSTING",
"TRACE_ENABLED"
],
"compilerPath": "/opt/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++",
"compilerPath": "/opt/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++",
"cStandard": "c99",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-arm",
Expand Down
4 changes: 2 additions & 2 deletions run-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ if [[ ! -f "$IMAGE" ]]; then
fi

if [[ -z "$GRAPHIC" ]]; then
# Old config required for remote Docker debugging - breaks serial output on USART3
# OPTIONS="$OPTIONS -nographic --chardev file,path=/dev/null,mux=on,id=c0 -mon chardev=c0 -serial chardev:c0"
# Old config for remote Docker debugging - breaks serial output on USART3, kept for reference
# OPTIONS="$OPTIONS -nographic --chardev file,path=/dev/null,mux=on,id=c0 -mon chardev=c0 -serial chardev:c0"
OPTIONS="$OPTIONS -nographic"
fi

Expand Down

0 comments on commit a9c469b

Please sign in to comment.