aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/lufa_common.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-07 16:05:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-07 16:05:21 +0000
commit3edd686a053a13dd89b4aea29ad28a427e120af6 (patch)
treea2ff815c6230b8322d5a8b43c514b937ba6d4f0a /LUFA/StudioIntegration/lufa_common.xml
parent09b2254b33221e8a07466e91622313e20a7d7345 (diff)
downloadlufa-3edd686a053a13dd89b4aea29ad28a427e120af6.tar.gz
lufa-3edd686a053a13dd89b4aea29ad28a427e120af6.tar.bz2
lufa-3edd686a053a13dd89b4aea29ad28a427e120af6.zip
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.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_common.xml')
-rw-r--r--LUFA/StudioIntegration/lufa_common.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/lufa_common.xml b/LUFA/StudioIntegration/lufa_common.xml
index dac1efcf7..fce434760 100644
--- a/LUFA/StudioIntegration/lufa_common.xml
+++ b/LUFA/StudioIntegration/lufa_common.xml
@@ -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> \ No newline at end of file