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 @@ -4781,6 +4781,17 @@ West:
47814781 labels :
47824782 - " platform: STM32"
47834783
4784+ " West project: hal_tdk " :
4785+ status : maintained
4786+ maintainers :
4787+ - afontaine-invn
4788+ collaborators :
4789+ - rbuisson-invn
4790+ - gjabouley-invn
4791+ - sriccardi-invn
4792+ files :
4793+ - modules/hal_tdk/Kconfig
4794+
47844795" West project: hal_telink " :
47854796 status : maintained
47864797 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 @@ -237,6 +237,11 @@ manifest:
237237 path : modules/hal/stm32
238238 groups :
239239 - hal
240+ - name : hal_tdk
241+ revision : 16eaeeb54138348fb3227323d7d7c4b94e96ac3d
242+ path : modules/hal/tdk
243+ groups :
244+ - hal
240245 - name : hal_telink
241246 revision : 4226c7fc17d5a34e557d026d428fc766191a0800
242247 path : modules/hal/telink
You can’t perform that action at this time.
0 commit comments