summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-07 15:29:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-07 15:29:53 -0600
commitce6d20c1a93fb89893c0cbd0e70c54354334b27a (patch)
treebb9b7248009f421109cef2ad4e0e8a9a061ff123 /nuttx/ChangeLog
parent171548e11dc38194b05322ff75d787850512b026 (diff)
downloadnuttx-ce6d20c1a93fb89893c0cbd0e70c54354334b27a.tar.gz
nuttx-ce6d20c1a93fb89893c0cbd0e70c54354334b27a.tar.bz2
nuttx-ce6d20c1a93fb89893c0cbd0e70c54354334b27a.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 766405471..e607a79b2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8782,3 +8782,14 @@
priority requirements; it uses the new low priority worker thread
interfaces to adjust the priority of the worker thread according to
the priority of the client thread (2014-10-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
+ 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,
+ configs/stm32f429i-disco/ (several files): Remove non-functional
+ vestiges of OTGHS in FS mode (including OTGFS2); try to convert the
+ stm32f429i-disco configuration to use OTGHS instead of OTFHS in F
+ mode (OTGFS2). But I don't have the boards and can't test (2014-10-7).