From ce6d20c1a93fb89893c0cbd0e70c54354334b27a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 7 Oct 2014 15:29:53 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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). -- cgit v1.2.3