summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-09 19:20:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-09 19:20:02 +0000
commitfd55042e823c1d6816caf1df68a57f4ae55491c3 (patch)
treee4b4ef16fb0e732b08c48f6cf16c2ad21764d41f /nuttx/ChangeLog
parenta012cfa8dbb317c36eaf4ef9e6657907e649f2f4 (diff)
downloadpx4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.tar.gz
px4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.tar.bz2
px4-nuttx-fd55042e823c1d6816caf1df68a57f4ae55491c3.zip
Fixe open count error + O_NONBLOCK function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1013 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b1589b13a..181967a05 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -491,6 +491,7 @@
* Add LPC214x USB serial configuration; Add examples/usbserial test (still a work in progress)
* Added USB device side driver for the DM320 (untested at initial checkin)
* Fixed an error in a previous (post 0.3.15) check-in that broke the LPC214x system timer.
+ * Fixed serial drive bugs related to (1) open counts and (2) recognizing O_NONBLOCK on read.