summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-20 12:37:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-20 12:37:36 -0600
commitcc5f987a097942689d5a711250bf6afbde2c0a20 (patch)
treefdc5666081a890aec0e6666718d943e0dc66d705 /nuttx/ChangeLog
parentc794150a59dd58c83ad5e80b20ce17d9b3713740 (diff)
downloadnuttx-cc5f987a097942689d5a711250bf6afbde2c0a20.tar.gz
nuttx-cc5f987a097942689d5a711250bf6afbde2c0a20.tar.bz2
nuttx-cc5f987a097942689d5a711250bf6afbde2c0a20.zip
Several usability improvements the SAMA5D3x-EK configurations
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a1b475101..3069484d9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5600,4 +5600,9 @@
* Several USB device driver files: Change naming of SELFPOWERED
and REMOTEWAKEUP to avoid name collisions. Prepend the name
of the driver (for example CDCACM_SELFPOWERED) (201309-20).
-
+ * configs/sama5d3x-ek/nsh and demo: Increase the number of pre-allocated
+ watchdog timers. The default number of 4 was easily being exhausted
+ in the more complex configurations. Enable the task name feature
+ to provide prettier ps command output. src/sam_usb.c: Use more
+ descriptive task names when starting the EHCI and OHCI monitor tasks
+ (2013-9-20).