aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2015-08-01 11:52:23 +1000
committerDean Camera <dean@fourwalledcubicle.com>2015-08-01 11:52:23 +1000
commit7c9c3d15e0b772a8bf26c9695236b80cb26c71b5 (patch)
treec0378678154e022f244d846527f6473e1111e2f5 /LUFA/StudioIntegration
parent617763ae20a9fbd35ed86956450f1555286636af (diff)
downloadlufa-7c9c3d15e0b772a8bf26c9695236b80cb26c71b5.tar.gz
lufa-7c9c3d15e0b772a8bf26c9695236b80cb26c71b5.tar.bz2
lufa-7c9c3d15e0b772a8bf26c9695236b80cb26c71b5.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/VSIX/extension.vsixmanifest5
-rw-r--r--LUFA/StudioIntegration/lufa.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
index ea6edeb25..cfb82ed12 100644
--- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
+++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest
@@ -15,19 +15,20 @@
<SupportedProducts>
<IsolatedShell Version="6.1">AtmelStudio</IsolatedShell>
<IsolatedShell Version="6.2">AtmelStudio</IsolatedShell>
+ <IsolatedShell Version="7.0">AtmelStudio</IsolatedShell>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.5"/>
<Locale>1033</Locale>
- <AllUsers>false</AllUsers>
+ <AllUsers>false</AllUsers>
</Identifier>
<References/>
<Content>
<VsPackage>LUFA.pkgdef</VsPackage>
- <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
+ <CustomExtension Type="MSHelp">helpcontentsetup.msha</CustomExtension>
<CustomExtension Type="asf-manifest">asf-manifest.xml</CustomExtension>
</Content>
</Vsix>
diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml
index 28afdda58..ecbb1d679 100644
--- a/LUFA/StudioIntegration/lufa.xml
+++ b/LUFA/StudioIntegration/lufa.xml
@@ -58,7 +58,7 @@
<device-support value="atxmega128b1"/>
<device-support value="atxmega64c3"/>
<device-support value="atxmega128c3"/>
- <!-- <device-support value="atxmega192c3"/> Wait for ASFP-3339 merge and release before enabling -->
+ <device-support value="atxmega192c3"/>
<device-support value="atxmega256c3"/>
<device-support value="atxmega384c3"/>
<device-support value="atxmega16c4"/>