summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 23:22:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 23:22:27 +0000
commit09f70284f5e1d190519661166422909e69b2331b (patch)
treeb968095164f6f6417386d02feda27ea7e7d434ca /nuttx/ChangeLog
parent5c3162da749c8c8c1609c1ab1c85ab1961dbabde (diff)
downloadpx4-nuttx-09f70284f5e1d190519661166422909e69b2331b.tar.gz
px4-nuttx-09f70284f5e1d190519661166422909e69b2331b.tar.bz2
px4-nuttx-09f70284f5e1d190519661166422909e69b2331b.zip
Add poll method to serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1268 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 32760238a..f6e64259c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -565,6 +565,6 @@
0.3.19 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add poll() and select() APIs (in the initial check-in, these work only with character devices)
- * Add poll() methods to /dev/null, /dev/zero, pipes, and fifos.
+ * Add poll() methods to /dev/null, /dev/zero, pipes, fifos, and serial drivers.
* Add examples/poll for testing poll() and select()