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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
fb3fcb96
Commit
fb3fcb96
authored
16 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Minor corrections to the library Doxygen documentation.
parent
ece9e3d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/LUFAPoweredProjects.txt
+15
-16
15 additions, 16 deletions
LUFA/LUFAPoweredProjects.txt
LUFA/MainPage.txt
+20
-3
20 additions, 3 deletions
LUFA/MainPage.txt
with
35 additions
and
19 deletions
LUFA/LUFAPoweredProjects.txt
+
15
−
16
View file @
fb3fcb96
...
@@ -4,28 +4,27 @@
...
@@ -4,28 +4,27 @@
* documentation pages. It is not a project source file.
* documentation pages. It is not a project source file.
*/
*/
/** \page LUFAPoweredProjects User Projects Powered by LUFA
/** \page
Page_
LUFAPoweredProjects User Projects Powered by LUFA
*
*
* LUFA is currently in use all around the world, in many applications both commercial and non-commercial. Below is a
* LUFA is currently in use all around the world, in many applications both commercial and non-commercial. Below is a
* list of known public LUFA powered projects, which all use the LUFA library in some way. Feel free to visit each project's
* list of known public LUFA powered projects, which all use the LUFA library in some way. Feel free to visit each project's
* home page for more information on each project.
* home page for more information on each project.
*
*
* If you have a project that you would like to add to this list, please contact m
y
via the details on the main page of this
* If you have a project that you would like to add to this list, please contact m
e
via the details on the main page of this
* documentation.
* documentation.
*
*
*
*
* Benito #7, an AVR Programmer: http://www.dorkbotpdx.org/blog/feurig/benito_7_the_next_big_thing \n
* - Benito #7, an AVR Programmer: http://www.dorkbotpdx.org/blog/feurig/benito_7_the_next_big_thing
* Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/ \n
* - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/
* USB10 AKA "The Ferret", a USB162 development board: http://www.soc-machines.com \n
* - USB10 AKA "The Ferret", a USB162 development board: http://www.soc-machines.com
* Bicycle POV: http://www.code.google.com/p/bicycleledpov/ \n
* - Bicycle POV: http://www.code.google.com/p/bicycleledpov/
* Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/ \n
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
* ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en \n
* - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en
* Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL \n
* - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL
* AVROpendous, an open design/source AT90USB162 development board: http://avropendous.org/ \n
* - AVROpendous, an open design/source AT90USB162 development board: http://avropendous.org/
* USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001 \n
* - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
* USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/ \n
* - USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/
* Teensy, another tiny AT90USB162 development board: http://www.pjrc.com/teensy/index.html \n
* - Teensy, another tiny AT90USB162 development board: http://www.pjrc.com/teensy/index.html
* SEGA Megadrive/Genesis Development Cartridge: http://www.spritesmind.net/_GenDev/forum/viewtopic.php?t=464 \n
* - SEGA Megadrive/Genesis Development Cartridge: http://www.spritesmind.net/_GenDev/forum/viewtopic.php?t=464
* CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig \n
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
*
*/
*/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
LUFA/MainPage.txt
+
20
−
3
View file @
fb3fcb96
...
@@ -12,9 +12,26 @@
...
@@ -12,9 +12,26 @@
* \section Sec_About About this library
* \section Sec_About About this library
*
*
* Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR
* Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AVR
* microcontrollers, released under the MIT license. Currently, the AT90USB1286, AT90USB1287, AT90USB646,
* microcontrollers, released under the MIT license.
* AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4, ATMEGA32U6 and ATMEGA32U4 AVR microcontrollers are supported by the
*
* library. Supported premade boards are the USBKEY, STK525, STK526, RZUSBSTICK and ATAVRUSBRF01.
* Currently supported AVR models:
* - AT90USB1286
* - AT90USB1287
* - AT90USB646
* - AT90USB647
* - AT90USB162
* - AT90USB82
* - ATMEGA16U4
* - ATMEGA32U6
* - ATMEGA32U4
*
* Currently supported Atmel boards:
* - AT90USBKEY
* - STK525
* - STK526
* - RZUSBSTICK
* - ATAVRUSBRF01
* - Custom User Boards
*
*
* The library is currently in a stable release, suitable for download and incorporation into user projects for
* The library is currently in a stable release, suitable for download and incorporation into user projects for
* both host and device modes. For information about the project progression, check out my blog.
* both host and device modes. For information about the project progression, check out my blog.
...
...
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
register
or
sign in
to comment