| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix device mode for the U4 parts. | Dean Camera | 2010-10-01 | 1 | -1/+1 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 14 | -14/+14 |
* | Fix up incorrect version numbers in demo/project descriptors. | Dean Camera | 2010-09-28 | 2 | -7/+7 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 24 | -170/+175 |
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean Camera | 2010-09-24 | 14 | -28/+28 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 14 | -42/+42 |
* | Ensure device address latch bit is not set at the same time as the new addres... | Dean Camera | 2010-09-19 | 1 | -1/+1 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 14 | -28/+28 |
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 10 | -10/+10 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 20 | -90/+90 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 16 | -57/+57 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 28 | -142/+157 |
* | Clarify in the documentation that the Audio demos and driver is for the Audio... | Dean Camera | 2010-08-21 | 2 | -8/+8 |
* | Remove unneccesary call to USB_Device_EnableSOFEvents() in the MassStorage an... | Dean Camera | 2010-08-21 | 2 | -4/+0 |
* | Fixed MassStorage based demos and projects resetting the SCSI sense values be... | Dean Camera | 2010-08-18 | 7 | -150/+109 |
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean Camera | 2010-08-09 | 14 | -56/+66 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 14 | -14/+56 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 14 | -14/+28 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 16 | -16/+16 |
* | Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 3 | -8/+6 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 22 | -148/+148 |
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi... | Dean Camera | 2010-07-29 | 2 | -2/+2 |
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag... | Dean Camera | 2010-07-26 | 2 | -0/+2 |
* | Add stream callback flags and class specific control request handler code to ... | Dean Camera | 2010-07-26 | 1 | -2/+2 |
* | Fix up minor whitespace formatting errors. | Dean Camera | 2010-07-22 | 7 | -7/+7 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 67 | -153/+353 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 8 | -32/+32 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 20 | -875/+598 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 15 | -21/+15 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 16 | -5/+19 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 14 | -235/+84 |
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 4 | -13/+11 |
* | Added const attributes to some of the class driver function parameters that w... | Dean Camera | 2010-07-13 | 14 | -14/+14 |
* | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | Dean Camera | 2010-07-13 | 14 | -0/+14 |
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 14 | -18/+26 |
* | Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec... | Dean Camera | 2010-07-09 | 1 | -2/+2 |
* | Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio... | Dean Camera | 2010-07-09 | 2 | -13/+9 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 14 | -0/+14 |
* | Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep... | Dean Camera | 2010-06-25 | 7 | -34/+34 |
* | Fix compile and Doxygen errors due to the spell-check changes in the source c... | Dean Camera | 2010-06-16 | 1 | -3/+1 |
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -2/+3 |
* | Minor fixes to demos to add in some missing comments, printf() formatting. Ma... | Dean Camera | 2010-06-12 | 2 | -1/+2 |
* | Fix incorrect copyright attribution on the class-driver keyboard demos due to... | Dean Camera | 2010-06-06 | 6 | -9/+3 |
* | More documentation fixes. | Dean Camera | 2010-06-03 | 2 | -4/+4 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 8 | -64/+63 |
* | Switch to using the correct intptr_t type use where a pointer must be cast to... | Dean Camera | 2010-05-26 | 2 | -5/+5 |
* | Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC... | Dean Camera | 2010-05-25 | 2 | -2/+2 |
* | Remove obsolete entry from the Doxygen configuration files. | Dean Camera | 2010-05-23 | 14 | -14/+14 |
* | Renamed CDC device class demos' ManagementEndpoint descriptor to Notification... | Dean Camera | 2010-05-20 | 6 | -6/+6 |