aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
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
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')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
-rw-r--r--LUFA/StudioIntegration/lufa_drivers_board_names.xml26
2 files changed, 27 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 521e46b29..5bac1a406 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -11,7 +11,7 @@
* - Core:
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
* - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
- * - Added support for the Arduino Yun board (ATMEGA32U4 coprocessor)
+ * - Added support for the Arduino Yun board (ATMEGA32U4 co-processor)
* - Added support for the Arduino Micro board
* - Library Applications:
* - Added new Dual MIDI class driver device demo
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>