diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-22 15:22:30 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-22 15:22:30 +0200 |
commit | fb9aa5aa8142113dc6be03ad4215d8cf73435f47 (patch) | |
tree | 7d2190e43f04d94dd0a890e287c6426abde346af /LUFA | |
parent | c6e1bf87b5f1997154df568f3f347da9d1017a12 (diff) | |
download | lufa-fb9aa5aa8142113dc6be03ad4215d8cf73435f47.tar.gz lufa-fb9aa5aa8142113dc6be03ad4215d8cf73435f47.tar.bz2 lufa-fb9aa5aa8142113dc6be03ad4215d8cf73435f47.zip |
Add Atmel Studio support for the U2S board.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/DeviceSupport.txt | 2 | ||||
-rw-r--r-- | LUFA/StudioIntegration/lufa_drivers_board_names.xml | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/DeviceSupport.txt b/LUFA/DoxygenPages/DeviceSupport.txt index 93e650c08..18be267f3 100644 --- a/LUFA/DoxygenPages/DeviceSupport.txt +++ b/LUFA/DoxygenPages/DeviceSupport.txt @@ -115,7 +115,7 @@ * - Olimex AVR-ISP-MK2 * - Paranoid Studio's US2AX (V1, V2 and V3 hardware revisions) * - PJRC Teensy (1.x and 2.x versions) - * - Rickus' U2S + * - Rikus' U2S * - Sparkfun U2 Breakout Board * - Stange ISP Programmer Board * - TCNISO Blackcat USB JTAG diff --git a/LUFA/StudioIntegration/lufa_drivers_board_names.xml b/LUFA/StudioIntegration/lufa_drivers_board_names.xml index d3f923491..ad416d697 100644 --- a/LUFA/StudioIntegration/lufa_drivers_board_names.xml +++ b/LUFA/StudioIntegration/lufa_drivers_board_names.xml @@ -778,6 +778,21 @@ <build type="define" name="BOARD" value="BOARD_STANGE_ISP"/>
</module>
+
+ <module type="driver" id="lufa.drivers.board#u2s" caption="Board Support - U2S">
+ <build type="doxygen-entry-point" value="Group_BoardInfo_U2S"/>
+
+ <device-support value="atmega32u2"/>
+
+ <require idref="lufa.drivers.board.buttons"/>
+ <require idref="lufa.drivers.board.leds"/>
+
+ <build type="header-file" value="Drivers/Board/AVR8/U2S/Board.h"/>
+ <build type="header-file" value="Drivers/Board/AVR8/U2S/Buttons.h"/>
+ <build type="header-file" value="Drivers/Board/AVR8/U2S/LEDs.h"/>
+
+ <build type="define" name="BOARD" value="BOARD_U2S"/>
+ </module>
</select-by-config>
</asf>
</lufa>
|