forked from nuttx/nuttx-update
cmake: add support for sensors/bmi270
This commit is contained in:
parent
e83fd87f9c
commit
e26dfec157
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ if(CONFIG_SENSORS)
|
|||
list(APPEND SRCS dhtxx.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_SENSORS_BMI270)
|
||||
list(APPEND SRCS bmi270.c)
|
||||
endif()
|
||||
|
||||
# These drivers depend on I2C support
|
||||
|
||||
if(CONFIG_I2C)
|
||||
|
|
Loading…
Reference in a new issue