zephyr/boards/weact/mini_stm32h743/Kconfig.defconfig
Charles Dias 14015db4ab boards: arm: Add support for WeAct Studio MiniSTM32H743 Core board
Adds the device trees, Kconfig, and documentation files.

The following features have been confirmed working on hardware:
* LED
* Button
* ST7735 TFT-LCD
* External QuadSPI NOR Flash memory
* External SPI NOR Flash memory
* USB CDC ACM
* microSD card

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
2024-04-02 14:30:04 +01:00

36 lines
486 B
Plaintext

# WeAct Studio MiniSTM32H7 board configuration
# Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_MINI_STM32H743
if DISPLAY
config INPUT
default y
if LVGL
config LV_COLOR_16_SWAP
default y
config LV_Z_BITS_PER_PIXEL
default 16
endif # LVGL
endif # DISPLAY
if USB_DEVICE_STACK
config UART_CONSOLE
default CONSOLE
config USB_DEVICE_INITIALIZE_AT_BOOT
default y
endif # USB_DEVICE_STACK
endif # BOARD_MINI_STM32H743