summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 18:14:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 18:14:24 +0000
commit159ecf04f4c1c2d2abd05e333cafd685b293e852 (patch)
treef5763ed1b591d4f7dc748ea09a6e86d88ff79ffc /nuttx/ChangeLog
parent11fc85255c19325d4a9ac6001658ac32ef81b7f0 (diff)
downloadnuttx-159ecf04f4c1c2d2abd05e333cafd685b293e852.tar.gz
nuttx-159ecf04f4c1c2d2abd05e333cafd685b293e852.tar.bz2
nuttx-159ecf04f4c1c2d2abd05e333cafd685b293e852.zip
Prep for release 0.3.16nuttx-3.16
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1027 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog28
1 files changed, 16 insertions, 12 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3ceb813c5..eeca57d39 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -479,20 +479,24 @@
succesfully passing the examples/ostest, and a NuttShell (NSH) configuration.
* ARM architectures now support drivers/lowconsole.c
-0.3.16 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.16 2008-10-10 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added header files defining a common USB device controller architecture
- * Added USB device side driver for the LPC214x (untested at initial checkin)
- * Correct the frequency of system timer interrupts (off by 20x in nuttx-0.3.15)
+ * Added USB device side driver for the LPC214x
+ * Correct the frequency of system timer interrupts in the NXP LPC214x port
+ (off by 20x in nuttx-0.3.15)
* Add an option to set aside a separate stack for interrupt handling (ARM only).
This is useful when memory is constrained, there are multiple tasks, and
the interrupt stack requirement is high (as when USB is enabled).
- * Basic LPC214x USB device side driver basically functional (but probably still buggy)
- * Initial USB serial class device side driver check in (not well tested at initial checkin)
- * 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.
- * Fixed an error in read(); it was not setting the errno on errors returned from the driver.
-
-
+ * Added USB serial class device side driver (emulates Prolific PL2303
+ serial-to-USB adaptor)
+ * Add LPC214x USB serial configuration; Add examples/usbserial test
+ * Added USB device side driver for the DM320 (untested at initial release)
+ * Fixed an error in a previous (post 0.3.15) check-in that broke the LPC214x
+ system timer.
+ * Fixed serial driver bugs related to (1) open counts and (2) recognizing
+ O_NONBLOCK on read.
+ * Fixed an error in read(); it was not setting the errno on errors returned
+ from the driver.
+
+0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>