From e493e087a2b4ade0ad5ab5f2bc47cb42634ef721 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Oct 2014 10:19:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab4f1c2a24..58d97c4337 100755 --- a/ChangeLog +++ b/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). +