Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3d1c1c

Browse files
Enable ThreadX awareness for OpenOCD (#362)
1 parent 0c91300 commit d3d1c1c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎MXChip/AZ3166/.vs/launch.vs.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"miDebuggerPath": "arm-none-eabi-gdb",
1414
"miDebuggerServerAddress": "localhost:3333",
1515
"debugServerPath": "openocd",
16-
"debugServerArgs": "-f board/stm32f4discovery.cfg",
16+
"debugServerArgs": "-f board/stm32f4discovery.cfg -c \"$_TARGETNAME configure -rtos auto\"",
1717
"serverStarted": "Listening on port .* for gdb connections",
1818
"filterStderr": true,
1919
"stopAtConnect": true,

‎MXChip/AZ3166/.vscode/launch.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"miDebuggerPath": "arm-none-eabi-gdb",
3636
"miDebuggerServerAddress": "localhost:3333",
3737
"debugServerPath": "openocd",
38-
"debugServerArgs": "-f board/stm32f4discovery.cfg",
38+
"debugServerArgs": "-f board/stm32f4discovery.cfg -c \"$_TARGETNAME configure -rtos auto\"",
3939
"serverStarted": "Listening on port .* for gdb connections",
4040
"filterStderr": true,
4141
"stopAtConnect": true,

‎MXChip/AZ3166/vcpkg-configuration.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requires": {
1010
"microsoft:compilers/arm/gcc": "* 2020100",
1111
"microsoft:tools/compuphase/termite": "* 3.4.0",
12-
"microsoft:tools/microsoft/openocd": "0.11.0-ms1",
12+
"microsoft:tools/microsoft/openocd": "0.11.0-ms2",
1313
"microsoft:tools/kitware/cmake": "* 3.20.1",
1414
"microsoft:tools/ninja-build/ninja": "* 1.10.2"
1515
}

‎STMicroelectronics/B-L4S5I-IOT01A/.vs/launch.vs.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"miDebuggerPath": "arm-none-eabi-gdb",
1414
"miDebuggerServerAddress": "localhost:3333",
1515
"debugServerPath": "openocd",
16-
"debugServerArgs": "-f board/stm32l4discovery.cfg",
16+
"debugServerArgs": "-f board/stm32l4discovery.cfg -c \"$_TARGETNAME configure -rtos auto\"",
1717
"serverStarted": "Listening on port .* for gdb connections",
1818
"filterStderr": true,
1919
"stopAtConnect": true,

‎STMicroelectronics/B-L4S5I-IOT01A/.vscode/launch.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"miDebuggerPath": "arm-none-eabi-gdb",
2626
"miDebuggerServerAddress": "localhost:3333",
2727
"debugServerPath": "openocd",
28-
"debugServerArgs": "-f board/stm32l4discovery.cfg",
28+
"debugServerArgs": "-f board/stm32l4discovery.cfg -c \"$_TARGETNAME configure -rtos auto\"",
2929
"serverStarted": "Listening on port .* for gdb connections",
3030
"filterStderr": true,
3131
"stopAtConnect": true,

‎STMicroelectronics/B-L4S5I-IOT01A/vcpkg-configuration.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requires": {
1010
"microsoft:compilers/arm/gcc": "* 2020100",
1111
"microsoft:tools/compuphase/termite": "* 3.4.0",
12-
"microsoft:tools/microsoft/openocd": "0.11.0-ms1",
12+
"microsoft:tools/microsoft/openocd": "0.11.0-ms2",
1313
"microsoft:tools/kitware/cmake": "* 3.20.1",
1414
"microsoft:tools/ninja-build/ninja": "* 1.10.2"
1515
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /