|
@@ -1,8 +1,8 @@
|
1
|
|
-# PD Buddy firmware
|
|
1
|
+# PD Buddy Sink Firmware
|
2
|
2
|
|
3
|
3
|
This is the firmware for the PD Buddy project. Currently, this specifically
|
4
|
|
-means the [PD Buddy Sink][]. The firmware is currently under heavy development,
|
5
|
|
-but is largely functional.
|
|
4
|
+means the [PD Buddy Sink][]. The firmware is considered stable, and supports
|
|
5
|
+the most common use cases for the device.
|
6
|
6
|
|
7
|
7
|
[PD Buddy Sink]: https://git.clayhobbs.com/pd-buddy/pd-buddy-sink
|
8
|
8
|
|
|
@@ -17,6 +17,8 @@ but is largely functional.
|
17
|
17
|
power request otherwise.
|
18
|
18
|
* Provides power on the output connector only when an explicit contract is in
|
19
|
19
|
place for the configured voltage and current.
|
|
20
|
+* Optional GiveBack support allows power supplies to temporarily remove power
|
|
21
|
+ from the PD Buddy Sink if necessary.
|
20
|
22
|
* Setup mode implements a USB CDC-ACM command-line interface allowing
|
21
|
23
|
configuration to be loaded from and stored in flash.
|
22
|
24
|
|