diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-12 05:59:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-12 05:59:55 +0000 |
commit | dc68de15b69c2064b1b14d00659aa91054cccbe1 (patch) | |
tree | 36e3ac322537017ae61ae9d70ba56efddad8fc02 /Demos/Device/ClassDriver/USBtoSerial | |
parent | be9d0a5aa97c84cc8723f69f2b88576965e386aa (diff) | |
download | lufa-dc68de15b69c2064b1b14d00659aa91054cccbe1.tar.gz lufa-dc68de15b69c2064b1b14d00659aa91054cccbe1.tar.bz2 lufa-dc68de15b69c2064b1b14d00659aa91054cccbe1.zip |
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
Diffstat (limited to 'Demos/Device/ClassDriver/USBtoSerial')
-rw-r--r-- | Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt index 17f64522b..065b32967 100644 --- a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt +++ b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.txt @@ -8,17 +8,12 @@ *
* \section SSec_Compat Demo Compatibility:
*
- * This demo is known to be compatible with the following microcontrollers:
+ * The following list indicates what microcontrollers are compatible with this demo.
*
- * - AT90USB1287
- * - AT90USB1286
- * - AT90USB647
- * - AT90USB646
- * - ATMEGA32U6
- * - ATMEGA32U4
- * - ATMEGA16U4
- * - AT90USB162
- * - AT90USB82
+ * - Series 7 USB AVRs
+ * - Series 6 USB AVRs
+ * - Series 4 USB AVRs
+ * - Series 2 USB AVRs
*
* \section SSec_Info USB Information:
*
|