summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-12 08:38:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-12 08:38:52 -0600
commitea97a69e276396fa725ee2767d0da2d9d5cae861 (patch)
treec822d583891a89d197f5a5ee3a9122ac61f4a28f /nuttx/ChangeLog
parent9475123c044f172a4beed41e3ddab6e755f5584e (diff)
downloadnuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.tar.gz
nuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.tar.bz2
nuttx-ea97a69e276396fa725ee2767d0da2d9d5cae861.zip
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3742e77ae..df3d63f09 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4539,3 +4539,8 @@
* configs/zkit-arm-1769/src/up_lcd.c, up_ssp.c, and up_spi.c:
Use SSP0 to LCD and SPI to SD-Card on the Zkit-arm-1769 board.
From Manikandan. S (2013-4-10)
+ * configs/olimex-lpc1766stk/usbserial: Converted to use the
+ the kconfig-config frontends tools (2013-4-12).
+ * drivers/usbdev/pl2303.c: Fix some compilation errors that
+ crept in when fixes to the CDC/ACM driver where blindly
+ incorporated in the PL2303 driver (2013-4-12).