Skip to content

Instantly share code, notes, and snippets.

@DTibbs
DTibbs / tasks.json
Created May 25, 2018 17:06 — forked from davidtibbetts/tasks.json
OpenOCD launch for VSCode
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"options": {
"env": {
"OPENOCD_SCRIPTS": "${workspaceRoot}\\..\\OpenOCD-20170609\\share\\openocd\\scripts"
}
},
"tasks": [
@DTibbs
DTibbs / launch.json
Created May 25, 2018 17:06 — forked from davidtibbetts/launch.json
Launch JSON for VSCode w/ OpenOCD and GDB debugging.
{
// 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": [
{
"name": "Debug",
"type": "cppdbg",
@DTibbs
DTibbs / LICENSE.txt
Created March 29, 2012 16:57 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE