summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-30 05:10:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-01-30 05:10:39 +0000
commit42258f15a118f3eafe3af2dc395369d5e91bcc03 (patch)
tree06599c9cfa73c8c9188d824e37e851816a3bf047 /nuttx/ChangeLog
parent493695723dfa4ac2b4f48eeb86033cb5982f9555 (diff)
downloadpx4-nuttx-42258f15a118f3eafe3af2dc395369d5e91bcc03.tar.gz
px4-nuttx-42258f15a118f3eafe3af2dc395369d5e91bcc03.tar.bz2
px4-nuttx-42258f15a118f3eafe3af2dc395369d5e91bcc03.zip
Added NSH configure for SAM3U
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2531 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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.