zephyr/boards/shields/x_nucleo_iks02a1/Kconfig.shield
Armando Visconti 1cd7eac0c7 boards/shields: add support for x-nucleo-iks02a1 shield
x-nucleo-iks02a1 shield is an arduino compatible companion board
which can be used on top of Nucleo standard boards for industrial
applications. It extends the Nucleo functionalities adding following
MEMS sensor support:

    - ISM330DHCX 3-axis accelerometer and 3-axis gyroscope
    - IIS2MDC 3-axis magnetometer
    - IIS2DLPC 3-axis accelerometer
    - IMP34DT05 digital microphone.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2020-05-06 10:33:07 -05:00

6 lines
162 B
Plaintext

# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config SHIELD_X_NUCLEO_IKS02A1
def_bool $(shields_list_contains,x_nucleo_iks02a1)