|
@@ -29,6 +29,13 @@ the most common use cases for the device.
|
29
|
29
|
* Allows the user to read a power supply's advertised capabilities while in
|
30
|
30
|
Setup mode.
|
31
|
31
|
|
|
32
|
+### New in version 1.2.0-dev
|
|
33
|
+
|
|
34
|
+* The firmware now implements a subset of the USB Power Delivery Specification,
|
|
35
|
+ Revision 3.0, Version 1.1.
|
|
36
|
+* Requests can be made from programmable power supplies, allowing voltages to
|
|
37
|
+ be requested at 20 mV increments from a wide range (up to 3-21 V).
|
|
38
|
+
|
32
|
39
|
## Prerequisites
|
33
|
40
|
|
34
|
41
|
To compile the firmware, you must first install the [GNU ARM Embedded
|