Add resource.h and fixed frequently cloned typo

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-24 19:11:47 +00:00
parent 5b166694c1
commit fd868ba130
112 changed files with 222 additions and 222 deletions
+2 -2
View File
@@ -261,8 +261,8 @@ defconfig -- This is a configuration file similar to the Linux
regions of memory to allocate from, this specifies the regions of memory to allocate from, this specifies the
number of memory regions that the memory manager must number of memory regions that the memory manager must
handle and enables the API mm_addregion(start, end); handle and enables the API mm_addregion(start, end);
CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
or TICKS_PER_MSEC=10. This setting may be defined to or MSEC_PER_TICK=10. This setting may be defined to
inform NuttX that the processor hardware is providing inform NuttX that the processor hardware is providing
system timer interrupts at some interrupt interval other system timer interrupts at some interrupt interval other
than 10 msec. than 10 msec.
+2 -2
View File
@@ -228,8 +228,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -228,8 +228,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -147,8 +147,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -147,8 +147,8 @@ CONFIG_NET_C5471_BASET10=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -147,8 +147,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -147,8 +147,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -207,8 +207,8 @@ CONFIG_PASS1_OBJECT=
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -246,8 +246,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -250,8 +250,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -242,8 +242,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -249,8 +249,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -213,8 +213,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -213,8 +213,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -221,8 +221,8 @@ CONFIG_PASS1_OBJECT=locked.r
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -213,8 +213,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -213,8 +213,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -215,8 +215,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -181,8 +181,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -184,8 +184,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output # time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot # CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input # time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -229,8 +229,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -234,8 +234,8 @@ CONFIG_SPI_CMDDATA=y
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -229,8 +229,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -229,8 +229,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -234,8 +234,8 @@ CONFIG_SPI_CMDDATA=y
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -229,8 +229,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -250,8 +250,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -255,8 +255,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -254,8 +254,8 @@ CONFIG_SPI_CMDDATA=y
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -249,8 +249,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -252,8 +252,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
@@ -249,8 +249,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -117,8 +117,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -249,8 +249,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -242,8 +242,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -151,8 +151,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -151,8 +151,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -151,8 +151,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -151,8 +151,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.
+2 -2
View File
@@ -167,8 +167,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end); # handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot # CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output # time console output
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz # CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to # or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing # inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other # system timer interrupts at some interrupt interval other
# than 10 msec. # than 10 msec.

Some files were not shown because too many files have changed in this diff Show More