aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 23:29:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 23:29:37 +0000
commitce9b97b8f5847d93162f67562197292504593013 (patch)
treeef60b4dd39935b68fca6a5dacb340652ad9b53ea /nuttx/ChangeLog
parent029bbeb3dbf2c51e86fe5a67424a356fb2d17aa1 (diff)
downloadpx4-firmware-ce9b97b8f5847d93162f67562197292504593013.tar.gz
px4-firmware-ce9b97b8f5847d93162f67562197292504593013.tar.bz2
px4-firmware-ce9b97b8f5847d93162f67562197292504593013.zip
More patches/bugfixes from Kate
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5056 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cb7f4079d..c4e914658 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3185,3 +3185,11 @@
This list handling was probably causing errors reported by Mike Smith
* sched/sched_waitpid.c: Fix a possible issue with logic logic that
should be brought into a critical section (suggested by Mike Smith)
+ * sched/sched_setuptaskfiles.c: Should be 'struct socket' not
+ 'struct sockets'. How did this compile before? (found by Kate)
+ * syscall/syscall.csv: Fix prototype for usleep() and prctl() (also
+ from Kate).
+ * arch/arm/src/lpc17xx/lpc17_ethernet.c: Conditionally elide setting PHY
+ speed/duplex. This does not work for certain PHYs. Still some unresolved
+ issues (also from Kate).
+