2020-08-20 22:07:29 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EMUL emul.c)
|
2020-10-23 03:18:29 +08:00
|
|
|
|
|
|
|
zephyr_include_directories_ifdef(CONFIG_EMUL_BMI160 ${ZEPHYR_BASE}/drivers/sensor/bmi160)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EMUL_BMI160 emul_bmi160.c)
|
|
|
|
|
2020-08-20 22:11:24 +08:00
|
|
|
add_subdirectory(i2c)
|
2020-09-19 06:33:09 +08:00
|
|
|
add_subdirectory(spi)
|
2020-12-16 22:08:59 +08:00
|
|
|
add_subdirectory(espi)
|