source: azure_iot_hub_f767zi/trunk/asp_baseplatform/.vscode/launch.json@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/json;charset=UTF-8
File size: 883 bytes
Line 
1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Cortex Debug",
6 "armToolchainPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
7 "serverpath": "C:\\Program Files\\GNU MCU Eclipse\\OpenOCD\\0.10.0-12-20190422-2015\\bin\\openocd.exe",
8 "cwd": "${workspaceFolder}\\OBJ\\STM32F767NUCLEO144_GCC\\MAC",
9 "executable": "${workspaceFolder}\\OBJ\\STM32F767NUCLEO144_GCC\\MAC\\asp.exe",
10 "request": "launch",
11 "type": "cortex-debug",
12 "servertype": "openocd",
13 "configFiles": [
14 "interface/stlink-v2-1.cfg",
15 "target/stm32f7x.cfg"
16 ],
17 "openOCDLaunchCommands": [
18 "gdb_memory_map disable"
19 ],
20 "preLaunchTask": "build asp_baseplatform"
21 }
22 ]
23}
Note: See TracBrowser for help on using the repository browser.