forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: sensor: ti: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <[email protected]>
- Loading branch information
1 parent
a2ef60e
commit b2b2d70
Showing
73 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright (c) 2024 Analog Devices, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# zephyr-keep-sorted-start | ||
add_subdirectory_ifdef(CONFIG_BQ274XX bq274xx) | ||
add_subdirectory_ifdef(CONFIG_FDC2X1X fdc2x1x) | ||
add_subdirectory_ifdef(CONFIG_INA219 ina219) | ||
add_subdirectory_ifdef(CONFIG_INA23X ina23x) | ||
add_subdirectory_ifdef(CONFIG_INA3221 ina3221) | ||
add_subdirectory_ifdef(CONFIG_OPT3001 opt3001) | ||
add_subdirectory_ifdef(CONFIG_TI_HDC ti_hdc) | ||
add_subdirectory_ifdef(CONFIG_TI_HDC20XX ti_hdc20xx) | ||
add_subdirectory_ifdef(CONFIG_TMAG5170 tmag5170) | ||
add_subdirectory_ifdef(CONFIG_TMAG5273 tmag5273) | ||
add_subdirectory_ifdef(CONFIG_TMP007 tmp007) | ||
add_subdirectory_ifdef(CONFIG_TMP108 tmp108) | ||
add_subdirectory_ifdef(CONFIG_TMP112 tmp112) | ||
add_subdirectory_ifdef(CONFIG_TMP116 tmp116) | ||
# zephyr-keep-sorted-stop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright (c) 2024 Analog Devices, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# zephyr-keep-sorted-start | ||
source "drivers/sensor/ti/bq274xx/Kconfig" | ||
source "drivers/sensor/ti/fdc2x1x/Kconfig" | ||
source "drivers/sensor/ti/ina219/Kconfig" | ||
source "drivers/sensor/ti/ina23x/Kconfig" | ||
source "drivers/sensor/ti/ina3221/Kconfig" | ||
source "drivers/sensor/ti/opt3001/Kconfig" | ||
source "drivers/sensor/ti/ti_hdc/Kconfig" | ||
source "drivers/sensor/ti/ti_hdc20xx/Kconfig" | ||
source "drivers/sensor/ti/tmag5170/Kconfig" | ||
source "drivers/sensor/ti/tmag5273/Kconfig" | ||
source "drivers/sensor/ti/tmp007/Kconfig" | ||
source "drivers/sensor/ti/tmp108/Kconfig" | ||
source "drivers/sensor/ti/tmp112/Kconfig" | ||
source "drivers/sensor/ti/tmp116/Kconfig" | ||
# zephyr-keep-sorted-stop |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters