FAT: Add an option to force all transfers to be performed indirectly through the FAT file system's internal sector buffers

This commit is contained in:
Gregory Nutt
2016-02-22 16:26:04 -06:00
parent bc0648119e
commit 7c44444883
4 changed files with 48 additions and 6 deletions
+8
View File
@@ -11515,4 +11515,12 @@
* sched/pthread: Add pthread_setaffinity() and pthread_getaffinity()
(2016-02-19).
* sched/sched: Add sched_setaffinity() and sched_getaffinity() (2016-02-19).
* drivers/leds/rgbled.c: Add a driver to manage a RGB LED via PWM. From
Alan Carvalho de Assis (2016-02-22).
* arch/arm/src/stm32fcdiscovery: Add PWM support for the onboard RGB LED
From Alan Carvalho de Assis (2016-02-22).
* arch/arm/src/samv7: HSMCI driver can now be configured to handle unaligned
data buffers (2016-02-22).
* fs/fat: Add an option to force all transfers to be performed indirectly
using the FAT file system's internal sector buffers (2016-02-22).