We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c53ce0 commit a6aa78cCopy full SHA for a6aa78c
firmware/USB-C Explorer/USB-C Explorer/src/FUSB302/usb_pd_driver.h
@@ -23,6 +23,7 @@
23
//#define CONFIG_USB_PD_GIVE_BACK
24
//#define CONFIG_USB_PD_SIMPLE_DFP
25
//#define CONFIG_USB_PD_TCPM_TCPCI
26
+#define PD_PREFER_HIGH_VOLTAGE
27
28
/* Default pull-up value on the USB-C ports when they are used as source. */
29
#define CONFIG_USB_PD_PULLUP TYPEC_RP_USB
@@ -34,6 +35,10 @@
34
35
#undef CONFIG_USB_PD_INITIAL_DRP_STATE
36
#define CONFIG_USB_PD_INITIAL_DRP_STATE PD_DRP_FREEZE
37
38
+/* Prefer higher voltage, and more importantly, lower current */
39
40
+//#define PD_PREFER_LOW_VOLTAGE
41
+
42
/* board specific type-C power constants */
43
/*
44
* delay to turn on the power supply max is ~16ms.
0 commit comments