2021-06-16 11:27:03 +08:00
|
|
|
config TRANSFORM_LAYER_ATTRIUBUTE
|
2021-06-17 14:07:57 +08:00
|
|
|
bool "support transform layer"
|
2021-06-16 11:27:03 +08:00
|
|
|
default y
|
|
|
|
choice
|
|
|
|
prompt "select os features"
|
|
|
|
default ADD_XIUOS_FETURES
|
|
|
|
|
|
|
|
config ADD_XIUOS_FETURES
|
|
|
|
bool "add xiuos fetures"
|
|
|
|
|
|
|
|
config ADD_NUTTX_FETURES
|
|
|
|
bool "add nuttx fetures"
|
|
|
|
|
|
|
|
config ADD_RTTHREAD_FETURES
|
|
|
|
bool "add rt_thread fetures"
|
|
|
|
endchoice
|
|
|
|
|
2021-06-17 14:07:57 +08:00
|
|
|
|
|
|
|
source "$APP_DIR/Framework/sensor/Kconfig"
|
2021-06-17 16:18:07 +08:00
|
|
|
source "$APP_DIR/Framework/connection/Kconfig"
|
2021-06-17 14:07:57 +08:00
|
|
|
source "$APP_DIR/Framework/know/tflite_sin/Kconfig"
|
|
|
|
source "$APP_DIR/Framework/know/tflite_mnist/Kconfig"
|