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.

This commit is contained in:
Dean Camera 2013-01-07 16:05:21 +00:00
parent 09b2254b33
commit 3edd686a05
4 changed files with 50 additions and 44 deletions

View file

@ -29,6 +29,13 @@
<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"/>
<require idref="lufa.drivers.board"/>
</module>
<board id="lufa.common.dummyboard" vendor="LUFA" caption="NONE">
<device-support value="avr"/>
</board>
</asf>
</lufa>