| Commit message (Expand) | Author | Age | Files | Lines |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 2 | -13/+13 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 2 | -2/+0 |
* | Fix SoftUART.c not compiling due to accidental check in of changes not yet co... | Dean Camera | 2010-10-13 | 1 | -3/+3 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 11 | -192/+202 |
* | Fixed ISR definition conflict in the XPLAIN bridge between the software UART ... | Dean Camera | 2010-10-10 | 2 | -11/+16 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 1 | -1/+1 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 2 | -14/+15 |
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean Camera | 2010-09-24 | 1 | -2/+2 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 1 | -3/+3 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 1 | -2/+2 |
* | Remove remaining void* descriptor casts in the projects and demos that were n... | Dean Camera | 2010-08-29 | 4 | -19/+19 |
* | Add better description of the Ultra-Lightweight Ring Buffer header files. | Dean Camera | 2010-08-29 | 1 | -1/+8 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 2 | -2/+3 |
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean Camera | 2010-08-09 | 1 | -12/+7 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 1 | -1/+4 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 1 | -1/+2 |
* | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean Camera | 2010-08-01 | 3 | -63/+84 |
* | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean Camera | 2010-07-31 | 1 | -1/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 3 | -4/+4 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -1/+2 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -3/+3 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 8 | -9/+29 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 2 | -74/+58 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 1 | -1/+1 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 1 | -0/+1 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 1 | -18/+6 |
* | Added ability to set the serial baud rate via the user's terminal in the XPLA... | Dean Camera | 2010-07-15 | 6 | -13/+37 |
* | Fixed possible buffer overrun in the XPLAINBridge project when in serial brid... | Dean Camera | 2010-07-15 | 2 | -1/+21 |
* | Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i... | Dean Camera | 2010-07-13 | 3 | -3/+5 |
* | Add remaining AVRStudio project files to the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+1 |
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 1 | -1/+2 |
* | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o... | Dean Camera | 2010-07-12 | 1 | -1/+1 |
* | Alter the ring buffer library headers to have both atomic and non-atomic inse... | Dean Camera | 2010-07-12 | 2 | -10/+44 |
* | Add glitch protection to the software UART in the XPLAINBridge project code, ... | Dean Camera | 2010-07-12 | 2 | -8/+14 |
* | Major changes to the XPLAINBridge software UART code for performance and reli... | Dean Camera | 2010-07-11 | 3 | -55/+60 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 2 | -2/+3 |
* | Make XPLAINBridge serial bridge much more reliable for the reception of chara... | Dean Camera | 2010-06-24 | 1 | -11/+5 |
* | Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ... | Dean Camera | 2010-06-24 | 1 | -1/+1 |
* | Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X... | Dean Camera | 2010-06-21 | 2 | -9/+6 |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 3 | -4/+4 |
* | Oops - temp code left in the XPLAINBridge project which prevented it from ent... | Dean Camera | 2010-06-12 | 1 | -2/+0 |
* | Slight improvements to the reliability of the software UART in the XPLAINBrid... | Dean Camera | 2010-06-12 | 2 | -24/+23 |
* | Oops - light weight ring buffer documentation used \ref instead of \param to ... | Dean Camera | 2010-06-10 | 1 | -4/+4 |
* | Add missing documentation to the lightweight ring buffer code in the XPLAINBr... | Dean Camera | 2010-06-10 | 1 | -89/+119 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
* | Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ... | Dean Camera | 2010-05-27 | 3 | -9/+12 |
* | Replace ring buffer library in Benito and USBtoSerial projects with the new l... | Dean Camera | 2010-05-26 | 2 | -4/+8 |
* | Add better documentation to the Software UART code in the XPLAINBridge project. | Dean Camera | 2010-05-26 | 1 | -35/+71 |
* | Switch software UART over to timer 1 and remove timer prescaling to try to pr... | Dean Camera | 2010-05-26 | 3 | -17/+17 |
* | Rename software USART driver globals to make the code more in line with the r... | Dean Camera | 2010-05-26 | 3 | -12/+12 |