| Commit message (Expand) | Author | Age | Files | Lines |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -4/+4 |
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -2/+2 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -204/+204 |
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean Camera | 2010-04-13 | 1 | -0/+1 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -1/+11 |
* | Fix incorrect error when directly including the LUFA internal USB library com... | Dean Camera | 2010-02-24 | 1 | -1/+1 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -12/+6 |
* | More AVR32 achitecture ports. | Dean Camera | 2010-02-24 | 1 | -2/+2 |
* | More porting of the USB core to the AVR32. | Dean Camera | 2010-02-23 | 1 | -3/+3 |
* | Start porting the USB core to the AVR32 UC3B. | Dean Camera | 2010-02-23 | 1 | -3/+9 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -1/+6 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean Camera | 2009-12-09 | 1 | -1/+3 |
* | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean Camera | 2009-11-16 | 1 | -4/+4 |
* | Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE... | Dean Camera | 2009-08-07 | 1 | -4/+7 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -7/+7 |
* | Removed interrupt disable/enable from the Device mode control request process... | Dean Camera | 2009-08-02 | 1 | -1/+0 |
* | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean Camera | 2009-07-28 | 1 | -11/+17 |
* | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean Camera | 2009-07-28 | 1 | -32/+50 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -37/+24 |
* | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean Camera | 2009-06-18 | 1 | -0/+2 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 1 | -4/+3 |
* | Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph... | Dean Camera | 2009-05-20 | 1 | -3/+4 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -52/+6 |
* | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 1 | -0/+3 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 1 | -7/+7 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 1 | -19/+19 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -0/+9 |
* | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean Camera | 2009-04-19 | 1 | -1/+1 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 1 | -6/+0 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 1 | -0/+10 |
* | Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri... | Dean Camera | 2009-04-05 | 1 | -1/+1 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 1 | -3/+3 |
* | Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D... | Dean Camera | 2009-03-26 | 1 | -1/+4 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 1 | -0/+198 |