From 61794dff2bbf13014ebb7be656fb9e6b78652889 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jan 2010 05:10:39 +0000 Subject: [PATCH] Added NSH configure for SAM3U git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2531 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 200a65597b8..361619ea90e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 15, 2010

+

Last Updated: January 29, 2010

@@ -1678,6 +1678,13 @@ nuttx-5.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> development board. * confgs/ea3131/tools: Added a tool to create a image suitable for use with the LPC313x bootloader. + * configs/sam3u-3k/ostest - Completed verification of the basic NuttX + OS test for the SAM3U. + * arch/arm/src/common/up_createstack - stack was always been cleared + when it was allocated. This is a good feature for monitoring the + stack during debug, but really hurts thread start-up performance. + Clearing is now done if CONFIG_DEBUG=y only. Changes was only made + for arm, but really should be made for all architectures. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>