aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-20 13:55:47 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-20 13:55:47 +0200
commitb37bde56753fc19bcab04ab4e24d5922b65026a4 (patch)
treeca998487d1bd379402d465c39a65d62f10299a7d /Bootloaders/MassStorage
parentfdf50e941126140cdb1f87296ea05079ab25e5f7 (diff)
downloadlufa-b37bde56753fc19bcab04ab4e24d5922b65026a4.tar.gz
lufa-b37bde56753fc19bcab04ab4e24d5922b65026a4.tar.bz2
lufa-b37bde56753fc19bcab04ab4e24d5922b65026a4.zip
Minor documentation improvements.
Diffstat (limited to 'Bootloaders/MassStorage')
-rw-r--r--Bootloaders/MassStorage/BootloaderMassStorage.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.txt b/Bootloaders/MassStorage/BootloaderMassStorage.txt
index d518d7b91..85cbc6f63 100644
--- a/Bootloaders/MassStorage/BootloaderMassStorage.txt
+++ b/Bootloaders/MassStorage/BootloaderMassStorage.txt
@@ -71,6 +71,11 @@
*
* The current device firmware can be read from the device by reading a file from the virtual FAT filesystem.
*
+ * \warning This bootloader is currently <b>incompatible with the Apple MacOS X OS Finder GUI</b>, due to the
+ * large amount of meta files this OS attempts to write to the disk along with the new binaries. On
+ * this platform, firmwares must be copied to the disk via the Terminal application only to prevent
+ * firmware corruption.
+ *
* \section Sec_API User Application API
*
* Several user application functions for FLASH and other special memory area manipulations are exposed by the bootloader,