39b50ee37c
Added the new amg88xx sensor shield with designation amg88xx_grid_eye_eval_shield and updated the overlay, Kconfig and documentation files accordingly. The platforms that are compatible with new shield changed, so sensor sample yaml file was extended for both available shields. Signed-off-by: Steffen Jahnke <steffen.jahnke@eu.panasonic.com>
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_AMG88XX_GRID_EYE_EVAL_SHIELD
|
|
def_bool $(shields_list_contains,amg88xx_grid_eye_eval_shield)
|
|
|
|
config SHIELD_AMG88XX_EVAL_KIT
|
|
def_bool $(shields_list_contains,amg88xx_eval_kit)
|