forked from xuos/xiuos
Ubiquitous/RT_Thread/:change the path name
This commit is contained in:
@@ -31,7 +31,7 @@ config APP_DIR
|
|||||||
source "$RTT_DIR/Kconfig"
|
source "$RTT_DIR/Kconfig"
|
||||||
source "base-drivers/Kconfig"
|
source "base-drivers/Kconfig"
|
||||||
source "kendryte-sdk/Kconfig"
|
source "kendryte-sdk/Kconfig"
|
||||||
source "$RT_Thread_DIR/drivers/Kconfig"
|
source "$RT_Thread_DIR/app_match_rt-thread/Kconfig"
|
||||||
source "$ROOT_DIR/APP_Framework/Kconfig"
|
source "$ROOT_DIR/APP_Framework/Kconfig"
|
||||||
|
|
||||||
config __STACKSIZE__
|
config __STACKSIZE__
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
|
|||||||
stack_lds.close()
|
stack_lds.close()
|
||||||
|
|
||||||
# include more drivers
|
# include more drivers
|
||||||
objs.extend(SConscript(os.getcwd() + '/../../drivers/SConscript'))
|
objs.extend(SConscript(os.getcwd() + '/../../app_match_rt-thread/SConscript'))
|
||||||
|
|
||||||
# include APP_Framework/Framework
|
# include APP_Framework/Framework
|
||||||
objs.extend(SConscript(os.getcwd() + '/../../../../APP_Framework/Framework/SConscript'))
|
objs.extend(SConscript(os.getcwd() + '/../../../../APP_Framework/Framework/SConscript'))
|
||||||
|
|||||||
@@ -522,12 +522,14 @@ CONFIG_SENSOR_DEVICE_D124_DEV="/dev/uart2"
|
|||||||
# CONFIG_SUPPORT_CONNECTION_FRAMEWORK is not set
|
# CONFIG_SUPPORT_CONNECTION_FRAMEWORK is not set
|
||||||
CONFIG_SUPPORT_KNOWING_FRAMEWORK=y
|
CONFIG_SUPPORT_KNOWING_FRAMEWORK=y
|
||||||
# CONFIG_USING_TENSORFLOWLITEMICRO is not set
|
# CONFIG_USING_TENSORFLOWLITEMICRO is not set
|
||||||
CONFIG_USING_KPU_PROCESSING=y
|
|
||||||
# CONFIG_USING_YOLOV2 is not set
|
|
||||||
# CONFIG_USING_KNOWING_FILTER is not set
|
# CONFIG_USING_KNOWING_FILTER is not set
|
||||||
# CONFIG_USING_OTA_MODEL is not set
|
# CONFIG_USING_OTA_MODEL is not set
|
||||||
# CONFIG_USING_IMAGE_PROCESSING is not set
|
# CONFIG_USING_IMAGE_PROCESSING is not set
|
||||||
# CONFIG_USING_CMSIS_5 is not set
|
# CONFIG_USING_CMSIS_5 is not set
|
||||||
|
CONFIG_USING_KPU_PROCESSING=y
|
||||||
|
# CONFIG_USING_YOLOV2 is not set
|
||||||
|
# CONFIG_USING_YOLOV2_JSONPARSER is not set
|
||||||
|
# CONFIG_USING_K210_YOLOV2_DETECT is not set
|
||||||
# CONFIG_SUPPORT_CONTROL_FRAMEWORK is not set
|
# CONFIG_SUPPORT_CONTROL_FRAMEWORK is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ config APP_DIR
|
|||||||
source "$RTT_DIR/Kconfig"
|
source "$RTT_DIR/Kconfig"
|
||||||
source "$RTT_DIR/bsp/stm32/libraries/Kconfig"
|
source "$RTT_DIR/bsp/stm32/libraries/Kconfig"
|
||||||
source "board/Kconfig"
|
source "board/Kconfig"
|
||||||
source "$RT_Thread_DIR/drivers/Kconfig"
|
source "$RT_Thread_DIR/app_match_rt-thread/Kconfig"
|
||||||
source "$ROOT_DIR/APP_Framework/Kconfig"
|
source "$ROOT_DIR/APP_Framework/Kconfig"
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ objs.extend(SConscript(os.path.join(libraries_path_prefix, stm32_library, 'SCons
|
|||||||
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'HAL_Drivers', 'SConscript')))
|
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'HAL_Drivers', 'SConscript')))
|
||||||
|
|
||||||
# include more drivers
|
# include more drivers
|
||||||
objs.extend(SConscript(os.getcwd() + '/../../drivers/SConscript'))
|
objs.extend(SConscript(os.getcwd() + '/../../app_match_rt-thread/SConscript'))
|
||||||
|
|
||||||
# include APP_Framework/Framework
|
# include APP_Framework/Framework
|
||||||
objs.extend(SConscript(os.getcwd() + '/../../../../APP_Framework/Framework/SConscript'))
|
objs.extend(SConscript(os.getcwd() + '/../../../../APP_Framework/Framework/SConscript'))
|
||||||
|
|||||||
5
Ubiquitous/RT_Thread/app_match_rt-thread/Kconfig
Normal file
5
Ubiquitous/RT_Thread/app_match_rt-thread/Kconfig
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
menu "More Drivers"
|
||||||
|
|
||||||
|
source "$RT_Thread_DIR/app_match_rt-thread/rw007/Kconfig"
|
||||||
|
source "$RT_Thread_DIR/app_match_rt-thread/ov2640/Kconfig"
|
||||||
|
endmenu
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
menu "More Drivers"
|
|
||||||
|
|
||||||
source "$RT_Thread_DIR/drivers/rw007/Kconfig"
|
|
||||||
source "$RT_Thread_DIR/drivers/ov2640/Kconfig"
|
|
||||||
endmenu
|
|
||||||
Reference in New Issue
Block a user