Update ChangeLogs

This commit is contained in:
Gregory Nutt 2014-08-28 09:15:34 -06:00
parent 7ba9ddee7f
commit efd484faec
1 changed files with 4 additions and 1 deletions

View File

@ -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).