From b457c26e3c23b64ab840484dba9af3ea364a5b42 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 10 Nov 2014 07:48:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 90f0c9c7ca..873715bd58 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8915,3 +8915,8 @@ Lorquet (2014-11-07). * arch/arm/src/stm32/Kconfig, chip.h, and include/stm32/chip.h: Support for the STM32F103RG. From Murilo Ponte (2014-11-10). + * configs/stm32f100rc_generic: Removed this generic board configuration. + I have decided to stop support of generic board configurations. Generic + board configurations do not provide support for any specific hardware + but can be useful only if there are not other examples for the setup + for a particular architecture. Not the case here (2014-11-10).