summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-26 13:52:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-26 13:52:49 +0000
commit953adf8554a3f1629a781569659ebf10348e42d1 (patch)
tree443539794dd3991324c1bbe10ee9764d2e27ec0c /apps/ChangeLog.txt
parent996768bceef23c8de2f623665420840aa7800357 (diff)
downloadnuttx-953adf8554a3f1629a781569659ebf10348e42d1.tar.gz
nuttx-953adf8554a3f1629a781569659ebf10348e42d1.tar.bz2
nuttx-953adf8554a3f1629a781569659ebf10348e42d1.zip
Improve USB mass storgage memory usage instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3819 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 4ac76ed5c..658d99ecc 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -87,3 +87,5 @@
the USB storage device.
* apps/examples/nx*: All NX header files moved from nuttx/include/nuttx to
nuttx/include/nuttx/nx.
+ * apps/examples/usbstorage: Added instrumentation to monitor memory usage
+ to check for memory leaks in the USB storage driver.