modules: hal_tdk: Add icp201xx support

icp201xx are barometric pressure and temperature sensors.
https://invensense.tdk.com/smartpressure

Signed-off-by: Remi Buisson <remi.buisson@tdk.com>
This commit is contained in:
Remi Buisson 2025-04-07 14:21:32 +02:00 committed by Benjamin Cabé
commit 7a20afba9a

View file

@ -30,4 +30,9 @@ config USE_EMD_ICP101XX
depends on ZEPHYR_HAL_TDK_MODULE
depends on DT_HAS_INVENSENSE_ICP101XX_ENABLED
config USE_EMD_ICP201XX
bool "ICP201XX Barometric Pressure and Temperature Sensor"
imply TDK_HAL
depends on ZEPHYR_HAL_TDK_MODULE
depends on DT_HAS_INVENSENSE_ICP201XX_ENABLED
endmenu