|
@@ -0,0 +1,8 @@
|
|
1
|
+# PD Buddy Firmware Library
|
|
2
|
+
|
|
3
|
+This library implements a subset of the USB Power Delivery Specification,
|
|
4
|
+Revision 2.0, Version 1.3, and Revision 3.0, Version 1.1, for microcontrollers
|
|
5
|
+running [ChibiOS][] and connected to an [FUSB302B][] USB Power Delivery PHY.
|
|
6
|
+
|
|
7
|
+[ChibiOS]: http://www.chibios.org/
|
|
8
|
+[FUSB302B]: http://www.onsemi.com/PowerSolutions/product.do?id=FUSB302B
|