- 16 Jan, 2010 1 commit
-
-
Dean Camera authored
-
- 04 Jan, 2010 2 commits
-
-
Dean Camera authored
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed 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.
-
Dean Camera authored
-
- 29 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 28 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 26 Dec, 2009 1 commit
-
-
Dean Camera authored
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.
-
- 23 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 15 Dec, 2009 1 commit
-
-
Dean Camera authored
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
-
- 11 Nov, 2009 1 commit
-
-
Dean Camera authored
-
- 04 Nov, 2009 1 commit
-
-
Dean Camera authored
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where 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.
-
- 08 Oct, 2009 1 commit
-
-
Dean Camera authored
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
-
- 03 Oct, 2009 1 commit
-
-
Dean Camera authored
Changed Audio Class driver sample read/write functions to be inline, to 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.
-
- 01 Oct, 2009 1 commit
-
-
Dean Camera authored
Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make construction of a standard ISP programmer easier.
-
- 06 Sep, 2009 1 commit
-
-
Dean Camera authored
Changed Still Image Host class driver to auto-fill TransactionID element of 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.
-
- 13 Aug, 2009 1 commit
-
-
Dean Camera authored
Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
-
- 11 Aug, 2009 2 commits
-
-
Dean Camera authored
Fixed swapped paremeters in the HID state memory copy call while processing 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.
-
Dean Camera authored
Fix issue in CDC device class driver where received data the size of the 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.
-
- 24 Jul, 2009 1 commit
-
-
Dean Camera authored
Ensure new Benito Programmer project matches Don's established LED behaviour - flash LED while generating target /RESET pulse, ping-pong LEDs during enumeration.
-
- 14 Jul, 2009 1 commit
-
-
Dean Camera authored
-
- 26 Jun, 2009 1 commit
-
-
Dean Camera authored
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.
-
- 22 Jun, 2009 1 commit
-
-
Dean Camera authored
-
- 21 Jun, 2009 1 commit
-
-
Dean Camera authored
-
- 20 Jun, 2009 1 commit
-
-
Dean Camera authored
Added USE_INTERNAL_SERIAL compile time option to automatically read out the internal unique serial number as the device's serial number descriptor on supported AVR models.
-
- 15 Jun, 2009 1 commit
-
-
Dean Camera authored
-
- 13 May, 2009 1 commit
-
-
Dean Camera authored
Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.
-
- 04 May, 2009 1 commit
-
-
Dean Camera authored
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references.
-
- 01 Apr, 2009 1 commit
-
-
Dean Camera authored
-
- 27 Mar, 2009 1 commit
-
-
Dean Camera authored
Add new page to the documentation listing existing LUFA powered projects, fix up some inaccuracies in the documentation.
-