| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom... | Dean Camera | 2010-07-21 | 3 | -208/+198 |
* | Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to... | Dean Camera | 2010-07-20 | 2 | -1/+2 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 116 | -4245/+2973 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 70 | -105/+94 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 72 | -16/+82 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 74 | -1198/+411 |
* | Added ability to set the serial baud rate via the user's terminal in the XPLA... | Dean Camera | 2010-07-15 | 9 | -15/+40 |
* | Fix pointer aliasing warning in the Mass Storage demos. | Dean Camera | 2010-07-15 | 10 | -34/+28 |
* | Fixed possible buffer overrun in the XPLAINBridge project when in serial brid... | Dean Camera | 2010-07-15 | 5 | -2/+62 |
* | Fixed HID device class driver still using PrevReportINBuffer for GetReport co... | Dean Camera | 2010-07-15 | 4 | -3/+6 |
* | Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i... | Dean Camera | 2010-07-13 | 6 | -6/+11 |
* | Remove the timeout period extension code from the AVRISP project, as no singl... | Dean Camera | 2010-07-13 | 9 | -74/+33 |
* | Added const attributes to some of the class driver function parameters that w... | Dean Camera | 2010-07-13 | 36 | -61/+63 |
* | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | Dean Camera | 2010-07-13 | 16 | -2/+16 |
* | Add AVRStudio 4 project files to the LowLevel Device mode demos. | Dean Camera | 2010-07-13 | 13 | -1/+13 |
* | Add AVRStudio 4 project files to the ClassDriver Host mode demos. | Dean Camera | 2010-07-13 | 12 | -1/+12 |
* | Add AVRStudio 4 project files to the LowLevel Host mode demos. | Dean Camera | 2010-07-13 | 16 | -4/+15 |
* | Add AVRStudio 4 project files for the library bootloaders. | Dean Camera | 2010-07-13 | 4 | -2/+4 |
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 6 | -3/+6 |
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 41 | -4/+11 |