From 6f258f062cab5aacf353093488663c0d1161ba86 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Jun 2015 14:28:10 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5af68fbcbda..ea23c3bca8e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10549,3 +10549,5 @@ * fs/, fs/unionfs, include/nuttx, include/sys, Documentation: Add support for a union file system that can be used to overlay and merge the content of two mounted file systems (2015-06-05). + * arch/arm/src/efm32/efm32_spi.c: Add SPI GPIO pin initialization. From + Pierre-noel Bouteville (2015-06-05).