File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4861,6 +4861,17 @@ West:
48614861 labels :
48624862 - " platform: STM32"
48634863
4864+ " West project: hal_tdk " :
4865+ status : maintained
4866+ maintainers :
4867+ - afontaine-invn
4868+ collaborators :
4869+ - rbuisson-invn
4870+ - gjabouley-invn
4871+ - sriccardi-invn
4872+ files :
4873+ - modules/hal_tdk/Kconfig
4874+
48644875" West project: hal_telink " :
48654876 status : maintained
48664877 maintainers :
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2024 TDK Invensense
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ config ZEPHYR_HAL_TDK_MODULE
5+ bool "TDK HAL sensor drivers"
6+ help
7+ Use the TDK HAL
8+
9+ config USE_EMD_ICM42670
10+ bool "ICM42x7x High Performance 6-Axis MotionTracking IMU"
11+ default y
12+ depends on ZEPHYR_HAL_TDK_MODULE
13+ depends on DT_HAS_INVENSENSE_ICM42670P_ENABLED \
14+ || DT_HAS_INVENSENSE_ICM42670S_ENABLED
Original file line number Diff line number Diff line change @@ -238,6 +238,11 @@ manifest:
238238 path : modules/hal/stm32
239239 groups :
240240 - hal
241+ - name : hal_tdk
242+ revision : 16eaeeb54138348fb3227323d7d7c4b94e96ac3d
243+ path : modules/hal/tdk
244+ groups :
245+ - hal
241246 - name : hal_telink
242247 revision : 4226c7fc17d5a34e557d026d428fc766191a0800
243248 path : modules/hal/telink
You can’t perform that action at this time.
0 commit comments