aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 18:00:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 18:00:40 +0000
commit632d7a57b137ee963d58c9853eb9c4b9d66a586e (patch)
tree048bc89ac208fd97d4189eb818214c1b1c17d3fe /nuttx/ChangeLog
parent24b649553719312f79127bba841818a43a00fd8a (diff)
downloadpx4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.tar.gz
px4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.tar.bz2
px4-firmware-632d7a57b137ee963d58c9853eb9c4b9d66a586e.zip
Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driver
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5386 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bf7e05168..f17863557 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3681,3 +3681,9 @@
Peterri Aimonen).
* graphics/nxglib/nxglib_splitline.c: Fix error in drawing of near horizontal
lines (from Peterri Aimonen).
+ * sched/task_exithook.c: Missing right bracket with certain conditional
+ compilation (thanks James Goppert).
+ * arch/arm/srch/stm32/stm32_otgfshost.c: Replace timeout handling; use
+ system tick instead of frame counter. The frame counter gets rset to
+ zero at 0x3fff making it error prone.
+