Skip to content

Instantly share code, notes, and snippets.

@nfbot
nfbot / TI_CC3220SF_LAUNCHXL-launch.json
Last active May 1, 2020 10:33
Template of launch.json for TI_CC3220SF_LAUNCHXL target
{
"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",
@nfbot
nfbot / TI_CC3220SF_LAUNCHXL-cmake-variants.json
Created May 7, 2019 15:11
Template of cmake-variants.json for TI_CC3220SF_LAUNCHXL reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / gist:dae2411ba9d2251c45d302ea1cac135a
Last active May 4, 2019 10:59
NETDUINO3_WIFI-cmake-variants.json
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / ESP32-Olimex-ARM-USB-OCD-H-launch.json
Created June 5, 2018 10:48
Template of launch.json for debugging ESP32 target using an Olimex ARM-USB-OCD-H
{
"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",
@nfbot
nfbot / ESP32-Segger-JLink-launch.json
Created June 5, 2018 10:39
Template of launch.json for ESP32-Segger-JLink target
@nfbot
nfbot / ST_STM32F769I_DISCOVERY-launch.json
Created June 5, 2018 10:38
Template of launch.json for ST_STM32F769I_DISCOVERY target
{
"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",
@nfbot
nfbot / ST_NUCLEO144_F746ZG-launch.json
Created June 5, 2018 10:37
Template of launch.json for ST_NUCLEO144_F746ZG target
{
"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",
@nfbot
nfbot / ST_NUCLEO_F091RC-launch.json
Created June 5, 2018 10:37
Template of launch.json for ST_NUCLEO_F091RC target
{
"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",
@nfbot
nfbot / ST_STM32F429I_DISCOVERY-launch.json
Created June 5, 2018 10:35
Template of launch.json for STM32F429I_DISCOVERY target
{
"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",
@nfbot
nfbot / STM32F4_DISCOVERY-launch.json
Created June 5, 2018 10:33
Template of launch.json for STM32F4_DISCOVERY target
{
"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",