From dc3cd15970065484f8c7eaae52d155a6b976538b Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Sat, 14 May 2016 12:45:32 +0530 Subject: [PATCH 1/5] Request for PID code for SODA SODA is SWD Opensource Debug Adapter for Cortex MO, M3 and M4 based ARM controllers --- 1209/EE00/index.md | 8 ++++++++ org/ExploreEmbedded/index.md | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 1209/EE00/index.md create mode 100644 org/ExploreEmbedded/index.md diff --git a/1209/EE00/index.md b/1209/EE00/index.md new file mode 100644 index 00000000..921f0ded --- /dev/null +++ b/1209/EE00/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: SODA(SWD OpenSource Debug Adapter) +owner: Explore Embedded +license: CC0 1.0 Universal (Creative Commons) +site: https://www.exploreembedded.com/ +source: https://github.com/ExploreEmbedded/SODA_SWD-Opensource-Debug-Adapter +--- \ No newline at end of file diff --git a/org/ExploreEmbedded/index.md b/org/ExploreEmbedded/index.md new file mode 100644 index 00000000..04fe8262 --- /dev/null +++ b/org/ExploreEmbedded/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Explore Embedded +--- +Explore Embedded is based out of Bangalore, India. We design open-source hardware and software tools for embedded development. We make awesome dev tools, text and video tutorials. + From cc3f218b4e81480081466d4bb9fe7e31b094d38d Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Sat, 14 May 2016 19:46:47 +0530 Subject: [PATCH 2/5] Update index.md --- 1209/EE00/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1209/EE00/index.md b/1209/EE00/index.md index 921f0ded..bee9c5da 100644 --- a/1209/EE00/index.md +++ b/1209/EE00/index.md @@ -1,8 +1,8 @@ --- layout: pid title: SODA(SWD OpenSource Debug Adapter) -owner: Explore Embedded +owner: ExploreEmbedded license: CC0 1.0 Universal (Creative Commons) site: https://www.exploreembedded.com/ source: https://github.com/ExploreEmbedded/SODA_SWD-Opensource-Debug-Adapter ---- \ No newline at end of file +--- From e7557c8caa7d1bb1ee4dca0c7b0ac835c90a5310 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Thu, 13 Oct 2016 11:42:43 +0530 Subject: [PATCH 3/5] pid request for Explore M3 USB DFU device --- 1209/EE03/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 1209/EE03/index.md diff --git a/1209/EE03/index.md b/1209/EE03/index.md new file mode 100644 index 00000000..78827903 --- /dev/null +++ b/1209/EE03/index.md @@ -0,0 +1,10 @@ +--- +layout: pid +title: Explore M3 DFU +owner: ExploreEmbedded +license: CC0 1.0 Universal (Creative Commons) +site: https://www.exploreembedded.com/ +source:https://github.com/ExploreEmbedded/Explore-M3-DFU-BootLoader +--- +Explore M3 is LPC1768 based Cortex M3 development board. Explore M3 is open hardware and software project. Explore M3 helps you +prototype quickly with Arduino and take your project/prototype beyond with bare metal programming, RTOS support and low power modes. \ No newline at end of file From 97562bca6414da3e0f532377cc82248ec50ddee6 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Thu, 13 Oct 2016 11:47:52 +0530 Subject: [PATCH 4/5] pid request for Explore M3 virtual com port. Need a seperate pid to avoid confilt between DFU and virtual COM port under different operating systems. --- 1209/EE02/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1209/EE02/index.md diff --git a/1209/EE02/index.md b/1209/EE02/index.md new file mode 100644 index 00000000..f797ebc3 --- /dev/null +++ b/1209/EE02/index.md @@ -0,0 +1,11 @@ +--- +layout: pid +title: Explore M3 VCOM +owner: ExploreEmbedded +license: CC0 1.0 Universal (Creative Commons) +site: https://www.exploreembedded.com/ +source:https://github.com/ExploreEmbedded/Explore-M3 +--- + +Explore M3 is LPC1768 based Cortex M3 development board. Explore M3 is open hardware and software project. Explore M3 helps you +prototype quickly with Arduino and take your project/prototype beyond with bare metal programming, RTOS support and low power modes. \ No newline at end of file From e30af3702792959b49e71dc4f3e885b267d8f587 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Tue, 18 Oct 2016 13:56:12 +0530 Subject: [PATCH 5/5] changed url syntax for markup --- 1209/EE02/index.md | 2 +- 1209/EE03/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1209/EE02/index.md b/1209/EE02/index.md index f797ebc3..4ee61d68 100644 --- a/1209/EE02/index.md +++ b/1209/EE02/index.md @@ -4,7 +4,7 @@ title: Explore M3 VCOM owner: ExploreEmbedded license: CC0 1.0 Universal (Creative Commons) site: https://www.exploreembedded.com/ -source:https://github.com/ExploreEmbedded/Explore-M3 +source: https://github.com/ExploreEmbedded/Explore-M3 --- Explore M3 is LPC1768 based Cortex M3 development board. Explore M3 is open hardware and software project. Explore M3 helps you diff --git a/1209/EE03/index.md b/1209/EE03/index.md index 78827903..8c47d753 100644 --- a/1209/EE03/index.md +++ b/1209/EE03/index.md @@ -4,7 +4,7 @@ title: Explore M3 DFU owner: ExploreEmbedded license: CC0 1.0 Universal (Creative Commons) site: https://www.exploreembedded.com/ -source:https://github.com/ExploreEmbedded/Explore-M3-DFU-BootLoader +source: https://github.com/ExploreEmbedded/Explore-M3-DFU-BootLoader --- Explore M3 is LPC1768 based Cortex M3 development board. Explore M3 is open hardware and software project. Explore M3 helps you prototype quickly with Arduino and take your project/prototype beyond with bare metal programming, RTOS support and low power modes. \ No newline at end of file