aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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