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
bea72a84
Commit
bea72a84
authored
14 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation enhancements.
parent
f78b3eb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LUFA/ManPages/AlternativeStacks.txt
+7
-0
7 additions, 0 deletions
LUFA/ManPages/AlternativeStacks.txt
LUFA/ManPages/ChangeLog.txt
+1
-0
1 addition, 0 deletions
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
+2
-0
2 additions, 0 deletions
LUFA/ManPages/FutureChanges.txt
with
10 additions
and
0 deletions
LUFA/ManPages/AlternativeStacks.txt
+
7
−
0
View file @
bea72a84
...
...
@@ -29,6 +29,13 @@
* German Physicist. It compiles for AVR-GCC and can potentially be modified to work on other USB
* AVR models.
*
* - <b>Name:</b> FreakUSB Stack (<i>FreakLabs</i>) \n
* <b>Cost:</b> Free \n
* <b>License:</b> Modified BSD \n
* <b>Website:</b> http://freaklabs.org/index.php/FreakUSB-Open-Source-USB-Device-Stack.html \n
* <b>Description:</b> An open source simple USB stack for a selection of the USB AVRs. Contains a sample class driver
* for the CDC-ACM class, however other class driver implementations are also possible.
*
* - <b>Name:</b> PJRC Teensy Stack (<i>Paul Stoffregen</i>) \n
* <b>Cost:</b> Free \n
* <b>License:</b> BSD \n
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/ChangeLog.txt
+
1
−
0
View file @
bea72a84
...
...
@@ -70,6 +70,7 @@
* - Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set
* - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used
* - Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called
* - Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/FutureChanges.txt
+
2
−
0
View file @
bea72a84
...
...
@@ -20,6 +20,7 @@
* -# Re-add interrupt Pipe/Endpoint support
* -# Fix intermittent device mode enumeration errors
* -# Add HID report macros to make HID report editing easier
* -# Add endpoint/pipe bank kill macros
* - Documentation/Support
* -# Add detailed overviews of how each demo works
* -# Add board overviews
...
...
@@ -33,6 +34,7 @@
* -# Finish SideShow demo
* -# Finish StandaloneProgrammer project
* -# Arduino Uno compatible USB-MIDI, USB-HID
* -# Make Webserver project work in RNDIS device mode
* - Ports
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers
...
...
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