Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.

This commit is contained in:
Dean Camera 2012-08-12 14:03:57 +00:00
parent ffbb30e0f8
commit f0e5425208
8 changed files with 186 additions and 13 deletions

View file

@ -71,4 +71,5 @@ BOARD_DUCE = AVR8 : atmega32u2 :
BOARD_OLIMEX32U4 = AVR8 : atmega32u4 :
BOARD_OLIMEXT32U4 = AVR8 : atmega32u4 :
BOARD_OLIMEXISPMK2 = AVR8 : at90usb162 :
BOARD_LEONARDO = AVR8 : atmega32u4 :
#