From 93a59a7fc44da77815dac92cbd45cb80e368f9be Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 5 Feb 2015 11:24:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89b7f4b1c12..02e0d9891b2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9662,3 +9662,7 @@ stm32/stm32_eth.c: Add logic to behave like a router (if so configured): NuttX will not send the router advertisement message in response to any router solicitation messages (2015-02-05). + * configs/stm32f4discovery/ipv6 and arch/arm/src/stm32/stm32_eth.c: Add + an IPv6 configuration for the STM32F4-Discovery board (with the + STM32-DISCO_BB base board). Verify that the STM32 Ethernet driver + works with IPv6 (2015-02-05).