Basic board setup
This commit is contained in:
13
boards/other/pico_stm32/pico_stm32_defconfig
Normal file
13
boards/other/pico_stm32/pico_stm32_defconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user