Correction in submodules
This commit is contained in:
parent
8655cb391f
commit
c71e59ca53
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "zephyr-RC"]
|
[submodule "include/zephyr-RC"]
|
||||||
path = include/zephyr-RC
|
path = include/zephyr-RC
|
||||||
url = https://github.com/philsson/zephyr-RC.git
|
url = https://github.com/philsson/zephyr-RC.git
|
||||||
|
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -9,12 +9,12 @@
|
|||||||
"miDebuggerPath": "c:/dev/gcc-arm-6.2/bin/arm-none-eabi-gdb.exe"
|
"miDebuggerPath": "c:/dev/gcc-arm-6.2/bin/arm-none-eabi-gdb.exe"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
//"miDebuggerPath": "/usr/bin/gdb"
|
|
||||||
"miDebuggerPath": "/usr/bin/arm-none-eabi-gdb"
|
"miDebuggerPath": "/usr/bin/arm-none-eabi-gdb"
|
||||||
//"debugServerPath": "/usr/bin/openocd"
|
|
||||||
},
|
},
|
||||||
"targetArchitecture": "arm",
|
"targetArchitecture": "arm",
|
||||||
"program": "${workspaceRoot}/outdir/nucleo_f411re/zephyr.elf",
|
"program": "${workspaceRoot}/outdir/nucleo_f411re/zephyr.elf",
|
||||||
|
// A delay is needed to start the debug_server here as the OCD server
|
||||||
|
// is not fully started when gdb tries to connect
|
||||||
//"preLaunchTask": "debug_server",
|
//"preLaunchTask": "debug_server",
|
||||||
"debugServerArgs": "",
|
"debugServerArgs": "",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
|
1
include/zephyr-RC
Submodule
1
include/zephyr-RC
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4b7fb7074b559b554740844e0a81e1f098ddec5c
|
Loading…
x
Reference in New Issue
Block a user