From c07d670b6c2861595e12f7630cf46b3c8a910cc5 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 22 May 2013 16:47:11 +0200 Subject: Update to a new XAML GUI based version of the Atmel Studio integration blob. --- LUFA/StudioIntegration/Blob/LUFA.dll | Bin 384512 -> 587264 bytes LUFA/StudioIntegration/VSIX/ASFExplorer.png | Bin 10144 -> 0 bytes LUFA/StudioIntegration/VSIX/ASFWizard.png | Bin 36781 -> 0 bytes LUFA/StudioIntegration/VSIX/GettingStarted.htm | 169 --------------------- LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png | Bin 53172 -> 0 bytes LUFA/StudioIntegration/VSIX/NewExampleWizard.png | Bin 94460 -> 0 bytes LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 1 - LUFA/StudioIntegration/makefile | 5 - 8 files changed, 175 deletions(-) delete mode 100644 LUFA/StudioIntegration/VSIX/ASFExplorer.png delete mode 100644 LUFA/StudioIntegration/VSIX/ASFWizard.png delete mode 100644 LUFA/StudioIntegration/VSIX/GettingStarted.htm delete mode 100644 LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png delete mode 100644 LUFA/StudioIntegration/VSIX/NewExampleWizard.png (limited to 'LUFA/StudioIntegration') diff --git a/LUFA/StudioIntegration/Blob/LUFA.dll b/LUFA/StudioIntegration/Blob/LUFA.dll index a5dc43692..3b408dc8c 100644 Binary files a/LUFA/StudioIntegration/Blob/LUFA.dll and b/LUFA/StudioIntegration/Blob/LUFA.dll differ diff --git a/LUFA/StudioIntegration/VSIX/ASFExplorer.png b/LUFA/StudioIntegration/VSIX/ASFExplorer.png deleted file mode 100644 index 46ca80765..000000000 Binary files a/LUFA/StudioIntegration/VSIX/ASFExplorer.png and /dev/null differ diff --git a/LUFA/StudioIntegration/VSIX/ASFWizard.png b/LUFA/StudioIntegration/VSIX/ASFWizard.png deleted file mode 100644 index 018f315f9..000000000 Binary files a/LUFA/StudioIntegration/VSIX/ASFWizard.png and /dev/null differ diff --git a/LUFA/StudioIntegration/VSIX/GettingStarted.htm b/LUFA/StudioIntegration/VSIX/GettingStarted.htm deleted file mode 100644 index 1cb595c9b..000000000 --- a/LUFA/StudioIntegration/VSIX/GettingStarted.htm +++ /dev/null @@ -1,169 +0,0 @@ - - - - Getting Started with LUFA - - - - - - -
- - -
-

The LUFA extension is now installed into Atmel Studio, and - is ready for use. -

- -

Create an Example Project

-

LUFA comes with a variety of example projects, showing off several of the library features. Also included is a number of - bootloaders, full LUFA powered projects, and several user-contributed projects. To see these, open the New Example Project - wizard from the File→New menu. Expand out the FourWalledCubicle node, then the Dean Camera - LUFA node to see a list - of LUFA projects. -

- - Atmel Studio New Example Wizard - -

Configure LUFA

-

The LUFA Atmel Studio extension is fully integrated into the Atmel Studio IDE, including the LUFA sub-modules. Open the - ASF Wizard from the ASF→ASF Wizard menu, choose your project from your current solution, then choose - the LUFA library as the extension to configure from the Available Modules portion of the wizard. Here you can - add and remove LUFA modules to and from your project as you need them. -

- - Atmel ASF Module Wizard - -

Find the Module APIs

-

You can view your project's included LUFA modules any time you need to from the ASF Explorer window, accessible from - the ASF→ASF Explorer menu. Here you can find a link to the module's corresponding API documentation in the LUFA - manual, as well as a direct link to the module's API header. -

- - Atmel ASF Explorer Tool Window - -

Get Help

-

If you installed the integrated help package, you can view the LUFA manual from the Help→View Help menu, or just - jump directly to the relevant documentation for a function, variable, type or other LUFA symbol in your code by first selecting - it and pressing the F1 key. If the integrated Help package fails to install, you can re-try from the - Help→LUFA Help→Reinstall Local Help menu entry. -

- - Atmel ASF Module Wizard - -

The latest LUFA manual is also available for viewing online, if you - do not wish to use the integrated help. -

-

- If you are still stuck and need help, please post on the LUFA Mailing List - - or just search the mailing list archives to see if your question has already been answered. -

- -

Read About the Latest Developments

-

Keep up to date with the latest LUFA news; read the author's blog, - or see the author's website. -

-
-
- - - diff --git a/LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png b/LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png deleted file mode 100644 index 3f9d2cae7..000000000 Binary files a/LUFA/StudioIntegration/VSIX/LUFAHelpMenu.png and /dev/null differ diff --git a/LUFA/StudioIntegration/VSIX/NewExampleWizard.png b/LUFA/StudioIntegration/VSIX/NewExampleWizard.png deleted file mode 100644 index 8cefaade2..000000000 Binary files a/LUFA/StudioIntegration/VSIX/NewExampleWizard.png and /dev/null differ diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index 552b15575..87d4ecc18 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -26,7 +26,6 @@ LUFA.pkgdef - GettingStarted.htm helpcontentsetup.msha asf-manifest.xml diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 916593a99..4fc4cd848 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -33,11 +33,6 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ $(LUFA_ROOT)/DoxygenPages/Images/LUFA.png \ $(LUFA_ROOT)/License.txt \ VSIX/"[Content_Types].xml" \ - VSIX/ASFExplorer.png \ - VSIX/ASFWizard.png \ - VSIX/LUFAHelpMenu.png \ - VSIX/NewExampleWizard.png \ - VSIX/GettingStarted.htm \ Blob/LUFA.dll \ Blob/LUFA.pkgdef VSIX_GEN_PARAMS := --stringparam extension-version "$(EXT_VERSION_NUM)" \ -- cgit v1.2.3