No Studio UI to switch boards yet, so make a dummy board that is used by all projects, and have a Select-By-Config module select the actual board drivers.
parent
09b2254b33
commit
3edd686a05
@ -1,26 +0,0 @@
|
||||
<!--
|
||||
LUFA Library
|
||||
Copyright (C) Dean Camera, 2013.
|
||||
|
||||
dean [at] fourwalledcubicle [dot] com
|
||||
www.lufa-lib.org
|
||||
-->
|
||||
|
||||
<!-- Atmel Studio framework integration file -->
|
||||
|
||||
<lufa>
|
||||
<asf>
|
||||
<board id="lufa.drivers.board.usbkey" vendor="Atmel" caption="USBKEY">
|
||||
<device-support value="at90usb1287"/>
|
||||
|
||||
<require idref="lufa.drivers.misc.at45db642d"/>
|
||||
|
||||
<build type="header-file" value="Drivers/Board/AVR8/USBKEY/Buttons.h"/>
|
||||
<build type="header-file" value="Drivers/Board/AVR8/USBKEY/Dataflash.h"/>
|
||||
<build type="header-file" value="Drivers/Board/AVR8/USBKEY/Joystick.h"/>
|
||||
<build type="header-file" value="Drivers/Board/AVR8/USBKEY/LEDs.h"/>
|
||||
|
||||
<build type="define" name="BOARD" value="BOARD_USBKEY"/>
|
||||
</board>
|
||||
</asf>
|
||||
</lufa>
|
@ -1,18 +0,0 @@
|
||||
<!--
|
||||
LUFA Library
|
||||
Copyright (C) Dean Camera, 2013.
|
||||
|
||||
dean [at] fourwalledcubicle [dot] com
|
||||
www.lufa-lib.org
|
||||
-->
|
||||
|
||||
<!-- Atmel Studio framework integration file -->
|
||||
|
||||
<lufa>
|
||||
<asf>
|
||||
<board id="lufa.drivers.board.none" vendor="N/A" caption="NONE">
|
||||
<device-support value="avr"/>
|
||||
<build type="define" name="BOARD" value="BOARD_NONE"/>
|
||||
</board>
|
||||
</asf>
|
||||
</lufa>
|
Loading…
Reference in new issue