You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OpenOCD path is defined in workspace.code-workspace.
11
+
"servertype": "openocd",
12
+
"cwd": "${workspaceRoot}",
13
+
// Application Executable to be flashed to Blue Pill before debugging. Note that the Application ELF image does not contain a valid Image Header. So we must bypass the Bootloader, shown below.
// OpenOCD path is defined in workspace.code-workspace.
11
11
"servertype": "openocd",
12
12
"cwd": "${workspaceRoot}",
13
13
// Application Executable to be flashed to Blue Pill before debugging. Note that the Application ELF image does not contain a valid Image Header. So we must bypass the Bootloader, shown below.
0 commit comments