aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/lufa_common.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-11 22:05:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-11 22:05:12 +0000
commitcae97e1ac329aa46041093f3ac349d113b802fa9 (patch)
treee8e35b4679ed293036d3b533e926bf4a23bfa770 /LUFA/StudioIntegration/lufa_common.xml
parent5cdc29616ceed081e76de2439ed03a0e6c3a7dd1 (diff)
downloadlufa-cae97e1ac329aa46041093f3ac349d113b802fa9.tar.gz
lufa-cae97e1ac329aa46041093f3ac349d113b802fa9.tar.bz2
lufa-cae97e1ac329aa46041093f3ac349d113b802fa9.zip
Add board definitions to the pseudo-board selector module in the Atmel Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_common.xml')
-rw-r--r--LUFA/StudioIntegration/lufa_common.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/lufa_common.xml b/LUFA/StudioIntegration/lufa_common.xml
index fce434760..d882ae82a 100644
--- a/LUFA/StudioIntegration/lufa_common.xml
+++ b/LUFA/StudioIntegration/lufa_common.xml
@@ -31,11 +31,10 @@
<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
+</lufa>