14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# USB console
|
|
#CONFIG_USB_DEVICE_STACK=y
|
|
#CONFIG_USB_CDC_ACM=y
|
|
#CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=y
|