Skip to content

Instantly share code, notes, and snippets.

@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_NUCLEO144_F746ZG-cmake-variants.json
Last active January 24, 2021 09:10
Template of cmake-variants.json for ST_NUCLEO144_F746ZG reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {

nano Framework Individual Contributor License Agreement

Thank you for your interest in contributing to nano Framework ("We" or "Us").

This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign electronically using the CLA assistant tool. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.

1. Definitions

@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 / MBN_QUAIL-cmake-variants.json
Last active May 4, 2019 11:03
Template of cmake-variants.json for Mikrobus QUAIL reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / ST_NUCLEO_F091RC-cmake-variants.json
Last active May 4, 2019 11:02
Template of cmake-variants.json for ST_NUCLEO_F091RC reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / ST_STM32F429I_DISCOVERY-cmake-variants.json
Last active May 4, 2019 11:02
Template of cmake-variants.json for STM32F429I_DISCOVERY reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / ST_STM32F4_DISCOVERY-cmake-variants.json
Last active May 4, 2019 11:02
Template of cmake-variants.json for STM32F4_DISCOVERY reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {
@nfbot
nfbot / ST_STM32F769I_DISCOVERY-cmake-variants.json
Last active May 4, 2019 11:00
Template of cmake-variants.json for STM32F769I_DISCOVERY reference target
{
"buildType": {
"default": "debug",
"choices": {
"debug": {
"short": "Debug",
"long": "Emit debug information without performing optimizations",
"buildType": "Debug"
},
"minsize": {