summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 10:19:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 10:19:49 -0600
commit2596541c45d6b5313debc1bad59f4e34c1ee55f1 (patch)
tree6c9b604f8abd88aa6ae60a6aa3db3ec0f869de22 /nuttx/ChangeLog
parent9a5382c33e63c2d36462f368657e87168fe5c3d8 (diff)
downloadnuttx-2596541c45d6b5313debc1bad59f4e34c1ee55f1.tar.gz
nuttx-2596541c45d6b5313debc1bad59f4e34c1ee55f1.tar.bz2
nuttx-2596541c45d6b5313debc1bad59f4e34c1ee55f1.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ab4f1c2a2..58d97c433 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8785,7 +8785,7 @@
* arch/arm/src/stm32/chip/stm32_otghs.hstm32_otghs.c/h and
chip/stm32_otghs.h: Add files that implement true high speed support
for the STM32 OTGHS peripheral. From Brennan Ashton (2014-10-7).
- * arch/arm/src/stm32/ (serveral files): Integrates OTGHS support into
+ * arch/arm/src/stm32/ (several files): Integrates OTGHS support into
the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan
Ashton (2014-10-7).
* arch/arm/src/stm32/Kconfig, stm32_otgfsdev.c, chip/stm32f40xxx_pinmap.h,
@@ -8799,3 +8799,6 @@
compliant (also modify non-standard syslog functions for
compatibility). This will break a lot of things until ALL usage of
syslog is updated to use the modified interfaces (2014-10-8).
+ * drivers/: Correct everything under nuttx/drivers to use the corrected
+ syslog interfaces (2014-10-8).
+