zephyr/samples/subsys/usb_c/source/prj.conf
Sam Hurst a1d13b3500 samples: usb-c: source: Add USB-C Subsystem Source Sample
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>
2023-04-28 10:06:01 +02:00

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