Move out dummy board module and add strong-references to it in each project, so that the correct project caption is generated inside Atmel Studio.

This commit is contained in:
Dean Camera 2013-01-12 22:23:58 +00:00
parent 184efdaba6
commit f2c2415480
76 changed files with 92 additions and 6 deletions

View file

@ -29,12 +29,6 @@
<build type="header-file" value="Common/BoardTypes.h"/>
<build type="header-file" value="Common/CompilerSpecific.h"/>
<build type="header-file" value="Common/Endianness.h"/>
<require idref="lufa.common.dummyboard"/>
</module>
<board id="lufa.common.dummyboard" vendor="LUFA" caption="NONE">
<device-support value="avr"/>
</board>
</asf>
</lufa>

View file

@ -10,6 +10,12 @@
<lufa>
<asf>
<board id="lufa.boards.dummy" vendor="LUFA" caption="LUFA">
<device-support value="avr"/>
<require idref="lufa.drivers.board"/>
</board>
<module type="driver" id="lufa.drivers.board.leds" caption="LUFA Board LED Driver">
<device-support-alias value="lufa_avr8"/>
<device-support-alias value="lufa_xmega"/>