aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix incorrect preprocessor checks in the PLL prescaler mask determination ↵Dean Camera2010-01-161-0/+1
| | | | code for the ATMEGA32U2.
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed ↵Dean Camera2010-01-041-0/+5
| | | | | | before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function.
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-1/+4
|
* Minor documentation updates.Dean Camera2009-12-291-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-0/+1
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+1
| | | | | | Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device. Removed string descriptors from the TeensyHID bootloader to reduce its size.
* Start of implementation of the low level TPI programming protocol in the ↵Dean Camera2009-12-231-1/+1
| | | | AVRISP project.
* Complete initial working revision of PDI programming in the AVRISP project ↵Dean Camera2009-12-151-2/+4
| | | | (XMEGAs can now be programmed by the firmware).
* Minor code cleanups for clarity.Dean Camera2009-11-111-0/+1
|
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where ↵Dean Camera2009-11-041-0/+1
| | | | | | possible to reduce code size and (potentially) allow for centralized status stage timeouts. Fix Joystick device demo HID descriptors - buttons should be placed outside the Pointer collection.
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-3/+5
| | | | Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
* Changed Audio Class driver sample read/write functions to be inline, to ↵Dean Camera2009-10-031-0/+1
| | | | | | reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode.
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make ↵Dean Camera2009-10-011-1/+1
| | | | construction of a standard ISP programmer easier.
* Changed Still Image Host class driver to auto-fill TransactionID element of ↵Dean Camera2009-09-061-0/+2
| | | | | | | | sent headers depending on the current session state. CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker). The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-2/+3
| | | | | | Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
* Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean Camera2009-08-111-0/+1
| | | | | | | | | | a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
* Fix issue in CDC device class driver where received data the size of the ↵Dean Camera2009-08-111-2/+2
| | | | | | | | data endpoint could lock up the driver. Further work on the new CDC and HID host mode class drivers. Reset changelog et. al. to reset development information for the new version currently under development.
* Ensure new Benito Programmer project matches Don's established LED behaviour ↵Dean Camera2009-07-241-2/+2
| | | | - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
* Added better module summaries.Dean Camera2009-07-141-0/+1
|
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+1
| | | | | | | | Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed. Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails. Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
* Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to ↵Dean Camera2009-06-221-6/+7
| | | | Opendous Inc.).
* Add new temp LUFA project logo to the manual.Dean Camera2009-06-211-1/+1
|
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the ↵Dean Camera2009-06-201-7/+24
| | | | internal unique serial number as the device's serial number descriptor on supported AVR models.
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+32