forked from xuos/xiuos
fix cortex-m0-emulator and cortex-m3-emulator compile error
This commit is contained in:
parent
d90f3e5dac
commit
ffeaf4771e
|
@ -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