| 2010-08-02 |
Dean Camera | Hide the PROGMEM attribute from Doxygen, as it appears... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | More spell checking of all source files -- correct... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | Fix typo in DualVirtualSerial.c due to the changed... |
tree | commitdiff |
| 2010-07-30 |
Dean Camera | Altered the CDC Deivice and Host Class drivers' receive... |
tree | commitdiff |
| 2010-07-29 |
Dean Camera | Spell check all source files once again to find any... |
tree | commitdiff |
| 2010-07-29 |
Dean Camera | Added support to the AVRISP-MKII project for ISP speeds... |
tree | commitdiff |
| 2010-07-26 |
Dean Camera | Add missing INTERRUPT_CONTROL_ENDPOINT compile time... |
tree | commitdiff |
| 2010-07-26 |
Dean Camera | Add stream callback flags and class specific control... |
tree | commitdiff |
| 2010-07-22 |
Dean Camera | Fix up minor whitespace formatting errors. |
tree | commitdiff |
| 2010-07-21 |
Dean Camera | Update all demos, projects and bootloaders to indent... |
tree | commitdiff |
| 2010-07-21 |
Dean Camera | Add missing const qualifiers to class drivers. |
tree | commitdiff |
| 2010-07-19 |
Dean Camera | Update makefiles to use the latest WinAVR/Atmel toolcha... |
tree | commitdiff |
| 2010-07-18 |
Dean Camera | Change over all makefiles to use C99 standards mode... |
tree | commitdiff |
| 2010-07-15 |
Dean Camera | Disable strict aliasing explicitly in the project makef... |
tree | commitdiff |
| 2010-07-15 |
Dean Camera | Removed the automated checking of event names in the... |
tree | commitdiff |
| 2010-07-15 |
Dean Camera | Fix pointer aliasing warning in the Mass Storage demos. |
tree | commitdiff |
| 2010-07-13 |
Dean Camera | Added const attributes to some of the class driver... |
tree | commitdiff |
| 2010-07-13 |
Dean Camera | Add AVRStudio 4 project files to the ClassDriver Device... |
tree | commitdiff |
| 2010-07-12 |
Dean Camera | Add missing clean_doxygen phony targets to the project... |
tree | commitdiff |
| 2010-07-09 |
Dean Camera | Oops - fix errors in the MassStorageKeyboard SCSI drive... |
tree | commitdiff |
| 2010-07-09 |
Dean Camera | Rewrote the implementation of the SwapEndian_16() and... |
tree | commitdiff |
| 2010-07-02 |
Dean Camera | Added new Drivers/USB/LowLevel/Device.c file to house... |
tree | commitdiff |
| 2010-06-25 |
Dean Camera | Fix Doxygen formatting of parameters for the CALLBACK_H... |
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-12 |
Dean Camera | Minor fixes to demos to add in some missing comments... |
tree | commitdiff |
| 2010-06-06 |
Dean Camera | Fix incorrect copyright attribution on the class-driver... |
tree | commitdiff |
| 2010-06-03 |
Dean Camera | More documentation fixes. |
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-23 |
Dean Camera | Remove obsolete entry from the Doxygen configuration... |
tree | commitdiff |
| 2010-05-20 |
Dean Camera | Renamed CDC device class demos' ManagementEndpoint... |
tree | commitdiff |
| 2010-05-09 |
Dean Camera | Add new ReportType parameter to the HID class driver... |
tree | commitdiff |
| 2010-05-08 |
Dean Camera | Add svn:eol-style property to source files, so that... |
tree | commitdiff |
| 2010-05-07 |
Dean Camera | Change over instances of "make" in the makefiles to... |
tree | commitdiff |
| 2010-05-06 |
Dean Camera | Remove incorrect Abstract Call Management class specifi... |
tree | commitdiff |
| 2010-04-28 |
Dean Camera | Relocate USBInterrupt.c/.h from the HighLevel USB drive... |
tree | commitdiff |
| 2010-04-28 |
Dean Camera | USB_Init() no longer calls sei() to enable global inter... |
tree | commitdiff |
| 2010-04-19 |
Dean Camera | Make bluetooth SDP code correctly unpack the search... |
tree | commitdiff |
| 2010-04-18 |
Dean Camera | Add const keyword to the demo function parameters where... |
tree | commitdiff |
| 2010-04-13 |
Dean Camera | Removed two-step endpoint/pipe bank clear and switch... |
tree | commitdiff |
| 2010-03-29 |
Dean Camera | Add briefs for the library core structures. |
tree | commitdiff |
| 2010-03-24 |
Dean Camera | Fixed compilation error in the AudioInput demos when... |
tree | commitdiff |
| 2010-03-22 |
Dean Camera | Standardized the naming scheme given to configuration... |
tree | commitdiff |
| 2010-02-16 |
Dean Camera | Make sure the button report set masks use OR in all... |
tree | commitdiff |
| 2010-02-08 |
Dean Camera | Fix AVRISP-MKII clone project's TPI Chip Erase command... |
tree | commitdiff |
| 2010-02-07 |
Dean Camera | Added Keyboard LED report masks (KEYBOARD_LED_*) to... |
tree | commitdiff |
| 2010-02-07 |
Dean Camera | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_... |
tree | commitdiff |
| 2010-02-04 |
Dean Camera | New BOARD value option BOARD_NONE (equivelent to not... |
tree | commitdiff |
| 2010-02-03 |
Dean Camera | Exlude the "INCLUDE_FROM_*" macros from the individual... |
tree | commitdiff |
| 2010-02-02 |
Dean Camera | Minor fixups to the documentation and preprocessor... |
tree | commitdiff |
| 2010-01-29 |
Dean Camera | Update driver INF files - change manufacturer name... |
tree | commitdiff |
| 2010-01-28 |
Dean Camera | Fix up project documentation files' overview tables... |
tree | commitdiff |
| 2010-01-25 |
Dean Camera | Add Webserver project Doxygen configuration file and... |
tree | commitdiff |
| 2010-01-25 |
Dean Camera | Added explicit ADC channel masks for the standard set... |
tree | commitdiff |
| 2010-01-21 |
Dean Camera | Fix up the incomplete Webserver project so that it... |
tree | commitdiff |
| 2010-01-19 |
Dean Camera | Changed XPLAINBridge project to be both a USB to USART... |
tree | commitdiff |
| 2010-01-12 |
Dean Camera | Fixed incorrect interface values in the VirtualSerialMo... |
tree | commitdiff |
| 2010-01-06 |
Dean Camera | Update Doxygen configuration files to the latest Doxyge... |
tree | commitdiff |
| 2010-01-05 |
Dean Camera | Added support to the MIDI Class drivers for packed... |
tree | commitdiff |
| 2010-01-04 |
Dean Camera | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check... |
tree | commitdiff |
| 2010-01-03 |
Dean Camera | Clean up MassStorageKeyboard demo. |
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-12-09 |
Dean Camera | Increase timeout of Mass Storage and Still Image host... |
tree | commitdiff |
| 2009-12-07 |
Dean Camera | Fix newly renamed VirtualSerial demos' include filename... |
tree | commitdiff |
| 2009-12-07 |
Dean Camera | Additional file renames and modifications to change... |
tree | commitdiff |
| 2009-12-07 |
Dean Camera | Rename CDC demos to VirtualSerial. |
tree | commitdiff |
| 2009-11-26 |
Dean Camera | Make MIDI device demos also turn off the on board LEDs... |
tree | commitdiff |
| 2009-11-25 |
Dean Camera | Fix build and Doxygen errors. |
tree | commitdiff |
| 2009-11-23 |
Dean Camera | Added new ReportType parameter to the HID Device Class... |
tree | commitdiff |
| 2009-11-23 |
Dean Camera | Fixed incorrect values for REPORT_ITEM_TYPE_* enum... |
tree | commitdiff |
| 2009-11-23 |
Dean Camera | The incomplete StandaloneProgrammer project now uses... |
tree | commitdiff |
| 2009-11-23 |
Dean Camera | Removed code to zero reports between two keyboard repor... |
tree | commitdiff |
| 2009-11-20 |
Dean Camera | Fixed Endpoint_Write_Control_Stream_* functions not... |
tree | commitdiff |
| 2009-11-20 |
Dean Camera | Fixed LowLevel Keyboard demo not saving the issued... |
tree | commitdiff |
| 2009-11-17 |
Dean Camera | Make RNDISHost demo validate the set Packet Filter... |
tree | commitdiff |
| 2009-11-15 |
Dean Camera | Cleanups to the MassStorage Device demos, and the MassS... |
tree | commitdiff |
| 2009-11-13 |
Dean Camera | Corrections, improvements and additions to the incomple... |
tree | commitdiff |
| 2009-11-11 |
Dean Camera | Minor code cleanups for clarity. |
tree | commitdiff |
| 2009-11-10 |
Dean Camera | Added new stream creation function to the CDC Class... |
tree | commitdiff |
| 2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
| 2009-11-08 |
Dean Camera | Remove dependancies from the LowLevel demos to the... |
tree | commitdiff |
| 2009-11-06 |
Dean Camera | Add optional double-banking support to the Device mode... |
tree | commitdiff |
| 2009-11-04 |
Dean Camera | Added new JoystickHostWithParser demos to the library. |
tree | commitdiff |
| 2009-11-04 |
Dean Camera | Update DevChapter9.c - use the Endpoint_ClearStatusStag... |
tree | commitdiff |
| 2009-11-03 |
Dean Camera | Add new CDCMouse ClassDriver device demo, combining... |
tree | commitdiff |
| 2009-10-26 |
Dean Camera | Make HID device class driver ignore the previous HID... |
tree | commitdiff |
| 2009-10-18 |
Dean Camera | Moved USBtoSerial demo the Projects directory, as it... |
tree | commitdiff |
| 2009-10-16 |
Dean Camera | Fix invalid Event name rule in demo/project makefiles. |
tree | commitdiff |
| 2009-10-14 |
Dean Camera | Fix AudioOutput and AudioInput class driver demos'... |
tree | commitdiff |
| 2009-10-12 |
Dean Camera | Make Audio device demos compatible with AVRs running... |
tree | commitdiff |
| 2009-10-08 |
Dean Camera | Add new MIDI Host Class driver to the library, and... |
tree | commitdiff |
| 2009-10-08 |
Dean Camera | Application documentation/comment cleanup. |
tree | commitdiff |
| 2009-10-04 |
Dean Camera | Fix broken Endpoint/Pipe stream templates. |
tree | commitdiff |
| 2009-10-03 |
Dean Camera | Changed Audio Class driver sample read/write functions... |
tree | commitdiff |
| 2009-10-02 |
Dean Camera | Cleanups to the Device mode Mass Storage demo applicati... |
tree | commitdiff |
| 2009-09-30 |
Dean Camera | Removed mostly useless "TestApp" demo, as it was mainly... |
tree | commitdiff |
| 2009-09-22 |
Dean Camera | Add new error condition to the HID Report Parser for... |
tree | commitdiff |
| next |