From c325f6aceaf7b84c2c12506d9d12351c52940af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brad=C3=A1n=20Lane?= Date: Wed, 16 Oct 2024 14:39:03 -0400 Subject: [PATCH 1/7] add PID request for ECCN M0 --- 1209/5687/index.md | 9 +++++++++ "org/brad\303\241n.lane.studio/index.md" | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/5687/index.md create mode 100644 "org/brad\303\241n.lane.studio/index.md" diff --git a/1209/5687/index.md b/1209/5687/index.md new file mode 100644 index 00000000..b76292aa --- /dev/null +++ b/1209/5687/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ECCN M0 +owner: Bradán Lane STUDIO +license: MIT +site: https://bradanlane.com/ +source: https://gitlab.com/bradanlane/eccn_m0 +--- +A short description of my device and what it does. \ No newline at end of file diff --git "a/org/brad\303\241n.lane.studio/index.md" "b/org/brad\303\241n.lane.studio/index.md" new file mode 100644 index 00000000..89aaa49e --- /dev/null +++ "b/org/brad\303\241n.lane.studio/index.md" @@ -0,0 +1,6 @@ +--- +layout: org +title: Bradán Lane STUDIO +site: https://bradanlane.com/ +--- +Bradán Lane STUDIO is a single person lab creating electronics - primarily electronic badges, puzzles, and products which use CircuitPython for easy programming and customization. \ No newline at end of file From 20351f09c581c766f25ff9d236b5e0933bfb333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brad=C3=A1n=20Lane?= Date: Wed, 16 Oct 2024 14:43:48 -0400 Subject: [PATCH 2/7] update PID description --- 1209/5687/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5687/index.md b/1209/5687/index.md index b76292aa..99b166d9 100644 --- a/1209/5687/index.md +++ b/1209/5687/index.md @@ -6,4 +6,4 @@ license: MIT site: https://bradanlane.com/ source: https://gitlab.com/bradanlane/eccn_m0 --- -A short description of my device and what it does. \ No newline at end of file +The ECCN M0 is a small SAMD21G18 design with 4MB flash, touch pads, LEDs, and a buzzer. It supports both C/C++ and CircuitPython. An example use for teh the ECCN M0 would be a 3-button macropad. \ No newline at end of file From ac177c87a1124e2065724a6ecf749cd103158703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brad=C3=A1n=20Lane?= Date: Wed, 16 Oct 2024 14:55:51 -0400 Subject: [PATCH 3/7] match pid file owner to org folder name --- 1209/5687/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5687/index.md b/1209/5687/index.md index 99b166d9..0e2be14c 100644 --- a/1209/5687/index.md +++ b/1209/5687/index.md @@ -1,7 +1,7 @@ --- layout: pid title: ECCN M0 -owner: Bradán Lane STUDIO +owner: Bradán.Lane.STUDIO license: MIT site: https://bradanlane.com/ source: https://gitlab.com/bradanlane/eccn_m0 From 0438db6871f6bf5e840e2465a1900018054cbc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brad=C3=A1n=20Lane?= Date: Wed, 16 Oct 2024 14:59:15 -0400 Subject: [PATCH 4/7] changing org folder name - delete first --- "org/brad\303\241n.lane.studio/index.md" | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 "org/brad\303\241n.lane.studio/index.md" diff --git "a/org/brad\303\241n.lane.studio/index.md" "b/org/brad\303\241n.lane.studio/index.md" deleted file mode 100644 index 89aaa49e..00000000 --- "a/org/brad\303\241n.lane.studio/index.md" +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: org -title: Bradán Lane STUDIO -site: https://bradanlane.com/ ---- -Bradán Lane STUDIO is a single person lab creating electronics - primarily electronic badges, puzzles, and products which use CircuitPython for easy programming and customization. \ No newline at end of file From 31a19b28bbdfcc6a10c055780d6c1b7256ef52f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brad=C3=A1n=20Lane?= Date: Wed, 16 Oct 2024 15:00:23 -0400 Subject: [PATCH 5/7] change org name - step 2 --- "org/Brad\303\241n.Lane.STUDIO/index.md" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "org/Brad\303\241n.Lane.STUDIO/index.md" diff --git "a/org/Brad\303\241n.Lane.STUDIO/index.md" "b/org/Brad\303\241n.Lane.STUDIO/index.md" new file mode 100644 index 00000000..89aaa49e --- /dev/null +++ "b/org/Brad\303\241n.Lane.STUDIO/index.md" @@ -0,0 +1,6 @@ +--- +layout: org +title: Bradán Lane STUDIO +site: https://bradanlane.com/ +--- +Bradán Lane STUDIO is a single person lab creating electronics - primarily electronic badges, puzzles, and products which use CircuitPython for easy programming and customization. \ No newline at end of file From 570fc1b9432bd7dc207c16d6ef40c2f223b8d808 Mon Sep 17 00:00:00 2001 From: bradanlane Date: Thu, 7 Nov 2024 19:33:24 -0500 Subject: [PATCH 6/7] Hanged site url to pint to hardware design and changed source url to pint to CircuitPython branch. --- 1209/5687/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1209/5687/index.md b/1209/5687/index.md index 0e2be14c..f9f0d744 100644 --- a/1209/5687/index.md +++ b/1209/5687/index.md @@ -3,7 +3,7 @@ layout: pid title: ECCN M0 owner: Bradán.Lane.STUDIO license: MIT -site: https://bradanlane.com/ -source: https://gitlab.com/bradanlane/eccn_m0 +site: https://gitlab.com/bradanlane/eccn_m0 +source: https://github.com/bradanlane/circuitpython/tree/bls_coin_m0 --- The ECCN M0 is a small SAMD21G18 design with 4MB flash, touch pads, LEDs, and a buzzer. It supports both C/C++ and CircuitPython. An example use for teh the ECCN M0 would be a 3-button macropad. \ No newline at end of file From f06aa529febbfe73e2d67b31a9990ce1e789d115 Mon Sep 17 00:00:00 2001 From: bradanlane Date: Fri, 8 Nov 2024 13:37:25 -0500 Subject: [PATCH 7/7] typo --- 1209/5687/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5687/index.md b/1209/5687/index.md index f9f0d744..361e9367 100644 --- a/1209/5687/index.md +++ b/1209/5687/index.md @@ -6,4 +6,4 @@ license: MIT site: https://gitlab.com/bradanlane/eccn_m0 source: https://github.com/bradanlane/circuitpython/tree/bls_coin_m0 --- -The ECCN M0 is a small SAMD21G18 design with 4MB flash, touch pads, LEDs, and a buzzer. It supports both C/C++ and CircuitPython. An example use for teh the ECCN M0 would be a 3-button macropad. \ No newline at end of file +The ECCN M0 is a small SAMD21G18 design with 4MB flash, touch pads, LEDs, and a buzzer. It supports both C/C++ and CircuitPython. An example use for the the ECCN M0 would be a 3-button macropad.