mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Fix errors/omissions in previous check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@701 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
|
|
||||||
#include <nuttx/irq.h>
|
#include <nuttx/irq.h>
|
||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
#include <ez8.h>
|
|
||||||
|
|
||||||
#include "chip/chip.h"
|
#include "chip/chip.h"
|
||||||
#include "os_internal.h"
|
#include "os_internal.h"
|
||||||
|
|||||||
@@ -144,8 +144,7 @@ CONFIG_EXAMPLE=ostest
|
|||||||
CONFIG_DEBUG=y
|
CONFIG_DEBUG=y
|
||||||
CONFIG_DEBUG_VERBOSE=n
|
CONFIG_DEBUG_VERBOSE=n
|
||||||
CONFIG_MM_REGIONS=1
|
CONFIG_MM_REGIONS=1
|
||||||
CONFIG_ARCH_LOWPUTC=n
|
CONFIG_ARCH_LOWPUTC=y
|
||||||
CONFIG_ARCH_LOWGETC=n
|
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_SCHED_INSTRUMENTATION=n
|
CONFIG_SCHED_INSTRUMENTATION=n
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -144,8 +144,7 @@ CONFIG_EXAMPLE=pashello
|
|||||||
CONFIG_DEBUG=y
|
CONFIG_DEBUG=y
|
||||||
CONFIG_DEBUG_VERBOSE=n
|
CONFIG_DEBUG_VERBOSE=n
|
||||||
CONFIG_MM_REGIONS=1
|
CONFIG_MM_REGIONS=1
|
||||||
CONFIG_ARCH_LOWPUTC=n
|
CONFIG_ARCH_LOWPUTC=y
|
||||||
CONFIG_ARCH_LOWGETC=n
|
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_SCHED_INSTRUMENTATION=n
|
CONFIG_SCHED_INSTRUMENTATION=n
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -144,8 +144,7 @@ CONFIG_EXAMPLE=ostest
|
|||||||
CONFIG_DEBUG=y
|
CONFIG_DEBUG=y
|
||||||
CONFIG_DEBUG_VERBOSE=n
|
CONFIG_DEBUG_VERBOSE=n
|
||||||
CONFIG_MM_REGIONS=1
|
CONFIG_MM_REGIONS=1
|
||||||
CONFIG_ARCH_LOWPUTC=n
|
CONFIG_ARCH_LOWPUTC=y
|
||||||
CONFIG_ARCH_LOWGETC=n
|
|
||||||
CONFIG_RR_INTERVAL=200
|
CONFIG_RR_INTERVAL=200
|
||||||
CONFIG_SCHED_INSTRUMENTATION=n
|
CONFIG_SCHED_INSTRUMENTATION=n
|
||||||
CONFIG_TASK_NAME_SIZE=0
|
CONFIG_TASK_NAME_SIZE=0
|
||||||
|
|||||||
@@ -239,7 +239,7 @@
|
|||||||
# undef CONFIG_CPP_HAVE_VARARGS /* No variable argument macros */
|
# undef CONFIG_CPP_HAVE_VARARGS /* No variable argument macros */
|
||||||
# undef CONFIG_CPP_HAVE_WARNING /* Does not support #warning */
|
# undef CONFIG_CPP_HAVE_WARNING /* Does not support #warning */
|
||||||
|
|
||||||
/* Intriniscs */
|
/* Intrinsics */
|
||||||
|
|
||||||
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
|
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
|
||||||
# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */
|
# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user