| 2009-08-24 | Dean Camera | Fix endianness of LOAD_ADDRESS command data, add correc... | tree | commitdiff | 
| 2009-08-24 | Dean Camera | Switch to hardware delays and timeouts via a hardware... | tree | commitdiff | 
| 2009-08-24 | Dean Camera | Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler... | tree | commitdiff | 
| 2009-08-24 | Dean Camera | Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP... | tree | commitdiff | 
| 2009-08-24 | Dean Camera | Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off... | tree | commitdiff | 
| 2009-08-23 | Dean Camera | Added V2 protocol handlers for the READ and WRITE memor... | tree | commitdiff | 
| 2009-08-23 | Dean Camera | Moved out target-related V2 protocol commands into... | tree | commitdiff | 
| 2009-08-23 | Dean Camera | Fixed AVRISP programmer demo -- can now connect to... | tree | commitdiff | 
| 2009-08-23 | Dean Camera | Added V2Protocol handlers to the AVRISP project to... | tree | commitdiff | 
| 2009-08-20 | Dean Camera | Renamed Projects/Unfinished to Projects/Incomplete... | tree | commitdiff | 
| 2009-08-20 | Dean Camera | Add LOAD ADDRESS command parsing to the V2 Protocol... | tree | commitdiff | 
| 2009-08-19 | Dean Camera | Change spinloop in the AVRISP project Unknown V2 Protoc... | tree | commitdiff | 
| 2009-08-19 | Dean Camera | Moved out the handling of V2 Protocol parameters to... | tree | commitdiff | 
| 2009-08-19 | Dean Camera | Reorganise V2Protocol.c, add in function to assert... | tree | commitdiff | 
| 2009-08-19 | Dean Camera | Added handler for the V2 Protocol SPI_MULTI command... | tree | commitdiff | 
| 2009-08-19 | Dean Camera | Corrections to the unfinished AVRISP Programmer project... | tree | commitdiff | 
| 2009-08-18 | Dean Camera | Fixed invalid data being returned when a GetStatus... | tree | commitdiff | 
| 2009-08-18 | Dean Camera | Move AVRISP Programmer project to a new Unfinished... | tree | commitdiff | 
| 2009-08-18 | Dean Camera | Enhancements to the AVRISP Programmer project to attemp... | tree | commitdiff | 
| 2009-08-17 | Dean Camera | Added beginnings of a new AVRISP-MKII clone project. | tree | commitdiff | 
| 2009-08-16 | Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... | tree | commitdiff | 
| 2009-08-13 | Dean Camera | Adjust endpoint polling intervals for HID demos, to... | tree | commitdiff | 
| 2009-08-13 | Dean Camera | Added explicit attribute masks to the device mode demos... | tree | commitdiff | 
| 2009-08-07 | Dean Camera | Make Benito ping-pong LED code more explicit, using... | tree | commitdiff | 
| 2009-08-05 | Dean Camera | Add Benito board LED driver to the Benito Programmer... | tree | commitdiff | 
| 2009-08-05 | Dean Camera | Fixed issue in USBtoSerial demos where the USART Rx... | tree | commitdiff | 
| 2009-08-05 | Dean Camera | Renamed all library events to properly seperate out... | tree | commitdiff | 
| 2009-08-02 | Dean Camera | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT... | tree | commitdiff | 
| 2009-07-31 | Dean Camera | Fix demos based on the device mode HID class driver... | tree | commitdiff | 
| 2009-07-30 | Dean Camera | Add new HID_Device_MillisecondElapsed() function to... | tree | commitdiff | 
| 2009-07-30 | Dean Camera | Fix to HID device mode Class driver, so that new report... | tree | commitdiff | 
| 2009-07-28 | Dean Camera | Extend the automatic serial number descriptor code... | tree | commitdiff | 
| 2009-07-28 | Dean Camera | Change project makefiles so that the current target... | tree | commitdiff | 
| 2009-07-28 | Dean Camera | Changed AudioOutput demos to explicitly use timer 3... | tree | commitdiff | 
| 2009-07-27 | Dean Camera | State information for class drivers is now zeroed out... | tree | commitdiff | 
| 2009-07-24 | Dean Camera | Added new LEDs_ToggleLEDs() function to the Board LEDs... | tree | commitdiff | 
| 2009-07-24 | Dean Camera | Ensure new Benito Programmer project matches Don's... | tree | commitdiff | 
| 2009-07-23 | Dean Camera | Minor updates to the Benito programmer - remove redunda... | tree | commitdiff | 
| 2009-07-23 | Dean Camera | Tweaks to the new Benito Programmer project for documen... | tree | commitdiff | 
| 2009-07-23 | Dean Camera | Added new Benito project, a simple modified USB-to... | tree | commitdiff | 
| 2009-07-21 | Dean Camera | Added new USB_DeviceState variable to keep track of... | tree | commitdiff | 
| 2009-07-20 | Dean Camera | Change Doxygen configuration files to not produce 4096... | tree | commitdiff | 
| 2009-07-19 | Dean Camera | Magstripe Project: Ensure that empty tracks still print... | tree | commitdiff | 
| 2009-07-16 | Dean Camera | Minor updates to the Magstripe and MissileLauncher... | tree | commitdiff | 
| 2009-07-16 | Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... | tree | commitdiff | 
| 2009-07-13 | Dean Camera | Added compatibility list to the documentation of each... | tree | commitdiff | 
| 2009-07-13 | Dean Camera | Added new HOST_STATE_WaitForDeviceRemoval host state... | tree | commitdiff | 
| 2009-07-11 | Dean Camera | Added incomplete PrinterHost demo application. | tree | commitdiff | 
| 2009-06-29 | Dean Camera | Minor correction to MagStripe demo to fix build problems. | tree | commitdiff | 
| 2009-06-28 | Dean Camera | Added const modifiers to device mode class drivers. | tree | commitdiff | 
| 2009-06-26 | Dean Camera | Reduce struct name pollution - group typedef struct... | tree | commitdiff | 
| 2009-06-23 | Dean Camera | Pipe_ConfigurePipe() now automatically defaults IN... | tree | commitdiff | 
| 2009-06-19 | Dean Camera | Fix makefiles -- the auto-addition of -D switches to... | tree | commitdiff | 
| 2009-06-19 | Dean Camera | Move LUFA compile time options to a new section in... | tree | commitdiff | 
| 2009-06-19 | Dean Camera | Extend USB_GetDeviceConfigDescriptor() routine to requi... | tree | commitdiff | 
| 2009-06-18 | Dean Camera | Fix broken MagStripe project. | tree | commitdiff | 
| 2009-06-18 | Dean Camera | Oops - restore deleted MissileLauncher project, fix... | tree | commitdiff | 
| 2009-06-18 | Dean Camera | Break device mode class driver interfaces into seperate... | tree | commitdiff | 
| 2009-06-16 | Dean Camera | Remove hardcoded DOT path from all Doxygen config files. | tree | commitdiff | 
| 2009-06-16 | Dean Camera | Add MissleLauncher project to the /Projects/ makefile... | tree | commitdiff | 
| 2009-06-16 | Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... | tree | commitdiff | 
| 2009-06-16 | Dean Camera | Added USB Missle Launcher project, submitted by Dave... | tree | commitdiff | 
| 2009-06-15 | Dean Camera | More Doxygen fixes - ensure no undocumented function... | tree | commitdiff | 
| 2009-06-14 | Dean Camera | Add host mode USB Class driver stubs, add beginnings... | tree | commitdiff | 
| 2009-06-05 | Dean Camera | Remove outdated AVRStudio project files from demos... | tree | commitdiff | 
| 2009-06-05 | Dean Camera | Added multiple Report ID support to the HID class drive... | tree | commitdiff | 
| 2009-06-04 | Dean Camera | Minor documentation page updates. | tree | commitdiff | 
| 2009-06-02 | Dean Camera | Removed new Start of Frame event from the library;... | tree | commitdiff | 
| 2009-06-01 | Dean Camera | Commit of new class abstraction APIs for all device... | tree | commitdiff | 
| 2009-05-22 | Dean Camera | Moved out each demos' functionality library files ... | tree | commitdiff | 
| 2009-05-22 | Dean Camera | Deleted StdDescriptors.c, renamed USB_GetDescriptor... | tree | commitdiff | 
| 2009-05-18 | Dean Camera | Rewritten event system to remove all macros, to make... | tree | commitdiff | 
| 2009-05-17 | Dean Camera | Removed DESCRIPTOR_ADDRESS() macro as it was largely... | tree | commitdiff | 
| 2009-05-07 | Dean Camera | Renamed the the TotalHIDReports element of the HID... | tree | commitdiff | 
| 2009-05-04 | Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... | tree | commitdiff | 
| 2009-04-24 | Dean Camera | Endpoint configuration is now refined to give better... | tree | commitdiff | 
| 2009-04-22 | Dean Camera | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL... | tree | commitdiff | 
| 2009-04-22 | Dean Camera | USB_HostRequest renamed to USB_ControlRequest, entire... | tree | commitdiff | 
| 2009-04-21 | Dean Camera | Removed specialized Endpoint_ClearControl* and Pipe_Cle... | tree | commitdiff | 
| 2009-04-20 | Dean Camera | Changed over all deprecated GCC structure tag initializ... | tree | commitdiff | 
| 2009-04-19 | Dean Camera | Spell checked non-source documentation pages. | tree | commitdiff | 
| 2009-04-17 | Dean Camera | More documentation changes for better module-level... | tree | commitdiff | 
| 2009-04-16 | Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... | tree | commitdiff | 
| 2009-04-01 | Dean Camera | All comments in the library, bootloaders, demos and... | tree | commitdiff | 
| 2009-03-29 | Dean Camera | Fixed MagStripe keyboard interface polling interval... | tree | commitdiff | 
| 2009-03-23 | Dean Camera | Fixed CDC demo not sending an empty packet after each... | tree | commitdiff | 
| 2009-03-19 | Dean Camera | Combined Mouse, MouseViaInt and MouseFullInt demos... | tree | commitdiff | 
| 2009-03-17 | Dean Camera | Fixed broken Magstripe project and TeensyHID bootloader. | tree | commitdiff | 
| 2009-03-16 | Dean Camera | Added extra output to makefiles to indicate the current... | tree | commitdiff | 
| 2009-03-10 | Dean Camera | Fixed incorrect/missing control status stage transfers... | tree | commitdiff | 
| 2009-03-09 | Dean Camera | Removed SetSystemClockPrescaler() macro, the clock_pres... | tree | commitdiff | 
| 2009-03-04 | Dean Camera | Updated makefiles to reflect new dfu-ee programming... | tree | commitdiff | 
| 2009-02-26 | Dean Camera | Makefiles and library modified to add a new F_CLOCK... | tree | commitdiff | 
| 2009-02-23 | Dean Camera | Moved all source to the trunk directory. | tree | commitdiff | 
|  |