From ea5dc099126e2fe3c9f1eef73ad38fd66e8c5a5e Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Mon, 2 Mar 2015 10:36:47 -0600
Subject: [PATCH] Update ChangeLog

---
 ChangeLog | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2b55995fb9..575ecf5028 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -9909,4 +9909,7 @@
 	  (2015-03-01).
 	* include/nuttx/spi/spi.h:  Add an SPIDEV_USER so that there can be
 	  board-specific definitions of SPI devices (2015-03-01).
-
+	* arch/arm/src/stm32 and arch/arm/src/stm32: Adds architecture support
+	  for the STM32F372 and F373 (no board support yet). Only tested on
+	  STM32F373CC, but should work on the rest.  Contributed by  Marten
+	  Svanfeldt (2015-03-01).