aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:22:00 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:22:00 +1000
commit70f7e6558c0366fcd37b08655f941a318f8c50b8 (patch)
treec5464449368418e2b5a8c8738b7dd24aafa9da0f /LUFA/StudioIntegration
parentc69a6236529416aa134cbfcd04a8f05eff987948 (diff)
downloadlufa-70f7e6558c0366fcd37b08655f941a318f8c50b8.tar.gz
lufa-70f7e6558c0366fcd37b08655f941a318f8c50b8.tar.bz2
lufa-70f7e6558c0366fcd37b08655f941a318f8c50b8.zip
Add Atmel Studio support for the Arduino Yun and Micro boards.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/lufa_drivers_board_names.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/lufa_drivers_board_names.xml b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
index 949ca5711..4b099920b 100644
--- a/LUFA/StudioIntegration/lufa_drivers_board_names.xml
+++ b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
@@ -822,6 +822,32 @@
<build type="define" name="BOARD" value="BOARD_U2S"/>
</module>
+
+ <module type="driver" id="lufa.drivers.board#yun" caption="Board Support - YUN">
+ <build type="doxygen-entry-point" value="Group_BoardInfo_YUN"/>
+
+ <device-support value="atmega32u4"/>
+
+ <require idref="lufa.drivers.board.leds"/>
+
+ <build type="header-file" value="Drivers/Board/AVR8/YUN/Board.h"/>
+ <build type="header-file" value="Drivers/Board/AVR8/YUN/LEDs.h"/>
+
+ <build type="define" name="BOARD" value="BOARD_YUN"/>
+ </module>
+
+ <module type="driver" id="lufa.drivers.board#yun" caption="Board Support - MICRO">
+ <build type="doxygen-entry-point" value="Group_BoardInfo_MICRO"/>
+
+ <device-support value="atmega32u4"/>
+
+ <require idref="lufa.drivers.board.leds"/>
+
+ <build type="header-file" value="Drivers/Board/AVR8/MICRO/Board.h"/>
+ <build type="header-file" value="Drivers/Board/AVR8/MICRO/LEDs.h"/>
+
+ <build type="define" name="BOARD" value="BOARD_MICRO"/>
+ </module>
</select-by-config>
</asf>
</lufa>