From efd484faecb1e344c818a3149107c2bf19e7c088 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 28 Aug 2014 09:15:34 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3dcb7d7d47..0601c34c12 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8265,4 +8265,7 @@ * arch/*/*_blocktask.c, arch/*/*_unblocktask.c, and arch/*/*_exit.c: Add address environment support to all implementation of up_block_task(), up_unblock_task(), and _exit() (2014-8-31). - + * arch/arm/src/stm32/stm32_flash.c and chip/stm32_flash.h, + include/nuttx/progmem.h, and configs/vsn/src/sif.c: STM32 FLASH fixes: + use size_t instead of uint16_t, make interface more generic. From + Freddie Chopin (2014-8-28).