aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-07 20:18:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-07 20:18:56 +0000
commited303232fa84efe26f95a86e671995cfb712f321 (patch)
tree9bcbe9c4ed8c3d704c08ea4e346005ee47f6a69f /nuttx/ChangeLog
parent756fc3f2db435855a76535c9863ad5d5d197b9dc (diff)
downloadpx4-firmware-ed303232fa84efe26f95a86e671995cfb712f321.tar.gz
px4-firmware-ed303232fa84efe26f95a86e671995cfb712f321.tar.bz2
px4-firmware-ed303232fa84efe26f95a86e671995cfb712f321.zip
Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5015 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.