Updated Micropendous-32U4 design documentation.

This commit is contained in:
opendous
2012-07-24 03:54:33 +00:00
parent 118dcd443c
commit 6c416155f0
3 changed files with 4 additions and 4 deletions

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

View File

@@ -63,11 +63,11 @@
#MCU = at90usb162 #MCU = at90usb162
#MCU = atmega16u2 #MCU = atmega16u2
#MCU = atmega32u2 #MCU = atmega32u2
#MCU = atmega32u4 MCU = atmega32u4
#MCU = at90usb646 #MCU = at90usb646
#MCU = at90usb647 #MCU = at90usb647
#MCU = at90usb1286 #MCU = at90usb1286
MCU = at90usb1287 #MCU = at90usb1287
# Processor frequency. # Processor frequency.
@@ -78,7 +78,7 @@ MCU = at90usb1287
# Typical values are: # Typical values are:
# F_CPU = 8000000 # F_CPU = 8000000
# F_CPU = 16000000 # F_CPU = 16000000
F_CPU = 16000000 F_CPU = 8000000
# Target board: NONE for projects not requiring LUFA board drivers. # Target board: NONE for projects not requiring LUFA board drivers.
@@ -89,7 +89,7 @@ F_CPU = 16000000
# BOARD = NONE # BOARD = NONE
# BOARD = USER # BOARD = USER
# BOARD = MICROPENDOUS # BOARD = MICROPENDOUS
BOARD = USER BOARD = MICROPENDOUS
# Input clock frequency. # Input clock frequency.