From 10652e8c9bf125507a9ed74b8bb4b3bfb2ea6b02 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 3 May 2015 16:16:34 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 385f402b93..0db5bda287 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10298,3 +10298,10 @@ bug has been in the ECHI drivers forever, but was only revealed due to unlucky memory allocations during the integration of the hub feature (2015-05-03). + * arch/arm/src/lpc17xx/lpc17_usbhost.c: Correct some initialization of + data structures. When hub support is enabled, it would overwrite the + end of an array and clobber some OS data structures (2015-05-03). + * configs/olimex-lpc1766stk: Make stacks usage configurable for USB + host waiter. It needs to be a lot deeper when hub support is enabled + (2015-05-03). +