diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
commit | f2c241548010df18dcacf18979d80f40b31cd864 (patch) | |
tree | ca8e3197c7fd92e6903b2a41e4672fa0cf2cf861 /LUFA/StudioIntegration/lufa_common.xml | |
parent | 184efdaba6748cca403a3d40ec7cebf3b731e284 (diff) | |
download | lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.gz lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.bz2 lufa-f2c241548010df18dcacf18979d80f40b31cd864.zip |
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.
Diffstat (limited to 'LUFA/StudioIntegration/lufa_common.xml')
-rw-r--r-- | LUFA/StudioIntegration/lufa_common.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/LUFA/StudioIntegration/lufa_common.xml b/LUFA/StudioIntegration/lufa_common.xml index d882ae82a..9e17b188b 100644 --- a/LUFA/StudioIntegration/lufa_common.xml +++ b/LUFA/StudioIntegration/lufa_common.xml @@ -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>
|