From ccc7221d0cd7b18c5e2bcab40aa648135ff970d1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 May 2009 22:14:36 +0000 Subject: NSH integration, fix serial interrupt handling git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1803 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'nuttx/Documentation/NuttX.html') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index f936a8df0..2e2bf262e 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1421,13 +1421,15 @@ nuttx-0.4.6 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> -R .note.gnu.build-id -R .comment" This has bin fixed in arch/arm/src/Makefile, but other architectures may have the same problem. Thanks to Dave Marples for verifying this. - * Added support for the MicroMint Eagle100 board. This board has a - Luminary LM3S6918 Cortex-M3. Added a configuration to build examples/ostest. - * Add configuration option to enable fast GPIO (vs. legacy, "slow" GPIO) for - LPC214x. - * Restructured the arch/arm directory structure to better suppor ARM and - Cortex-M3. - * pthread_create() must return a (non-negated) errno value on failure. + * configs/eagle100/ostest: Added support for the MicroMint Eagle100 board. + This board has a Luminary LM3S6918 Cortex-M3. Added a configuration to build + examples/ostest. + * arch/arm/src/lpc214x: Add configuration option to enable fast GPIO (vs. + legacy, "slow" GPIO) for LPC214x. + * arch/arm: Restructured the arch/arm directory structure to better suppor ARM + and Cortex-M3. + * sched/: pthread_create() must return a (non-negated) errno value on failure. + * configs/eagle100/nsh: Add a NuttShell (NSH) configuration for the Eagle-100 pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> -- cgit v1.2.3