From 3515713ae50b690e85c87324c443dd6972af6ddf Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Wed, 5 Aug 2015 23:34:49 -0700 Subject: [PATCH 1/2] add my organization --- org/frotz.net/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org/frotz.net/index.md diff --git a/org/frotz.net/index.md b/org/frotz.net/index.md new file mode 100644 index 00000000..709aaf62 --- /dev/null +++ b/org/frotz.net/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: frotz.net +--- +Brian Swetland's Various Personal Projects. +Mostly embedded systems and OS development related. From a30be5899e79fc6219871cdc7d6014dd5bc4cba2 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Wed, 5 Aug 2015 23:45:26 -0700 Subject: [PATCH 2/2] Request PID 5038 for mdebug project --- 1209/5038/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1209/5038/index.md diff --git a/1209/5038/index.md b/1209/5038/index.md new file mode 100644 index 00000000..89e21340 --- /dev/null +++ b/1209/5038/index.md @@ -0,0 +1,13 @@ +--- +layout: pid +title: mdebug rswd protocol +owner: frotz.net +license: Apache 2.0 +site: http://github.com/swetland/mdebug/ +source: http://github.com/swetland/mdebug/ +--- +mdebug is a debugger for Cortex-M MCUs, including host debugger tools +and firmware for the inexpensive LPC Link 2 debug probe board. + +This PID indicates support for the Remote Serial Wire Debug Protocol +which the mdebug host tools and firmware speak over USB.