Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
a532f2ad
Commit
a532f2ad
authored
Mar 31, 2014
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Update to latest Atmel Studio integration binary, improve Getting Started page in the manual.
parent
d8f36aa7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/DoxygenPages/GettingStarted.txt
+12
-0
12 additions, 0 deletions
LUFA/DoxygenPages/GettingStarted.txt
LUFA/StudioIntegration/VSIX/LUFA.dll
+0
-0
0 additions, 0 deletions
LUFA/StudioIntegration/VSIX/LUFA.dll
with
12 additions
and
0 deletions
LUFA/DoxygenPages/GettingStarted.txt
+
12
−
0
View file @
a532f2ad
...
...
@@ -5,6 +5,10 @@
*/
/** \page Page_GettingStarted Getting Started
*
* Getting started with LUFA is easy; read the content below to get on your way to your first LUFA powered application.
*
* \section Sec_DemosOverview The LUFA Demo Applications
*
* Out of the box, LUFA contains a large number of pre-made class demos for you to test, experiment with and
* ultimately build upon for your own projects. All the demos (where possible) come pre-configured to build and
...
...
@@ -13,9 +17,17 @@
* popular Atmel USB demonstration board to date. To learn how to reconfigure, recompile and program the included
* LUFA applications using different settings, see the subsections below.
*
* \section Sec_ClassOrLowLevel Class Driver and Low Level Demos
*
* Most of the included demos in the /Demos/ folder come in both ClassDriver and LowLevel varieties. If you are new
* to LUFA, it is highly recommended that you look at the ClassDriver versions first, which use the pre-made USB
* Class Drivers (\ref Group_USBClassDrivers) to simplify the use of the standard USB classes in user applications.
* These demos give a basic but easy to use interface to the USB class used in the demo application, such as HID or
* CDC.
*
* Those needing absolute control over the class implementation can look at the LowLevel demos, which implement the
* required USB class directly in the demo application using the lowest level LUFA APIs.
*
*
* <b>Subsections:</b>
* \li \subpage Page_ConfiguringApps - How to Configure the Included Demos, Projects and Bootloaders
...
...
This diff is collapsed.
Click to expand it.
LUFA/StudioIntegration/VSIX/LUFA.dll
+
0
−
0
View file @
a532f2ad
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment