Subversion Repositories EDIS_Ignition

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 21
Line 25... Line 25...
25
                "load",
25
                "load",
26
                "enable breakpoint",
26
                "enable breakpoint",
27
                "monitor reset"
27
                "monitor reset"
28
            ],
28
            ],
29
            "showDevDebugOutput": true,
29
            "showDevDebugOutput": true,
-
 
30
        },
-
 
31
        {  
-
 
32
            "cwd": "${workspaceFolder}",
-
 
33
            "executable": "${workspaceRoot}\\build\\EDIS_Ignition.elf",
-
 
34
            "name": "JTAG DEBUGGING ",
-
 
35
            "request": "launch",
-
 
36
            "type": "cortex-debug",
-
 
37
            "servertype": "openocd",
-
 
38
            "serverpath" :"C:\\Users\\mike\\AppData\\Roaming\\xPacks\\@gnu-mcu-eclipse\\openocd\\0.10.0-12.1\\.content\\bin\\openocd.exe",
-
 
39
            "armToolchainPath": "${config:arm-none-eabi.bin}",
-
 
40
            "interface": "swd",
-
 
41
            "svdFile": "${workspaceRoot}\\stm32f103.svd",
-
 
42
           "runToEntryPoint": "main",
-
 
43
            "configFiles": [
-
 
44
                "interface\\stlink.cfg",
-
 
45
                "target\\stm32f1x.cfg"
-
 
46
            ],
-
 
47
            "postLaunchCommands": [
-
 
48
            ],
-
 
49
            "preRestartCommands": [
-
 
50
                "enable breakpoint",
-
 
51
                "monitor reset"
-
 
52
            ],
-
 
53
            "showDevDebugOutput": "vscode",
30
        }
54
        }
31
    ]
55
    ]
32
}
56
}
33
57