mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 01:25:22 +00:00
Add the standard suite of trigger configuration options. Add driver support for the DATA_READY and THRESHOLD triggers. Note cross-module dependency as configuring the trigger requires a controlled modification of the sensor registers and the sensor driver API doesn't support this. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
7 lines
179 B
CMake
7 lines
179 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_CCS811 ccs811.c)
|
|
zephyr_library_sources_ifdef(CONFIG_CCS811_TRIGGER ccs811_trigger.c)
|