summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 23:50:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 23:50:19 +0000
commitfb4ebc7c6497d852505ccd41b80824cb40b2e853 (patch)
treec295621199d1d7f3996493f741d64a5f79f42834 /nuttx/ChangeLog
parent772d37ebff574dfbcd3038061e33eee0411e5c18 (diff)
downloadpx4-nuttx-fb4ebc7c6497d852505ccd41b80824cb40b2e853.tar.gz
px4-nuttx-fb4ebc7c6497d852505ccd41b80824cb40b2e853.tar.bz2
px4-nuttx-fb4ebc7c6497d852505ccd41b80824cb40b2e853.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1957 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9d17fa4b7..c0e2a2e9a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -798,6 +798,9 @@
* Fixed an important bug in ROMFS. The initial XIP offset was set
incorrectly so if sector zero was read first, there was a bad read.
I don't know how it worked before.
+ * arch/arm/src/common/up_use_stack.c. Fixed a fatal stack setup error.
+ This file has been around for a long time, but I don't think it has
+ every been used before (i.e., prior to the NXFLAT logic)