| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added compile time error to the AVRISP-MKII project when built for the U4 chi... | Dean Camera | 2010-08-22 | 3 | -0/+8 |
* | Clarify in the documentation that the Audio demos and driver is for the Audio... | Dean Camera | 2010-08-21 | 7 | -23/+23 |
* | Remove unneccesary call to USB_Device_EnableSOFEvents() in the MassStorage an... | Dean Camera | 2010-08-21 | 2 | -4/+0 |
* | Fixed critical pipe/endpoint memory allocation issue where the bank memory ad... | Dean Camera | 2010-08-20 | 3 | -17/+77 |
* | Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ... | Dean Camera | 2010-08-20 | 4 | -4/+15 |
* | Fixed MassStorage based demos and projects resetting the SCSI sense values be... | Dean Camera | 2010-08-18 | 17 | -275/+375 |
* | Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d... | Dean Camera | 2010-08-10 | 3 | -6/+12 |
* | Tighten up the code in the delta movement detection code in the MouseHostWith... | Dean Camera | 2010-08-09 | 4 | -32/+18 |
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean Camera | 2010-08-09 | 43 | -513/+377 |
* | Add notification endpoint to the incomplete TMC demo. | Dean Camera | 2010-08-09 | 6 | -7/+37 |
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 4 | -5/+5 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 68 | -70/+277 |
* | Fixed software application start command broken in the DFU class bootloader w... | Dean Camera | 2010-08-05 | 4 | -11/+19 |
* | Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ... | Dean Camera | 2010-08-03 | 7 | -18/+19 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 66 | -96/+166 |
* | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean Camera | 2010-08-01 | 13 | -216/+269 |
* | Invert the logic for the VBUS power light in the AVRISP-MKII project for the ... | Dean Camera | 2010-08-01 | 1 | -1/+1 |
* | Re-add deleted linker options to the Bootloader makefiles, which was preventi... | Dean Camera | 2010-07-31 | 2 | -0/+2 |
* | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean Camera | 2010-07-31 | 5 | -14/+18 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 11 | -13/+13 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 115 | -158/+158 |
* | Spell check more of the third party libraries used by LUFA. | Dean Camera | 2010-07-30 | 10 | -37/+37 |
* | Add the formula used to obtain the bootloader start address to the Bootloader... | Dean Camera | 2010-07-30 | 2 | -6/+10 |
* | Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was p... | Dean Camera | 2010-07-30 | 2 | -2/+3 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 13 | -59/+89 |
* | Oops - need to turn off USART via control register B before reconfiguring, fi... | Dean Camera | 2010-07-30 | 3 | -8/+8 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 116 | -600/+600 |
* | Fixed Benito and USBtoSerial projects not turning off the USART before reconf... | Dean Camera | 2010-07-29 | 3 | -6/+23 |
* | Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit... | Dean Camera | 2010-07-29 | 4 | -7/+20 |
* | Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's... | Dean Camera | 2010-07-29 | 1 | -29/+16 |
* | Oops - remove duplicated SPI driver init mask. | Dean Camera | 2010-07-29 | 2 | -4/+0 |
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi... | Dean Camera | 2010-07-29 | 11 | -90/+269 |
* | Add TMC header read and write functions, so that TMC data can now be exchange... | Dean Camera | 2010-07-28 | 3 | -53/+89 |
* | Use static inline intermediatary functions in Endpoint.h to handle the maskin... | Dean Camera | 2010-07-27 | 1 | -14/+36 |
* | Move over message ID specific header data to unions inside the standard TMC h... | Dean Camera | 2010-07-27 | 4 | -11/+40 |
* | Rename reserved members of all structs so that they are uniformly named acros... | Dean Camera | 2010-07-26 | 11 | -66/+94 |
* | Add comments to the currently completed portions of the incomplete Test and M... | Dean Camera | 2010-07-26 | 1 | -1/+22 |
* | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag... | Dean Camera | 2010-07-26 | 7 | -45/+62 |
* | Add stream callback flags and class specific control request handler code to ... | Dean Camera | 2010-07-26 | 5 | -18/+167 |
* | Added periodic flush timer to the Benito project. Alter the serial transmissi... | Dean Camera | 2010-07-25 | 5 | -14/+29 |
* | Add TMC device capabilities to the incomplete TMC demo. | Dean Camera | 2010-07-23 | 4 | -3/+68 |
* | Update size of compiled Mouse demo in documentation, fix indenting in Device.h. | Dean Camera | 2010-07-23 | 2 | -2/+2 |
* | Convert over internal pseudo-function macros to true inline functions for add... | Dean Camera | 2010-07-22 | 21 | -1037/+1671 |
* | Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI a... | Dean Camera | 2010-07-22 | 1 | -2/+2 |
* | Added start of a low level device Test and Measurement class demo (thanks to ... | Dean Camera | 2010-07-22 | 9 | -3/+1238 |
* | Fix up minor whitespace formatting errors. | Dean Camera | 2010-07-22 | 9 | -9/+9 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 271 | -625/+1316 |
* | Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re... | Dean Camera | 2010-07-21 | 1 | -12/+10 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 79 | -330/+586 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 20 | -53/+72 |