forked from xuos/xiuos
Merge branch '2023_open_source_contest' of https://gitlink.org.cn/xuos/xiuos into control_framework
This commit is contained in:
commit
3e3cd6ecdc
|
@ -16,6 +16,7 @@
|
||||||
#include "svc_handle.h"
|
#include "svc_handle.h"
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <shell.h>
|
#include <shell.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
||||||
#define USE_FPU 1
|
#define USE_FPU 1
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#ifdef TOOL_SHELL
|
#ifdef TOOL_SHELL
|
||||||
#include <shell.h>
|
#include <shell.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
#if (defined ( __GNUC__ ) && defined ( __VFP_FP__ ) && !defined(__SOFTFP__))
|
||||||
#define USE_FPU 1
|
#define USE_FPU 1
|
||||||
|
|
|
@ -146,8 +146,8 @@ CONFIG_SHELL_USING_CMD_EXPORT=y
|
||||||
CONFIG_SHELL_HELP_SHOW_PERMISSION=y
|
CONFIG_SHELL_HELP_SHOW_PERMISSION=y
|
||||||
# CONFIG_SHELL_HELP_LIST_VAR is not set
|
# CONFIG_SHELL_HELP_LIST_VAR is not set
|
||||||
# CONFIG_SHELL_HELP_LIST_KEY is not set
|
# CONFIG_SHELL_HELP_LIST_KEY is not set
|
||||||
#CONFIG_KERNEL_QUEUEMANAGE=y
|
CONFIG_KERNEL_QUEUEMANAGE=y
|
||||||
# CONFIG_KERNEL_WORKQUEUE is not set
|
CONFIG_KERNEL_WORKQUEUE=y
|
||||||
CONFIG_WORKQUEUE_KTASK_STACKSIZE=256
|
CONFIG_WORKQUEUE_KTASK_STACKSIZE=256
|
||||||
CONFIG_WORKQUEUE_KTASK_PRIORITY=2
|
CONFIG_WORKQUEUE_KTASK_PRIORITY=2
|
||||||
CONFIG_QUEUE_MAX=2
|
CONFIG_QUEUE_MAX=2
|
||||||
|
|
|
@ -136,8 +136,8 @@ CONFIG_SHELL_USING_CMD_EXPORT=y
|
||||||
CONFIG_SHELL_HELP_SHOW_PERMISSION=y
|
CONFIG_SHELL_HELP_SHOW_PERMISSION=y
|
||||||
# CONFIG_SHELL_HELP_LIST_VAR is not set
|
# CONFIG_SHELL_HELP_LIST_VAR is not set
|
||||||
# CONFIG_SHELL_HELP_LIST_KEY is not set
|
# CONFIG_SHELL_HELP_LIST_KEY is not set
|
||||||
#CONFIG_KERNEL_QUEUEMANAGE=y
|
CONFIG_KERNEL_QUEUEMANAGE=y
|
||||||
# CONFIG_KERNEL_WORKQUEUE is not set
|
CONFIG_KERNEL_WORKQUEUE=y
|
||||||
CONFIG_WORKQUEUE_KTASK_STACKSIZE=256
|
CONFIG_WORKQUEUE_KTASK_STACKSIZE=256
|
||||||
CONFIG_WORKQUEUE_KTASK_PRIORITY=2
|
CONFIG_WORKQUEUE_KTASK_PRIORITY=2
|
||||||
CONFIG_QUEUE_MAX=2
|
CONFIG_QUEUE_MAX=2
|
||||||
|
|
Loading…
Reference in New Issue