From 3346dfc2d0460adadc9741eeea5a93779ed55d94 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 17 Feb 2015 17:00:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04bafc62d38..31b9566fb03 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9830,3 +9830,8 @@ out the PWM triggering ioctl. From Calvin Maguranis (2015-02-17). * configs/tm4c123g-launchpad: Add ADC suppport. From Calvin Maguranis (2015-02-17). + * fs/fat/fs_mkfatfs.c: Use DMA memory for mkfatfs when needed. This makes + mkfatfs use fat_dma_alloc() when CONFIG_FAT_DMAMEMORY is set. This is + needed to ensure mkfatfs operates with boards that use DMA for microSD. + From Andrew Tridgell via the PX4/NuttX repository (2015-02-17). +