diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-13 06:44:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-13 06:44:14 +0000 |
commit | 1d26e78258c10dcca63e31e66732f1e525b5dade (patch) | |
tree | fcb03e4309dc7abb8c47df6c0eada59e990e230a /Bootloaders | |
parent | 0fcbe22c9eb68f5769bf57469e1bcf9b340d0ae3 (diff) | |
download | lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.gz lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.tar.bz2 lufa-1d26e78258c10dcca63e31e66732f1e525b5dade.zip |
Added compatibility list to the documentation of each individual demo.
Documented FAST_STREAM_TRANSFERS compile time option.
Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.txt | 13 | ||||
-rw-r--r-- | Bootloaders/DFU/BootloaderDFU.txt | 13 | ||||
-rw-r--r-- | Bootloaders/TeensyHID/TeensyHID.txt | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt index c518195eb..e3faf5434 100644 --- a/Bootloaders/CDC/BootloaderCDC.txt +++ b/Bootloaders/CDC/BootloaderCDC.txt @@ -6,6 +6,19 @@ /** \mainpage CDC Class USB AVR Bootloader
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ * - AT90USB647
+ * - AT90USB646
+ * - ATMEGA32U6
+ * - ATMEGA32U4
+ * - ATMEGA16U4
+ * - AT90USB162
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Bootloaders/DFU/BootloaderDFU.txt b/Bootloaders/DFU/BootloaderDFU.txt index 05bfa71fa..ca2f1651d 100644 --- a/Bootloaders/DFU/BootloaderDFU.txt +++ b/Bootloaders/DFU/BootloaderDFU.txt @@ -6,6 +6,19 @@ /** \mainpage DFU Class USB AVR Bootloader
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB1287
+ * - AT90USB1286
+ * - AT90USB647
+ * - AT90USB646
+ * - ATMEGA32U6
+ * - ATMEGA32U4
+ * - ATMEGA16U4
+ * - AT90USB162
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
diff --git a/Bootloaders/TeensyHID/TeensyHID.txt b/Bootloaders/TeensyHID/TeensyHID.txt index 3ef5e9f40..93862c674 100644 --- a/Bootloaders/TeensyHID/TeensyHID.txt +++ b/Bootloaders/TeensyHID/TeensyHID.txt @@ -6,6 +6,13 @@ /** \mainpage Teensy HID Class USB AVR Bootloader
*
+ * \section SSec_Compat Demo Compatibility:
+ *
+ * The following table indicates what microcontrollers are compatible with this demo.
+ *
+ * - AT90USB646
+ * - AT90USB162
+ *
* \section SSec_Info USB Information:
*
* The following table gives a rundown of the USB utilization of this demo.
|