From bea72a8412f99b294c00341fa16a8308bcc66f15 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 12 Oct 2010 10:40:42 +0000 Subject: [PATCH] Minor documentation enhancements. --- LUFA/ManPages/AlternativeStacks.txt | 7 +++++++ LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/FutureChanges.txt | 2 ++ 3 files changed, 10 insertions(+) diff --git a/LUFA/ManPages/AlternativeStacks.txt b/LUFA/ManPages/AlternativeStacks.txt index 60342f8e8f..a1ba858da8 100644 --- a/LUFA/ManPages/AlternativeStacks.txt +++ b/LUFA/ManPages/AlternativeStacks.txt @@ -29,6 +29,13 @@ * German Physicist. It compiles for AVR-GCC and can potentially be modified to work on other USB * AVR models. * + * - Name: FreakUSB Stack (FreakLabs) \n + * Cost: Free \n + * License: Modified BSD \n + * Website: http://freaklabs.org/index.php/FreakUSB-Open-Source-USB-Device-Stack.html \n + * Description: 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. + * * - Name: PJRC Teensy Stack (Paul Stoffregen) \n * Cost: Free \n * License: BSD \n diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 26fa2bba76..e16a33de59 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -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 * New: diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 6753acb169..a6f52d1193 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -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