summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 08:44:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 08:44:22 -0600
commit891b20aff2fb5e52ff357e6208bb859a99cd7127 (patch)
treeaf802148a4a28c55558d1720559702be01f93e28 /nuttx/ChangeLog
parentb315074b5c8fe058fdab4e163939b6402b58deff (diff)
downloadnuttx-891b20aff2fb5e52ff357e6208bb859a99cd7127.tar.gz
nuttx-891b20aff2fb5e52ff357e6208bb859a99cd7127.tar.bz2
nuttx-891b20aff2fb5e52ff357e6208bb859a99cd7127.zip
STM32 OTGFS: Host USB tracing instrumentation added by Leo
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6258c1f86..b82a9fec8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7169,4 +7169,5 @@
also the camera/ISI interface reset line. So if the a camera is
installed, then we must avoid controlling the red LED or we inadvertently
also reset the camera module. Noted by David Sidrane (2014-4-11).
-
+ * arch/arm/src/stm32/stm32_usbhost.c/.h and stm32_otgfshost.c: USB host
+ tracing added by Leo (2014-4-12).