Update GitHub URLs.
This commit is contained in:
parent
a85e2b4011
commit
66e71a6d64
4 changed files with 8 additions and 7 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "nRF5_SDK"]
|
||||
path = vendor/nRF5_SDK
|
||||
url = https://github.com/nitz/nRF5_SDK.git
|
||||
url = https://github.com/cmdwtf/nRF5_SDK.git
|
||||
[submodule "littlefs"]
|
||||
path = vendor/littlefs
|
||||
url = https://github.com/ARMmbed/littlefs.git
|
||||
|
|
@ -15,11 +15,12 @@
|
|||
url = https://github.com/digint/tinyfsm.git
|
||||
[submodule "Biifrost"]
|
||||
path = .hardware/Biifrost
|
||||
url = https://github.com/nitz/Biifrost.git
|
||||
url = https://github.com/cmdwtf/Biifrost.git
|
||||
branch = main
|
||||
[submodule "cwalk"]
|
||||
path = vendor/cwalk
|
||||
url = https://github.com/likle/cwalk.git
|
||||
[submodule "bootloader"]
|
||||
path = bootloader
|
||||
url = https://github.com/nitz/Adafruit_nRF52_Bootloader.git
|
||||
url = https://github.com/cmdwtf/Adafruit_nRF52_Bootloader.git
|
||||
branch = odiin
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 94dfe644fac946fee27a712527eb39edcff658f8
|
||||
Subproject commit b633f8cc04dcb1336d00c380a91cbbddcf0b03c5
|
||||
|
|
@ -8,7 +8,7 @@ The information that follows here is information about building one of your own,
|
|||
|
||||
## Image
|
||||
|
||||
<img src="https://raw.githubusercontent.com/nitz/Odiin/main/.hardware/Prototype/prototype.jpg" alt="Odiin Prototype without case" width="300" />
|
||||
<img src="https://raw.githubusercontent.com/cmdwtf/Odiin/main/.hardware/Prototype/prototype.jpg" alt="Odiin Prototype without case" width="300" />
|
||||
* Odiin Prototype, sans case. *
|
||||
|
||||
## Bill of Materials
|
||||
|
|
|
|||
|
|
@ -49,13 +49,13 @@ Storage: Since the display has an SD Card slot, I'm using [these Kootion Micro S
|
|||
|
||||
I/O: My input is all going to be mounted on the Biifröst Bridge PCB. I'm currently using the E-Switch JS1400 as a 5-way navigation switch (Digi-Key EG5857-ND), and a pair of E-Switch TL9100 (Digi-Key EG5501CT-ND). I've also got a spot for an ARGB LED (APA102) on the board (Digi-Key 1528-1436-ND). If you're building this yourself, you can probably get away just fine with one of the breakout switches I talk about in the older hardware section below!
|
||||
|
||||
I've tried to put together a BoM for everything I've used in the [.hardware/Prototype](https://github.com/nitz/Odiin/tree/main/.hardware/Prototype) folder. If you want to build your own like mine, that's where you should start!
|
||||
I've tried to put together a BoM for everything I've used in the [.hardware/Prototype](https://github.com/cmdwtf/Odiin/tree/main/.hardware/Prototype) folder. If you want to build your own like mine, that's where you should start!
|
||||
|
||||
### Biifröst Bridge
|
||||
|
||||
The Biifröst is my current solution to binding the dev kit to the screen and input. Ideally I'll design a real PCB incorporating more of the base elements, but for the time being it was a cheap and effective way to create something that should fit compactly into a case.
|
||||
|
||||
The PCB design is incorporated into this project as a submodule in the `hardware` folder, or you can take a look at it's repository here: [BiiFrost](https://github.com/nitz/Biifrost).
|
||||
The PCB design is incorporated into this project as a submodule in the `hardware` folder, or you can take a look at it's repository here: [BiiFrost](https://github.com/cmdwtf/Biifrost).
|
||||
|
||||
## Previous Hardware
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue