zephyr/boards/shields/m5stack_cardputer/Kconfig.shield
Sahaj Sarup d784adbc1b shield: m5stack_cardputer: initial support
Added initial support for the M5Stack Cardputer shield for
M5 Stamp S3. The following features are supported:

- uSD
- st7789 LCD
- Analog input from VBAT
- I2C on the grove connector

Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
2025-04-24 16:53:25 +02:00

6 lines
160 B
Plaintext

# Copyright (c) 2025 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SHIELD_M5STACK_CARDPUTER
def_bool $(shields_list_contains,m5stack_cardputer)