summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 00:20:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 00:20:58 +0000
commit01cbaa393093aadfb26d3e25f8750ba486e33151 (patch)
tree61c366fba4eca594e94a9d9ebade56420196b2f4 /nuttx/ChangeLog
parent4ecccdde7bee50fe775173f342ad58d2875de8bc (diff)
downloadnuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.tar.gz
nuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.tar.bz2
nuttx-01cbaa393093aadfb26d3e25f8750ba486e33151.zip
Correct FAT long file name padding character
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1e72a039a..467525084 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1923,3 +1923,8 @@
allocation (fat_allocatedirentry()). I looks like it could be
initializing the wrong sectors! NOTE: This function was in
fs_fat32utils.c in earlier releases.
+ * arch/arm/src/stm32_sdio.c: Correct an important DMA-related bug;
+ SDIO transfer completion events and DMA completion eventes were
+ not being coordinated correctly.
+ * configs/stm3210e-eval/nsh2: Enable FAT long file name support
+