From 42258f15a118f3eafe3af2dc395369d5e91bcc03 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jan 2010 05:10:39 +0000 Subject: Added NSH configure for SAM3U git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2531 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index fe65af544..faa5ba0a6 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1043,3 +1043,10 @@ the larger (but faster) table look-up version of the CRC32 algorithm. * 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. -- cgit v1.2.3