2010-10-29 |
Dean Camera | Oops - typos in the naming of the NBUSYBK0 bits breakin... |
blob | commitdiff |
2010-10-29 |
Dean Camera | Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks... |
blob | commitdiff | diff to current |
2010-10-28 |
Dean Camera | Move RNDISConstants.h into the RNDIS class driver commo... |
blob | commitdiff | diff to current |
2010-10-28 |
Dean Camera | Changed over fourwalledcubicle.com links to the new... |
blob | commitdiff | diff to current |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
blob | commitdiff | diff to current |
2010-10-12 |
Dean Camera | Fixed MIDI_Host_Flush() not aborting early when the... |
blob | commitdiff | diff to current |
2010-10-12 |
Dean Camera | Remove USB_MODE_* macros, replace with a semantically... |
blob | commitdiff | diff to current |
2010-09-30 |
Dean Camera | Reverted Endpoint/Pipe non-sequential configuration... |
blob | commitdiff | diff to current |
2010-08-24 |
Dean Camera | Better documentation for the Endpoint_ConfigureEndpoint... |
blob | commitdiff | diff to current |
2010-08-22 |
Dean Camera | Split out endpoint and pipe stream functions into new... |
blob | commitdiff | diff to current |
2010-08-09 |
Dean Camera | Removed complicated logic for the Endpoint_ConfigureEnd... |
blob | commitdiff | diff to current |
2010-07-22 |
Dean Camera | Convert over internal pseudo-function macros to true... |
blob | commitdiff | diff to current |
2010-07-21 |
Dean Camera | Replace internal Pipe_BytesToEPSizeMask() routine with... |
blob | commitdiff | diff to current |
2010-07-21 |
Dean Camera | Add missing const qualifiers to class drivers. |
blob | commitdiff | diff to current |
2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
blob | commitdiff | diff to current |
2010-06-17 |
Dean Camera | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). |
blob | commitdiff | diff to current |
2010-06-15 |
Dean Camera | Change over Doxygen \note documentation to \pre where... |
blob | commitdiff | diff to current |
2010-05-29 |
Dean Camera | Fix spacing of the function parameter descriptions... |
blob | commitdiff | diff to current |
2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
blob | commitdiff | diff to current |
2010-04-13 |
Dean Camera | Removed two-step endpoint/pipe bank clear and switch... |
blob | commitdiff | diff to current |
2010-03-29 |
Dean Camera | Add file-level brief documentation. |
blob | commitdiff | diff to current |
2010-02-24 |
Dean Camera | Fix incorrect error when directly including the LUFA... |
blob | commitdiff | diff to current |
2010-02-24 |
Dean Camera | Revert changes made for the partial port to the AVR32... |
blob | commitdiff | diff to current |
2010-02-24 |
Dean Camera | More AVR32 achitecture ports. |
blob | commitdiff | diff to current |
2010-02-23 |
Dean Camera | More porting of the USB core to the AVR32. |
blob | commitdiff | diff to current |
2010-02-23 |
Dean Camera | Start porting the USB core to the AVR32 UC3B. |
blob | commitdiff | diff to current |
2010-02-11 |
Dean Camera | Add more include protection macros to give the user... |
blob | commitdiff | diff to current |
2010-02-01 |
Dean Camera | Fixed Pipe_IsEndpointBound() function not taking the... |
blob | commitdiff | diff to current |
2009-12-30 |
Dean Camera | Update copyright year to 2010. |
blob | commitdiff | diff to current |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
blob | commitdiff | diff to current |
2009-12-13 |
Dean Camera | Use -pedantic compile time option to find and correct... |
blob | commitdiff | diff to current |
2009-11-25 |
Dean Camera | Added new RNDISHost Host LowLevel demo. Fixed misnamed... |
blob | commitdiff | diff to current |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
blob | commitdiff | diff to current |
2009-11-06 |
Dean Camera | Add double banking property to LUFA powered projects... |
blob | commitdiff | diff to current |
2009-10-18 |
Dean Camera | Moved USBtoSerial demo the Projects directory, as it... |
blob | commitdiff | diff to current |
2009-10-03 |
Dean Camera | Minor documentation fixups. |
blob | commitdiff | diff to current |
2009-09-30 |
Dean Camera | Removed mostly useless "TestApp" demo, as it was mainly... |
blob | commitdiff | diff to current |
2009-09-24 |
Dean Camera | Doxygen fixes to \param directives to give data directi... |
blob | commitdiff | diff to current |
2009-09-21 |
Dean Camera | Add const qualifiers to Host mode Class drivers. |
blob | commitdiff | diff to current |
2009-09-20 |
Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... |
blob | commitdiff | diff to current |
2009-09-02 |
Dean Camera | Add StillImage Host Class Driver functions for opening... |
blob | commitdiff | diff to current |
2009-08-26 |
Dean Camera | Oops: Really disable building of Projects/Host/ClassDri... |
blob | commitdiff | diff to current |
2009-08-25 |
Dean Camera | Optimized Endpoint_Read_Word_* and Pipe_Read_Word_... |
blob | commitdiff | diff to current |
2009-08-20 |
Dean Camera | Add LOAD ADDRESS command parsing to the V2 Protocol... |
blob | commitdiff | diff to current |
2009-07-26 |
Dean Camera | Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin... |
blob | commitdiff | diff to current |
2009-07-20 |
Dean Camera | Move unfinished SideShow source files to nested Lib... |
blob | commitdiff | diff to current |
2009-07-19 |
Dean Camera | Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failu... |
blob | commitdiff | diff to current |
2009-07-13 |
Dean Camera | Fix broken Pipe stream function templates due to mixed... |
blob | commitdiff | diff to current |
2009-07-13 |
Dean Camera | Added new EEPROM and FLASH buffer versions of the Endpo... |
blob | commitdiff | diff to current |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
blob | commitdiff | diff to current |
2009-06-23 |
Dean Camera | Pipe_ConfigurePipe() now automatically defaults IN... |
blob | commitdiff | diff to current |
2009-06-23 |
Dean Camera | Fixed CDCHost demo unfreezing IN pipes during configura... |
blob | commitdiff | diff to current |
2009-06-18 |
Dean Camera | Added new USB_Host_ClearPipeStall() convenience functio... |
blob | commitdiff | diff to current |
2009-06-16 |
Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... |
blob | commitdiff | diff to current |
2009-05-19 |
Dean Camera | USB_IsConnected is now cleared before the USB_Disconnec... |
blob | commitdiff | diff to current |
2009-05-18 |
Dean Camera | Rewritten event system to remove all macros, to make... |
blob | commitdiff | diff to current |
2009-05-15 |
Dean Camera | Create a new function pointer type in StreamCallbacks... |
blob | commitdiff | diff to current |
2009-05-14 |
Dean Camera | Removed all user pipe/endpoint interrupt APIs, added... |
blob | commitdiff | diff to current |
2009-05-12 |
Dean Camera | Fixed Mouse and Keyboard device demos not acting in... |
blob | commitdiff | diff to current |
2009-05-04 |
Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... |
blob | commitdiff | diff to current |
2009-05-03 |
Dean Camera | More minor renaming of library enums and events to... |
blob | commitdiff | diff to current |
2009-04-22 |
Dean Camera | Documentation enhancements to improve documentation... |
blob | commitdiff | diff to current |
2009-04-22 |
Dean Camera | USB_HostRequest renamed to USB_ControlRequest, entire... |
blob | commitdiff | diff to current |
2009-04-21 |
Dean Camera | Removed specialized Endpoint_ClearControl* and Pipe_Cle... |
blob | commitdiff | diff to current |
2009-04-20 |
Dean Camera | Changed over all deprecated GCC structure tag initializ... |
blob | commitdiff | diff to current |
2009-04-19 |
Dean Camera | Fixed incorrect HID interface class and subclass values... |
blob | commitdiff | diff to current |
2009-04-17 |
Dean Camera | More documentation changes for better module-level... |
blob | commitdiff | diff to current |
2009-04-16 |
Dean Camera | Partial commit: change references to Drivers/AT90USBXXX... |
blob | commitdiff | diff to current |
2009-04-16 |
Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... |
blob | commitdiff | diff to current |
2009-04-05 |
Dean Camera | Removed all binary constants and replaced with decimal... |
blob | commitdiff | diff to current |
2009-04-05 |
Dean Camera | Move StdRequestType.h, StreamCallbacks.h, USBMode.h... |
blob | commitdiff | diff to current |
2009-04-01 |
Dean Camera | All comments in the library, bootloaders, demos and... |
blob | commitdiff | diff to current |
2009-03-26 |
Dean Camera | Fixed USBTask.h not conditionally including HostChapter... |
blob | commitdiff | diff to current |
2009-03-16 |
Dean Camera | Added extra output to makefiles to indicate the current... |
blob | commitdiff | diff to current |
2009-03-10 |
Dean Camera | Fixed incorrect/missing control status stage transfers... |
blob | commitdiff | diff to current |
2009-03-04 |
Dean Camera | Updated makefiles to reflect new dfu-ee programming... |
blob | commitdiff | diff to current |
2009-02-23 |
Dean Camera | Moved all source to the trunk directory. |
blob | commitdiff | diff to current |
|