aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 20:22:14 +0000
commit6953365d30f06846a8f3877b73e01ee7d8321db0 (patch)
tree85a64e39b3a82aa186b3852b5274cfc5081fd220 /nuttx/ChangeLog
parent7c73fe57c659ce9f9a31a247b04f7068a0b62cb1 (diff)
downloadpx4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.tar.gz
px4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.tar.bz2
px4-firmware-6953365d30f06846a8f3877b73e01ee7d8321db0.zip
Fix several build issues noted by Mike Smith
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5459 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 6c6fd7843..c5cc9b54a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3815,4 +3815,7 @@
* sched/sig_timedwait.c: Should always move the time up to the next
largest number of system ticks. The logic was rounding. Noted by
Petteri Aimonen.
+ * arch/arm/src/up_head.S: Fix backward conditional compilation. NOTE
+ there is a issue of ARM9 systems with low vectors and large memories
+ that will have to be addressed in the future.