generated from AllenNeuralDynamics/harp.device.pico-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37b3e13
commit d7f34bb
Showing
11 changed files
with
29 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "firmware/lib/harp.core.rp2040"] | ||
path = firmware/lib/harp.core.rp2040 | ||
url = [email protected]:AllenNeuralDynamics/harp.core.rp2040.git | ||
[submodule "firmware/lib/pico.async-uart"] | ||
path = firmware/lib/pico.async-uart | ||
url = [email protected]:AllenNeuralDynamics/pico.async-uart.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ This project uses the [Pico SDK](https://github.com/raspberrypi/pico-sdk/tree/ma | |
The SDK needs to be downloaded and installed to a known folder on your PC. | ||
Note that the PICO SDK also contains submodules (including TinyUSB), so you must ensure that they are also fetched with: | ||
```` | ||
git clone git clone git@github.com:raspberrypi/pico-sdk.git | ||
git clone [email protected]:raspberrypi/pico-sdk.git | ||
git submodule update --init --recursive | ||
```` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule harp.core.rp2040
updated
from ea1aec to 4173ad
Submodule pico.async-uart
added at
d66fa5
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters