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>
6 lines
160 B
Plaintext
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)
|