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.
Merge pull request #10 from AllenNeuralDynamics/dev/updated_harp_time
Non-deterministic AUX UART fix
- Loading branch information
Showing
11 changed files
with
80 additions
and
96 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 fc9b0e to 4173ad
Submodule pico.async-uart
added at
d66fa5
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.