File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 "name" : " Upload Core #0" ,
99 "cwd" : " ${workspaceFolder}" ,
1010 "executable" : " ${workspaceFolder}/build/project/klib.elf" ,
11- "device" : " ${config:target_cpu }" ,
11+ "device" : " ${config:target_cpu_debug }" ,
1212 "interface" : " swd" ,
1313 "request" : " launch" ,
1414 "type" : " cortex-debug" ,
3131 "name" : " Attach Core #0" ,
3232 "cwd" : " ${workspaceFolder}" ,
3333 "executable" : " ${workspaceFolder}/build/project/klib.elf" ,
34- "device" : " ${config:target_cpu }" ,
34+ "device" : " ${config:target_cpu_debug }" ,
3535 "interface" : " swd" ,
3636 "request" : " attach" ,
3737 "type" : " cortex-debug" ,
Original file line number Diff line number Diff line change 11{
2+ // target cpu, should be the same as in the defined
3+ // this can be used in the c_cpp_properties.json for
4+ // intellisense
25 "target_cpu" : " lpc1756" ,
6+
7+ // target cpu to use when using launch.json
8+ "target_cpu_debug" : " lpc1756" ,
39 "cmake.configureSettings" : {
410 "TARGET_CPU" : " lpc1756" ,
511 "TARGET_LOW_POWER_SLEEP" : " 1"
You can’t perform that action at this time.
0 commit comments