diff options
author | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-25 18:10:11 -0800 |
---|---|---|
committer | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-25 18:10:11 -0800 |
commit | 1f419424c4b4b62f372ef590188112c5b4bcf0cd (patch) | |
tree | 580d3ff223a950e8cb8e2045738fc5d531bc38f5 | |
parent | 444e7cc53bf2ac663ca4c950ab070abc86d70102 (diff) |
Updated to confirm ATmega32U2 on a custom board.
-rw-r--r-- | Compatible-Microcontrollers.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Compatible-Microcontrollers.md b/Compatible-Microcontrollers.md index f4bb490ca4..d4b827afbd 100644 --- a/Compatible-Microcontrollers.md +++ b/Compatible-Microcontrollers.md @@ -4,8 +4,9 @@ This runs on: * AT90USB127 ([Atmel USBKEY](http://www.atmel.com/tools/AT90USBKEY.aspx)) * ATmega168P with using [V-USB](http://www.obdev.at/products/vusb/index.html) * ATmega328P with using [V-USB](http://www.obdev.at/products/vusb/index.html) +* ATmega32U2 (custom board) * AT90USB127, 646, 647 should work but not tested -* ATmega32U2, AT90USB162 testing... +* AT90USB162 testing... NOTE: To enable full features of firmware you'll need 32KB flash size. |