1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/notrynohigh-BabyOS

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
launch.json 2.3 КБ
Копировать Редактировать Исходные данные Просмотреть построчно История
notrynohigh Отправлено 4 лет назад 0ee0e0f
{
"version": "0.2.0",
"trace": true,
"configurations": [
{
"name": "STM32 Launch",
"type": "cppdbg",
"request": "launch",
"targetArchitecture": "arm",
"MIMode": "gdb",
"logging": {
"engineLogging": true,
"moduleLoad": false,
"exceptions": false,
"trace": false,
"traceResponse": false
},
"customLaunchSetupCommands": [
{
"text": "target remote :3333",
"description": "connect to remote target",
"ignoreFailures": false
},
{
"text": "monitor reset halt",
"description": "halt",
"ignoreFailures": false
},
{
"text": "file F:/babyos/BabyOS_Example/BabyOS_Example/build/BabyOS_Example.elf",
"description": "load symbols",
"ignoreFailures": false
},
{
"text": "load",
"description": "load to remote MCU",
"ignoreFailures": false
},
{
"text": "break MCU_START",
"description": "halt",
"ignoreFailures": false
},
],
"launchCompleteCommand": "None",
"program": "${workspaceRoot}/build/BabyOS_Example.elf",
"args": [
"target remote localhost:3333"
],
"stopAtEntry": true,
"cwd": "${workspaceRoot}",
"environment": [],
"externalConsole": true,
"filterStderr": true,
"filterStdout": false,
"miDebuggerServerAddress": "localhost:3333",
"serverLaunchTimeout": 5000,
"windows": {
"MIMode": "gdb",
"MIDebuggerPath": "arm-none-eabi-gdb.exe",
"serverStarted": "target halted due to debug-request, current mode: Thread",
"debugServerPath": "openocd.exe",
"debugServerArgs": "-f \"F:/babyos/BabyOS_Example/BabyOS_Example/openocd.cfg\" -c init -c \"reset halt\"",
}
}
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/notrynohigh-BabyOS.git
git@gitlife.ru:oschina-mirror/notrynohigh-BabyOS.git
oschina-mirror
notrynohigh-BabyOS
notrynohigh-BabyOS
V7.4.0