|
@@ -4,7 +4,7 @@ This is the firmware for the PD Buddy project. Currently, this specifically
|
4
|
4
|
means the [PD Buddy Sink][]. The firmware is currently under heavy development,
|
5
|
5
|
but is partially functional.
|
6
|
6
|
|
7
|
|
-[PD Buddy Sink]: https://git.clayhobbs.com/clay/pd-buddy-sink
|
|
7
|
+[PD Buddy Sink]: https://git.clayhobbs.com/pd-buddy/pd-buddy-sink
|
8
|
8
|
|
9
|
9
|
## Prerequisites
|
10
|
10
|
|
|
@@ -12,7 +12,7 @@ To compile the firmware, you must first install the [GNU ARM Embedded
|
12
|
12
|
Toolchain][toolchain]. Details of its installation is beyond the scope of this
|
13
|
13
|
README. Once the toolchain is installed, clone this repository with:
|
14
|
14
|
|
15
|
|
- $ git clone --recursive http://git.clayhobbs.com/clay/pd-buddy-firmware.git
|
|
15
|
+ $ git clone --recursive http://git.clayhobbs.com/pd-buddy/pd-buddy-firmware.git
|
16
|
16
|
|
17
|
17
|
This will give you a complete copy of the repository, including the ChibiOS
|
18
|
18
|
submodule.
|
|
@@ -96,7 +96,7 @@ simply disconnect the Sink from your computer.
|
96
|
96
|
The Sink can also be configured by the [PD Buddy Configuration][pd-buddy-gtk]
|
97
|
97
|
GUI. For more information, see that repository's README.
|
98
|
98
|
|
99
|
|
-[pd-buddy-gtk]: https://git.clayhobbs.com/clay/pd-buddy-gtk
|
|
99
|
+[pd-buddy-gtk]: https://git.clayhobbs.com/pd-buddy/pd-buddy-gtk
|
100
|
100
|
|
101
|
101
|
### Using the configured PD Buddy Sink
|
102
|
102
|
|