forked from mfulz_github/qmk_firmware
Add Atmel Studio support for the U2S board.
This commit is contained in:
parent
c6e1bf87b5
commit
fb9aa5aa81
|
@ -115,7 +115,7 @@
|
||||||
* - Olimex AVR-ISP-MK2
|
* - Olimex AVR-ISP-MK2
|
||||||
* - Paranoid Studio's US2AX (V1, V2 and V3 hardware revisions)
|
* - Paranoid Studio's US2AX (V1, V2 and V3 hardware revisions)
|
||||||
* - PJRC Teensy (1.x and 2.x versions)
|
* - PJRC Teensy (1.x and 2.x versions)
|
||||||
* - Rickus' U2S
|
* - Rikus' U2S
|
||||||
* - Sparkfun U2 Breakout Board
|
* - Sparkfun U2 Breakout Board
|
||||||
* - Stange ISP Programmer Board
|
* - Stange ISP Programmer Board
|
||||||
* - TCNISO Blackcat USB JTAG
|
* - TCNISO Blackcat USB JTAG
|
||||||
|
|
|
@ -778,6 +778,21 @@
|
||||||
|
|
||||||
<build type="define" name="BOARD" value="BOARD_STANGE_ISP"/>
|
<build type="define" name="BOARD" value="BOARD_STANGE_ISP"/>
|
||||||
</module>
|
</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>
|
</select-by-config>
|
||||||
</asf>
|
</asf>
|
||||||
</lufa>
|
</lufa>
|
||||||
|
|
Loading…
Reference in New Issue