2014-01-05 |
Dean Camera | Merge pull request #19 from mondalaci/attr-no-inline... |
tree | commitdiff |
2014-01-03 |
Dean Camera | Update copyrights for 2014. |
tree | commitdiff |
2013-05-18 |
Dean Camera | Fix broken RNDIS device demos when NO_ETHERNET_DECODE... |
tree | commitdiff |
2013-03-18 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2013-01-03 |
Dean Camera | Update copyright year to 2013. |
tree | commitdiff |
2012-10-05 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2012-06-26 |
Dean Camera | Fix accidental struct copies on the stack in the old... |
tree | commitdiff |
2012-05-27 |
Dean Camera | Merge in AppConfigHeaders branch to trunk, altering... |
tree | commitdiff |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-27 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-26 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-21 |
Dean Camera | AppConfigHeaders: Merge in latest trunk. |
tree | commitdiff |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
tree | commitdiff |
2012-05-20 |
Dean Camera | Merge in latest trunk. |
tree | commitdiff |
2012-05-15 |
Dean Camera | AppConfigHeaders: Make sure that in applications using... |
tree | commitdiff |
2012-05-13 |
Dean Camera | AppConfigHeaders: Move out the last of the demo/app... |
tree | commitdiff |
2012-05-13 |
Dean Camera | AppConfigHeaders: Switch class driver Device mode demos... |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file contributor copyrights for 2012. |
tree | commitdiff |
2012-02-04 |
Dean Camera | Update file header copyrights for 2012. |
tree | commitdiff |
2012-02-01 |
Dean Camera | Minor documentation improvements. |
tree | commitdiff |
2011-11-18 |
Dean Camera | Added Class, ClassDevice, ClassHost and ClassCommon... |
tree | commitdiff |
2011-10-09 |
Dean Camera | Fixed port state table corruption in the TCP layer... |
tree | commitdiff |
2011-10-07 |
Dean Camera | Fix incorrect function call name in USB_Host_SendContro... |
tree | commitdiff |
2011-09-21 |
Dean Camera | Add const qualifier to all PROGMEM data to prevent... |
tree | commitdiff |
2011-07-12 |
Dean Camera | Fixed error in the pipe unordered allocation algorithm... |
tree | commitdiff |
2011-07-11 |
Dean Camera | More endianness porting of the LUFA device mode class... |
tree | commitdiff |
2011-06-05 |
Dean Camera | Massive corrections to the project documentation and... |
tree | commitdiff |
2011-06-01 |
Dean Camera | Spell check library source code files. |
tree | commitdiff |
2011-05-22 |
Dean Camera | Add RNDIS Device support to the Webserver project,... |
tree | commitdiff |
2011-05-18 |
Dean Camera | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea... |
tree | commitdiff |
2011-04-10 |
Dean Camera | Remove redundant type information for bitfield elements... |
tree | commitdiff |
2011-01-30 |
Dean Camera | Removed SerialStream module, rolled functionality into... |
tree | commitdiff |
2011-01-01 |
Dean Camera | Update copyright year on all source files. |
tree | commitdiff |
2010-10-28 |
Dean Camera | Changed over fourwalledcubicle.com links to the new... |
tree | commitdiff |
2010-10-24 |
Dean Camera | All USB class drivers are now automatically included... |
tree | commitdiff |
2010-10-13 |
Dean Camera | Clean up excessive whitespace at the end of each line... |
tree | commitdiff |
2010-07-30 |
Dean Camera | More spell checking of all source files -- correct... |
tree | commitdiff |
2010-07-29 |
Dean Camera | Spell check all source files once again to find any... |
tree | commitdiff |
2010-07-21 |
Dean Camera | Update all demos, projects and bootloaders to indent... |
tree | commitdiff |
2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
tree | commitdiff |
2010-06-16 |
Dean Camera | Fix compile and Doxygen errors due to the spell-check... |
tree | commitdiff |
2010-06-15 |
Dean Camera | Change over Doxygen \note documentation to \pre where... |
tree | commitdiff |
2010-06-03 |
Dean Camera | Minor documentation cleanups. |
tree | commitdiff |
2010-05-26 |
Dean Camera | Switch to using the correct intptr_t type use where... |
tree | commitdiff |
2010-05-25 |
Dean Camera | Fixed RNDISEthernet demos crashing when calculating... |
tree | commitdiff |
2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
tree | commitdiff |
2010-04-28 |
Dean Camera | USB_Init() no longer calls sei() to enable global inter... |
tree | commitdiff |
2010-03-29 |
Dean Camera | Add briefs for the library core structures. |
tree | commitdiff |
2010-01-21 |
Dean Camera | Fix up the incomplete Webserver project so that it... |
tree | commitdiff |
2009-12-30 |
Dean Camera | Update copyright year to 2010. |
tree | commitdiff |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
tree | commitdiff |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
2009-10-08 |
Dean Camera | Application documentation/comment cleanup. |
tree | commitdiff |
2009-08-11 |
Dean Camera | Add CDC Host class driver EVENT_CDC_Host_ControLineStat... |
tree | commitdiff |
2009-08-07 |
Dean Camera | Cleanups to RNDIS device demos. Fix issue in RNDIS... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Make Control Endpoint stream transfers more reliable... |
tree | commitdiff |
2009-07-29 |
Dean Camera | Added 404 errors to the RNDIS Webserver example. |
tree | commitdiff |
2009-07-13 |
Dean Camera | Added compatibility list to the documentation of each... |
tree | commitdiff |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
tree | commitdiff |
2009-06-18 |
Dean Camera | Break device mode class driver interfaces into seperate... |
tree | commitdiff |
2009-06-15 |
Dean Camera | Doxygen corrections to fix Doxygen warnings in some... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Add host mode USB Class driver stubs, add beginnings... |
tree | commitdiff |
2009-06-05 |
Dean Camera | Move new Class Driver powered demos to a new ClassDrive... |
tree | commitdiff |
|