EngineBay2
DashDisplay
Vertical
Bart
chibiosIgnition
ChibiGauge
LedShow
FuelGauge
dashGPS
libSerial
libSSD1306
libOLED
libNMEA
libLSM9DS1
libSmallPrintf
dualCDC
ais_server
libCharLCD
CharLCD
ScreenTimer
testOled
Nec2c
libIgnTiming
EDIS_Ignition
canSerial
AFRtranscoder
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
EDIS_Ignition
(root)
/
trunk
/
.vscode
/
launch.json
@ 22
– Rev 21
Rev
Rev 2
|
Blame
|
Compare with Previous
|
Last modification
|
View Log
|
Download
|
RSS feed
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"cwd"
:
"${workspaceFolder}"
,
"executable"
:
"${workspaceRoot}
\\
build
\\
EDIS_Ignition.elf"
,
"name"
:
"CMSIS-DAP DEBUGGING "
,
"request"
:
"launch"
,
"type"
:
"cortex-debug"
,
"servertype"
:
"openocd"
,
"serverpath"
:
"C:
\\
Users
\\
mike
\\
AppData
\\
Roaming
\\
xPacks
\\
@gnu-mcu-eclipse
\\
openocd
\\
0.10.0-12.1
\\
.content
\\
bin
\\
openocd.exe"
,
"armToolchainPath"
:
"${config:arm-none-eabi.bin}"
,
"interface"
:
"cmsis-dap"
,
"svdFile"
:
"${workspaceRoot}
\\
stm32f103.svd"
,
"runToEntryPoint"
:
"main"
,
"configFiles"
:
[
"interface
\\
cmsis-dap.cfg"
,
"target
\\
stm32f1x.cfg"
]
,
"debuggerArgs"
:
[
]
,
"preRestartCommands"
:
[
"load"
,
"enable breakpoint"
,
"monitor reset"
]
,
"showDevDebugOutput"
:
true
,
}
,
{
"cwd"
:
"${workspaceFolder}"
,
"executable"
:
"${workspaceRoot}
\\
build
\\
EDIS_Ignition.elf"
,
"name"
:
"JTAG DEBUGGING "
,
"request"
:
"launch"
,
"type"
:
"cortex-debug"
,
"servertype"
:
"openocd"
,
"serverpath"
:
"C:
\\
Users
\\
mike
\\
AppData
\\
Roaming
\\
xPacks
\\
@gnu-mcu-eclipse
\\
openocd
\\
0.10.0-12.1
\\
.content
\\
bin
\\
openocd.exe"
,
"armToolchainPath"
:
"${config:arm-none-eabi.bin}"
,
"interface"
:
"swd"
,
"svdFile"
:
"${workspaceRoot}
\\
stm32f103.svd"
,
"runToEntryPoint"
:
"main"
,
"configFiles"
:
[
"interface
\\
stlink.cfg"
,
"target
\\
stm32f1x.cfg"
]
,
"postLaunchCommands"
:
[
]
,
"preRestartCommands"
:
[
"enable breakpoint"
,
"monitor reset"
]
,
"showDevDebugOutput"
:
"vscode"
,
}
]
}