summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-01 07:15:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-01 07:15:14 -0600
commit8148ce2957824b783b7ec81919b891f220c0237f (patch)
tree87a3f75d9eb988361cac0d8bd35771e9268b85de /apps/ChangeLog.txt
parentb6814d7a4a44f58992704e2b85502ccc5dd0e331 (diff)
downloadnuttx-8148ce2957824b783b7ec81919b891f220c0237f.tar.gz
nuttx-8148ce2957824b783b7ec81919b891f220c0237f.tar.bz2
nuttx-8148ce2957824b783b7ec81919b891f220c0237f.zip
Add skip= and count= options to the NSH hexdump command. From Ken Pettit
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index f47c1b082..949ae7414 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -716,4 +716,6 @@
(2013-10-30).
* apps/platform/mikroe-stm32f4: Now supports storage of configuration
data. From Ken Pettit (2013-10-30).
+ * apps/nshlib/nsh_dbgcmds.c and others: Add skip= and count=
+ options to the hexdump command. From Ken Pettit (2013-11-1).