From 159ecf04f4c1c2d2abd05e333cafd685b293e852 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Oct 2008 18:14:24 +0000 Subject: Prep for release 0.3.16 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1027 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'nuttx/ChangeLog') 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 +0.3.16 2008-10-10 Gregory Nutt * 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 -- cgit v1.2.3