From e76c36173a8501fcb66fbf5599f2e73f5883a089 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 19 Sep 2014 10:29:08 -0600 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81d0dd063c4..f5ce4b73bca 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8596,4 +8596,6 @@ * SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH configuration. Fix some build errors/warnings introduced with recent work with the knsh configuration (2014-9-17). - + * arch/sim/Kconfig, src/up_spiflash.c, Makefile, up_initialize.c, and + up_internal.h: Emulated SPI FLASH driver for the sim target from Ken + Pettit (2014-9-19).