Basic board setup

This commit is contained in:
2025-09-26 17:43:57 +02:00
commit 60ecea6f39
11 changed files with 156 additions and 0 deletions

View 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