diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-12 14:03:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-12 14:03:57 +0000 |
commit | f0e5425208d94dfb7bd4da9d72f68651a9ce1589 (patch) | |
tree | 990463fb74b7213f75dd77ac6937bab28cc51ea2 /BuildTests/BoardDriverTest | |
parent | ffbb30e0f86a774e6bfd866db36254fc7c8926d8 (diff) | |
download | lufa-f0e5425208d94dfb7bd4da9d72f68651a9ce1589.tar.gz lufa-f0e5425208d94dfb7bd4da9d72f68651a9ce1589.tar.bz2 lufa-f0e5425208d94dfb7bd4da9d72f68651a9ce1589.zip |
Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.
Diffstat (limited to 'BuildTests/BoardDriverTest')
-rw-r--r-- | BuildTests/BoardDriverTest/BoardDeviceMap.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index 5d15f344d..e0313040d 100644 --- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg +++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg @@ -71,4 +71,5 @@ BOARD_DUCE = AVR8 : atmega32u2 : BOARD_OLIMEX32U4 = AVR8 : atmega32u4 : BOARD_OLIMEXT32U4 = AVR8 : atmega32u4 : BOARD_OLIMEXISPMK2 = AVR8 : at90usb162 : +BOARD_LEONARDO = AVR8 : atmega32u4 : #
\ No newline at end of file |