add sensor framework

This commit is contained in:
Liu_Weichao
2021-06-16 18:35:33 +08:00
parent b6b06aa538
commit fc505837b9
31 changed files with 222 additions and 778 deletions

View File

@@ -1,6 +1,9 @@
config SUPPORT_SENSOR_FRAMEWORK
menuconfig SUPPORT_SENSOR_FRAMEWORK
bool "select sensor framework"
default y
if SUPPORT_SENSOR_FRAMEWORK
source "$APP_DIR/Framework/sensor/Kconfig"
endif
config TRANSFORM_LAYER_ATTRIUBUTE
bool "select transform layer"