This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
76ac2dc478
zephyr
/
drivers
/
sensor
/
shtcx
/
CMakeLists.txt
5 lines
88 B
CMake
Raw
Normal View
History
Unescape
Escape
drivers: sensor: shtcx: add driver supporting shtc1 and shtc3 Add driver for sensirion consumer humidity sensor line. Supports shtc1 and shtc3, but only shtc3 is tested. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-05-07 23:18:25 +08:00
# SPDX-License-Identifier: Apache-2.0
zephyr_library
(
)
drivers: sensor: clean up zephyr_library calls, again Apply the same fix in bd8afe9365e19d579417a514dd3bc87ee1667b9f (" drivers: sensor: clean up zephyr_library calls") to remove redundant code in the sensor driver build system files. Additional instances of the antipattern have crept in. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-08-31 02:09:22 +08:00
zephyr_library_sources
(
shtcx.c
)