Implementing USB-C Source functionality can be difficult. This sample application serves as an example of how to create an application with Power Delivery Source functionality. Signed-off-by: Sam Hurst <sbh1187@gmail.com>
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
CONFIG_USBC_STACK=y
|
|
CONFIG_USBC_CSM_SOURCE_ONLY=y
|
|
CONFIG_USBC_THREAD_PRIORITY=10
|
|
CONFIG_ADC=y
|
|
CONFIG_PWM=y
|
|
CONFIG_LOG=y
|