diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 285d274b5d..ef444506f5 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: March 23, 2011

+

Last Updated: April 1, 2011

@@ -57,11 +57,12 @@ 2.11 nuttx/mm/
2.12 nuttx/net
2.13 nuttx/sched/
- 2.14 nuttx/tools/
- 2.15 nuttx/Makefile - 2.16 apps/netutils
- 2.17 apps/nshlib
- 2.18 apps/examples/
+ 2.14 nuttx/syscall/
+ 2.15 nuttx/tools/
+ 2.16 nuttx/Makefile + 2.17 apps/netutils
+ 2.18 apps/nshlib
+ 2.19 apps/examples/
3.0 Configuring and Building -

2.17 apps/nshlib

+

2.18 apps/nshlib

This directory contains for the core of the NuttShell (NSH) application.

-

2.18 apps/examples

+

2.19 apps/examples

Example and test programs to build against.

@@ -2791,6 +2855,15 @@ build CONFIG_ARCH_LOWPUTC: architecture supports low-level, boot time console output +
  • + CONFIG_NUTTX_KERNEL: + With most MCUs, NuttX is built as a flat, single executable image + containing the NuttX RTOS along with all application code. + The RTOS code and the application run in the same address space and at the same kernel-mode privileges. + If this option is selected, NuttX will be built separately as a monolithic, kernel-mode module and the applications + can be added as a separately built, user-mode module. + In this a system call layer will be built to support the user- to kernel-mode interface to the RTOS. +
  • CONFIG_MM_REGIONS: If the architecture includes multiple regions of memory to allocate from, this specifies the