| 2011-03-21 | Dean Camera | F_CLOCK changed to F_USB to be more descriptive, and... | tree | commitdiff | 
| 2011-02-19 | Dean Camera | Add new ARCH option to the makefiles to (eventually... | tree | commitdiff | 
| 2011-02-10 | Dean Camera | Add static keyword to all project globals whose scope... | tree | commitdiff | 
| 2011-02-06 | Dean Camera | Oops - fix missing constants in the TempDataLogger... | tree | commitdiff | 
| 2011-01-30 | Dean Camera | Oops - fix up some calls to the old function names... | tree | commitdiff | 
| 2011-01-30 | Dean Camera | Add new HID_DESCRIPTOR_VENDOR() macro, change over... | tree | commitdiff | 
| 2011-01-01 | Dean Camera | Update copyright year on all source files. | tree | commitdiff | 
| 2010-12-31 | Dean Camera | Rename RingBuffer header functions and typedefs from... | tree | commitdiff | 
| 2010-12-26 | Dean Camera | Documentation improvements - put driver example code... | tree | commitdiff | 
| 2010-12-26 | Dean Camera | Make a new general RingBuffer.h misc library driver... | tree | commitdiff | 
| 2010-12-24 | Dean Camera | Add DEVICE_STATE_AS_GPIOR=0 compile time option to... | tree | commitdiff | 
| 2010-12-12 | Dean Camera | Fixed possible lost data in the XPLAINBridge, USBtoSeri... | tree | commitdiff | 
| 2010-12-12 | Dean Camera | Added new RingBuffer_Peek() function to the lightweight... | tree | commitdiff | 
| 2010-11-23 | Dean Camera | Fixed Benito project discarding incoming data from... | tree | commitdiff | 
| 2010-11-22 | Dean Camera | Lower bulk endpoint polling rate in the descriptors... | tree | commitdiff | 
| 2010-11-21 | Dean Camera | Oops - reduce size of each ring buffer in the USBtoSeri... | tree | commitdiff | 
| 2010-11-10 | Dean Camera | Fixed incorrect PollingIntervalMS values in the demo... | tree | commitdiff | 
| 2010-11-05 | Dean Camera | Renamed the EVENT_USB_Device_UnhandledControlRequest... | tree | commitdiff | 
| 2010-11-03 | Dean Camera | Fixed USBtoSerial and XPLAINBridge demos discarding... | tree | commitdiff | 
| 2010-10-28 | Dean Camera | Changed over fourwalledcubicle.com links to the new... | tree | commitdiff | 
| 2010-10-25 | Dean Camera | Add descriptor class, subclass and protocol constants... | tree | commitdiff | 
| 2010-10-24 | Dean Camera | All USB class drivers are now automatically included... | tree | commitdiff | 
| 2010-10-13 | Dean Camera | Clean up excessive whitespace at the end of each line... | tree | commitdiff | 
| 2010-09-30 | Dean Camera | Reverted Endpoint/Pipe non-sequential configuration... | tree | commitdiff | 
| 2010-09-28 | Dean Camera | Move out many of the common class driver constants... | tree | commitdiff | 
| 2010-09-24 | Dean Camera | Remove dfu-programmer program switches, to ensure maxim... | tree | commitdiff | 
| 2010-09-24 | Dean Camera | Added the --suppress-bootloader-mem option to the makef... | tree | commitdiff | 
| 2010-09-15 | Dean Camera | Make project makefiles correctly clean intermeditary... | tree | commitdiff | 
| 2010-09-09 | Dean Camera | Fix typos in the project overview text files. | tree | commitdiff | 
| 2010-08-31 | Dean Camera | Clarify in the project documentation files what the... | tree | commitdiff | 
| 2010-08-29 | Dean Camera | Add better description of the Ultra-Lightweight Ring... | tree | commitdiff | 
| 2010-08-24 | Dean Camera | Changed the signature of the CALLBACK_USB_GetDescriptor... | tree | commitdiff | 
| 2010-08-22 | Dean Camera | Moved calls to Device mode Class Driver events to after... | tree | commitdiff | 
| 2010-08-09 | Dean Camera | Removed complicated logic for the Endpoint_ConfigureEnd... | tree | commitdiff | 
| 2010-08-08 | Dean Camera | Fix invocations of avr-size in all makefiles broken... | tree | commitdiff | 
| 2010-08-02 | Dean Camera | Hide the PROGMEM attribute from Doxygen, as it appears... | tree | commitdiff | 
| 2010-08-01 | Dean Camera | Fix XPLAINBridge project discarding characters from... | tree | commitdiff | 
| 2010-07-31 | Dean Camera | Fixed Serial peripheral driver not turning off the... | tree | commitdiff | 
| 2010-07-30 | Dean Camera | More spell checking of all source files -- correct... | tree | commitdiff | 
| 2010-07-30 | Dean Camera | Altered the CDC Deivice and Host Class drivers' receive... | tree | commitdiff | 
| 2010-07-30 | Dean Camera | Oops - need to turn off USART via control register... | tree | commitdiff | 
| 2010-07-29 | Dean Camera | Spell check all source files once again to find any... | tree | commitdiff | 
| 2010-07-29 | Dean Camera | Fixed Benito and USBtoSerial projects not turning off... | tree | commitdiff | 
| 2010-07-21 | Dean Camera | Update all demos, projects and bootloaders to indent... | 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 | Added ability to set the serial baud rate via the user... | tree | commitdiff | 
| 2010-07-15 | Dean Camera | Fixed possible buffer overrun in the XPLAINBridge proje... | tree | commitdiff | 
| 2010-07-13 | Dean Camera | Add remaining AVRStudio project files to the library... | tree | commitdiff | 
| 2010-07-12 | Dean Camera | Add missing clean_doxygen phony targets to the project... | tree | commitdiff | 
| 2010-07-12 | Dean Camera | Reduce prescaler of the flush timer in the USBtoSerial... | tree | commitdiff | 
| 2010-07-12 | Dean Camera | Alter the ring buffer library headers to have both... | tree | commitdiff | 
| 2010-07-02 | Dean Camera | Added new Drivers/USB/LowLevel/Device.c file to house... | tree | commitdiff | 
| 2010-06-24 | Dean Camera | Maximise the size of the ring buffers in the Benito... | tree | commitdiff | 
| 2010-06-10 | Dean Camera | Oops - light weight ring buffer documentation used... | tree | commitdiff | 
| 2010-06-06 | Dean Camera | Document lightweight ring buffer header files. | tree | commitdiff | 
| 2010-06-06 | Dean Camera | Add the svn:eol-style property onto new files which... | tree | commitdiff | 
| 2010-05-26 | Dean Camera | Replace ring buffer library in Benito and USBtoSerial... | 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-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-05-02 | Dean Camera | Change AVRISP project's timeout to be interrupt based... | 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-03-22 | Dean Camera | Standardized the naming scheme given to configuration... | tree | commitdiff | 
| 2010-03-16 | Dean Camera | Increased throughput of the USBtoSerial demo on systems... | 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-01-29 | Dean Camera | Update driver INF files - change manufacturer name... | tree | commitdiff | 
| 2010-01-25 | Dean Camera | Add Webserver project Doxygen configuration file and... | tree | commitdiff | 
| 2010-01-06 | Dean Camera | Update Doxygen configuration files to the latest Doxyge... | 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-20 | Dean Camera | Add const qualifier to the parameters of Projects'... | tree | commitdiff | 
| 2009-12-17 | Dean Camera | Un-inline the SendAddress function in NVMTarget.c/... | tree | commitdiff | 
| 2009-12-15 | Dean Camera | Speed up bit-banged USART code in the AVRISP project. | tree | commitdiff | 
| 2009-11-25 | Dean Camera | Added new XPLAIN serial Bridge project (thanks to John... | tree | commitdiff | 
| 2009-11-09 | Dean Camera | Spell check all source code variables, comments and... | tree | commitdiff | 
| 2009-11-06 | Dean Camera | Add double banking property to LUFA powered projects... | tree | commitdiff | 
| 2009-10-26 | Dean Camera | Use clearer buffer names in the USBtoSerial project... | tree | commitdiff | 
| 2009-10-18 | Dean Camera | Moved USBtoSerial demo the Projects directory, as it... | tree | commitdiff | 
|  |