summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-07 20:18:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-07 20:18:56 +0000
commit4017253a669e2647cdf54e27d1ae952d994361d3 (patch)
tree9bcbe9c4ed8c3d704c08ea4e346005ee47f6a69f /nuttx/ChangeLog
parent2f95fbedfe92f8f2d413eae44e68676826aabeab (diff)
downloadnuttx-4017253a669e2647cdf54e27d1ae952d994361d3.tar.gz
nuttx-4017253a669e2647cdf54e27d1ae952d994361d3.tar.bz2
nuttx-4017253a669e2647cdf54e27d1ae952d994361d3.zip
Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 603d2db97..614381c90 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3131,4 +3131,11 @@
point numbers.
* lib/stdio/lib_libdtoa.c and lib_libvsprintf.c: Correct some floating
point options.
+ * arch/arm/lpc43xx/lpc32_usb0dev.c: Add framework for development of
+ an USB0, device-side driver for the LPC43XX. The initial check-in,
+ however, is simply for the LPC31xx driver with name changes. The
+ LPC31xx has the same USB IP, but will require some additional initialization
+ (and lots of testing) before it can be used with the LPC43xx.
+ * nuttx/Documentation/NuttShell.html: Added a section covering ways to
+ customize the behavior or NSH.