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 | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFull... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Change project makefiles so that the current target... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Better solution - change compile time token names to... |
tree | commitdiff |
2009-07-28 |
Dean Camera | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0... |
tree | commitdiff |
2009-07-23 |
Dean Camera | Added new Benito project, a simple modified USB-to... |
tree | commitdiff |
2009-07-23 |
Dean Camera | Ensure that the USB_DeviceState variable is properly... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Slight changes to TeensyHID bootloader to ensure it... |
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-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-11 |
Dean Camera | Added incomplete PrinterHost demo application. |
tree | commitdiff |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
tree | commitdiff |
2009-06-26 |
Dean Camera | Optimize vendor/product description string display... |
tree | commitdiff |
2009-06-21 |
Dean Camera | Add NO_INTERNAL_SERIAL compile time option to bootloade... |
tree | commitdiff |
2009-06-21 |
Dean Camera | Re-add signature byte defines to the DFU and CDC class... |
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-18 |
Dean Camera | Added new USB_Host_ClearPipeStall() convenience functio... |
tree | commitdiff |
2009-06-16 |
Dean Camera | Remove hardcoded DOT path from all Doxygen config files. |
tree | commitdiff |
2009-06-15 |
Dean Camera | More Doxygen fixes - ensure no undocumented function... |
tree | commitdiff |
2009-06-09 |
Dean Camera | Updated bootloaders to use the new main() function... |
tree | commitdiff |
2009-06-08 |
Dean Camera | Finished CDC device class driver documentation. |
tree | commitdiff |
2009-06-08 |
Dean Camera | Converted Host mode demos to schedulerless. Fixed host... |
tree | commitdiff |
2009-06-05 |
Dean Camera | Remove outdated AVRStudio project files from demos... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Minor documentation page updates. |
tree | commitdiff |
2009-06-01 |
Dean Camera | Commit of new class abstraction APIs for all device... |
tree | commitdiff |
2009-05-26 |
Dean Camera | Fix all device mode demos broken in the recent API... |
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-05-02 |
Dean Camera | Fixed Endpoint_Write_Control_* functions writing more... |
tree | commitdiff |
2009-05-02 |
Dean Camera | Fixed reversed signature byte ordering in the CDC bootl... |
tree | commitdiff |
2009-04-24 |
Dean Camera | Endpoint configuration is now refined to give better... |
tree | commitdiff |
2009-04-23 |
Dean Camera | Fixed USB_RemoteWakeupEnabled flag never being set... |
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-07 |
Dean Camera | Added preprocessor checks and documentation to the... |
tree | commitdiff |
2009-04-01 |
Dean Camera | All comments in the library, bootloaders, demos and... |
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 | Corrected CDC class bootloader to fix a few bugs, chang... |
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-11 |
Dean Camera | Renamed NO_CLEARSET_FEATURE_REQUEST compile time token... |
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-09 |
Dean Camera | Altered DFU bootloader to use the signature byte consta... |
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 |
|