projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
[pub/USBasp.git]
/
Projects
/
USBtoSerial
/
USBtoSerial.txt
diff --git
a/Projects/USBtoSerial/USBtoSerial.txt
b/Projects/USBtoSerial/USBtoSerial.txt
index
e10b359
..
7f56442
100644
(file)
--- a/
Projects/USBtoSerial/USBtoSerial.txt
+++ b/
Projects/USBtoSerial/USBtoSerial.txt
@@
-10,10
+10,10
@@
*
* The following list indicates what microcontrollers are compatible with this project.
*
*
* The following list indicates what microcontrollers are compatible with this project.
*
- * - Series 7 USB AVRs
- * - Series 6 USB AVRs
- * - Series 4 USB AVRs
- * - Series 2 USB AVRs
+ * - Series 7 USB AVRs
(AT90USBxxx7)
+ * - Series 6 USB AVRs
(AT90USBxxx6)
+ * - Series 4 USB AVRs
(ATMEGAxxU4)
+ * - Series 2 USB AVRs
(AT90USBxx2, ATMEGAxxU2)
*
* \section SSec_Info USB Information:
*
*
* \section SSec_Info USB Information:
*
@@
-79,4
+79,4
@@
* <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
* </tr>
* </table>
* <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
* </tr>
* </table>
- */
\ No newline at end of file
+ */