View TI_CC3220SF_LAUNCHXL-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "TI_CC3220SF_LAUNCHXL nanoCLR", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "f:/GNU_Tools_ARM_Embedded/8-2019-q3-update/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
View TI_CC3220SF_LAUNCHXL-cmake-variants.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"buildType": { | |
"default": "debug", | |
"choices": { | |
"debug": { | |
"short": "Debug", | |
"long": "Emit debug information without performing optimizations", | |
"buildType": "Debug" | |
}, | |
"minsize": { |
View gist:dae2411ba9d2251c45d302ea1cac135a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"buildType": { | |
"default": "debug", | |
"choices": { | |
"debug": { | |
"short": "Debug", | |
"long": "Emit debug information without performing optimizations", | |
"buildType": "Debug" | |
}, | |
"minsize": { |
View ESP32-Olimex-ARM-USB-OCD-H-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "ESP32 nanoCLR - Olimex ARM-USB-OCD-H", | |
"type": "cppdbg", | |
"request": "launch", | |
"MIMode": "gdb", | |
"miDebuggerPath": "C:/Esp32_Tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-gdb.exe", |
View ESP32-Segger-JLink-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "ESP32 nanoCLR - Segger JLink", | |
"type": "cppdbg", | |
"request": "launch", | |
"MIMode": "gdb", | |
"miDebuggerPath": "E:/Esp32_Tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-gdb.exe", |
View ST_STM32F769I_DISCOVERY-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "F769I Discovery nanoBooter", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "E:/GNU_Tools_ARM_Embedded/7-2017-q4-major/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
View ST_NUCLEO144_F746ZG-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Nucleo F746 nanoBooter", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "E:/GNU_Tools_ARM_Embedded/7-2017-q4-major/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
View ST_NUCLEO_F091RC-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Nucleo F091RC nanoBooter", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "E:/GNU_Tools_ARM_Embedded/7-2017-q4-major/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
View ST_STM32F429I_DISCOVERY-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Discovery F429I nanoBooter", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "E:/GNU_Tools_ARM_Embedded/7-2017-q4-major/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
View STM32F4_DISCOVERY-launch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Discovery4 nanoBooter", | |
"type": "cppdbg", | |
"request": "launch", | |
"miDebuggerPath": "E:/GNU_Tools_ARM_Embedded/7-2017-q4-major/bin/arm-none-eabi-gdb.exe", | |
"targetArchitecture": "ARM", |
NewerOlder