-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
<head>\r
<title>LUFA</title>\r
\r
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>\r
+\r
<style media="screen" type="text/css">\r
/* Reset */\r
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,\r
color: #998\r
}\r
\r
+ #footer\r
+ {\r
+ text-align: center;\r
+ font: normal 1em Georgia, sans-serif;\r
+ color: #CCB;\r
+ padding: 20px;\r
+ }\r
+\r
#content\r
{\r
background-color: #EAE0D6;\r
wizard from the <tt>File->New</tt> menu. Expand out the <em>FourWalledCubicle</em> node, then the <em>Dean Camera - LUFA</em> node to see a list\r
of LUFA projects.</p>\r
\r
- <img width="700px" src="NewExampleWizard.png"/>\r
+ <img width="700px" src="NewExampleWizard.png" alt="Atmel Studio New Example Wizard" />\r
\r
<h1>Configure LUFA</h1>\r
<p>The LUFA Atmel Studio extension is fully integrated into the Atmel Studio IDE, including the LUFA sub-modules. Open the\r
the LUFA library as the extension to configure from the <em>Available Modules</em> portion of the wizard. Here you can\r
add and remove LUFA modules to and from your project as you need them.</p>\r
\r
- <img width="700px" src="ASFWizard.png"/>\r
+ <img width="700px" src="ASFWizard.png" alt="Atmel ASF Module Wizard" />\r
\r
<h1>Find the Module APIs</h1>\r
<p>You can view your project's included LUFA modules any time you need to from the <em>ASF Explorer</em> window, accessible from\r
the <tt>ASF->ASF Explorer</tt> menu.</p> Here you can find a link to the module's corresponding API documentation in the LUFA\r
manual, as well as a direct link to the module's API header.\r
\r
- <img src="ASFExplorer.png"/>\r
+ <img src="ASFExplorer.png" alt="Atmel ASF Explorer Tool Window" />\r
\r
<h1>Get Help</h1>\r
<p>First and foremost, remember to consult the <a href="http://www.lufa-lib.org/documentation">LUFA documentation</a>\r
</p>\r
</div>\r
</div>\r
- <br/>\r
+ <div id="footer"><p>LUFA - <em>the Lightweight USB Framework for AVRs</em></p></div>\r
</body>\r
</html>\r
clean:
@rm -f $(TEMP_MANIFEST_XML) $(MODULE_OUTPUT_XML) $(EXTENSION_OUTPUT_XML) $(DOXYGEN_TAG_FILE_XML) $(DOXYGEN_COMBINED_XML)
+ @cd $(LUFA_ROOT)/.. && rm -f contents.zip exampleProjects.xml content.xml.cache extension.vsixmanifest asf-manifest.xml extension.xml $(notdir $(VSIX_ASSETS)) LUFA-*.vsix
$(DOXYGEN_TAG_FILE_XML):
@$(MAKE) -C ../ doxygen DOXYGEN_OVERRIDE_PARAMS="GENERATE_TAGFILE=Documentation/lufa_doc_tags.xml GENERATE_HTML=no GENERATE_XML=yes"
generate_xml: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
- @echo "Cleaning all Projects..."
- @make -C $(LUFA_ROOT)/../ clean
-
@echo "Generating ASF cache files..."
@rm -f $(LUFA_ROOT)/../content.xml.cache
@rm -f $(LUFA_ROOT)/../ExampleProjects.xml