From 2f0fa6275ec976c89890abb1b8ebf9534d802d4b Mon Sep 17 00:00:00 2001 From: shaneapowell Date: Sat, 13 Feb 2021 15:36:06 -0600 Subject: [PATCH 1/2] 2 PIDs. One common bootloader (UF2), and another for my Arcade Joystick Encoder (Arduino/FreeRTOS). --- 1209/BDB0/index.md | 9 +++++++++ 1209/BDB1/index.md | 9 +++++++++ org/EventHorizon/index.md | 7 +++++++ 3 files changed, 25 insertions(+) create mode 100644 1209/BDB0/index.md create mode 100644 1209/BDB1/index.md create mode 100644 org/EventHorizon/index.md diff --git a/1209/BDB0/index.md b/1209/BDB0/index.md new file mode 100644 index 00000000..2223662d --- /dev/null +++ b/1209/BDB0/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: BootLoader +owner: EventHorizon +license: MIT +site: https://github.com/shaneapowell/uf2-samdx1 +source: https://github.com/shaneapowell/uf2-samdx1 +--- +A standard bootloader common across all of my USB SAMD21 projects. It's a fork of the Adafruit BootLoader. \ No newline at end of file diff --git a/1209/BDB1/index.md b/1209/BDB1/index.md new file mode 100644 index 00000000..8a945f9e --- /dev/null +++ b/1209/BDB1/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Illuminate +owner: EventHorizon +license: MIT +site: https://github.com/shaneapowell/EventHorizonIlluminate +source: https://github.com/shaneapowell/EventHorizonIlluminate +--- +An open source RetroPie joystick and button controller with ability to control LED buttons on a per-game basis. \ No newline at end of file diff --git a/org/EventHorizon/index.md b/org/EventHorizon/index.md new file mode 100644 index 00000000..7f3f9aab --- /dev/null +++ b/org/EventHorizon/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Event Horizon +site: https://github.com/shaneapowell/EventHorizonIlluminate +--- +I'm Shane Powell. Event Horizon is just an org name for my collection of free projects and software. +The first one being an open source Arcade Encoder board. \ No newline at end of file From 7eeab2d9f10715cddcfbca3272f27b5ee0b65f67 Mon Sep 17 00:00:00 2001 From: shaneapowell Date: Sat, 13 Feb 2021 22:37:37 -0600 Subject: [PATCH 2/2] Changed tact.. not planning a boot-loader any more. --- 1209/BDB0/index.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 1209/BDB0/index.md diff --git a/1209/BDB0/index.md b/1209/BDB0/index.md deleted file mode 100644 index 2223662d..00000000 --- a/1209/BDB0/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: pid -title: BootLoader -owner: EventHorizon -license: MIT -site: https://github.com/shaneapowell/uf2-samdx1 -source: https://github.com/shaneapowell/uf2-samdx1 ---- -A standard bootloader common across all of my USB SAMD21 projects. It's a fork of the Adafruit BootLoader. \ No newline at end of file