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 | Added CDC_Device_Flush() command to the CDC Device... |
tree | commitdiff |
2009-08-07 |
Dean Camera | Cleanups to RNDIS device demos. Fix issue in RNDIS... |
tree | commitdiff |
2009-08-06 |
Dean Camera | Make Endpoint control transfers more reliable; early... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Make Control Endpoint stream transfers more reliable... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
tree | commitdiff |
2009-08-03 |
Dean Camera | Cleanup and optimization of the internal serial retriev... |
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-29 |
Dean Camera | Cleanup USBMode.h to simplify preprocessor logic. |
tree | commitdiff |
2009-07-28 |
Dean Camera | Extend the automatic serial number descriptor code... |
tree | commitdiff |
2009-07-26 |
Dean Camera | Corrected new Pipe_IsEndpointBound() function. |
tree | commitdiff |
2009-07-26 |
Dean Camera | Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin... |
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 | Move unfinished SideShow source files to nested Lib... |
tree | commitdiff |
2009-07-20 |
Dean Camera | Fixed PrinterHost demo Printer_GetDeviceID() routine... |
tree | commitdiff |
2009-07-19 |
Dean Camera | Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failu... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Fix small error in last commit preventing compilation... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... |
tree | commitdiff |
2009-07-15 |
Dean Camera | Fix HID class device driver -- if a SetIDle request... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Fix broken Pipe stream function templates due to mixed... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Added new EEPROM and FLASH buffer versions of the Endpo... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Added new HOST_STATE_WaitForDeviceRemoval host state... |
tree | commitdiff |
2009-07-13 |
Dean Camera | Seperated out parts of the PrinterHost incomplete demo... |
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-23 |
Dean Camera | Fixed MassStorage demo not clearing the reset flag... |
tree | commitdiff |
2009-06-23 |
Dean Camera | Pipe_ConfigurePipe() now automatically defaults IN... |
tree | commitdiff |
2009-06-23 |
Dean Camera | Fixed CDCHost demo unfreezing IN pipes during configura... |
tree | commitdiff |
2009-06-22 |
Dean Camera | Corrected the ADC driver for the ATMEGA16U4 and ATMEGA3... |
tree | commitdiff |
2009-06-21 |
Dean Camera | Optimize unique serial number reading code for size... |
tree | commitdiff |
2009-06-21 |
Dean Camera | Added new USE_INTERNAL_SERIAL define for using the... |
tree | commitdiff |
2009-06-21 |
Dean Camera | Trim unique serial number created by the USE_INTERNAL_S... |
tree | commitdiff |
2009-06-20 |
Dean Camera | Added USE_INTERNAL_SERIAL compile time option to automa... |
tree | commitdiff |
2009-06-19 |
Dean Camera | Fix makefiles -- the auto-addition of -D switches to... |
tree | commitdiff |
2009-06-18 |
Dean Camera | Added new USB_Host_ClearPipeStall() convenience functio... |
tree | commitdiff |
2009-06-16 |
Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... |
tree | commitdiff |
2009-06-16 |
Dean Camera | Added new USB_Host_SetDeviceConfiguration() convenience... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Fix errors from last commit. |
tree | commitdiff |
2009-06-14 |
Dean Camera | Changed per-device controller preprocessor checks over... |
tree | commitdiff |
2009-06-08 |
Dean Camera | Converted Host mode demos to schedulerless. Fixed host... |
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-26 |
Dean Camera | Fix broken Host mode, from the recent API changes. |
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-19 |
Dean Camera | USB_IsConnected is now cleared before the USB_Disconnec... |
tree | commitdiff |
2009-05-18 |
Dean Camera | Rewritten event system to remove all macros, to make... |
tree | commitdiff |
2009-05-15 |
Dean Camera | Create a new function pointer type in StreamCallbacks... |
tree | commitdiff |
2009-05-14 |
Dean Camera | Removed all user pipe/endpoint interrupt APIs, added... |
tree | commitdiff |
2009-05-13 |
Dean Camera | Fixed Device Mode not handling Set Feature and Clear... |
tree | commitdiff |
2009-05-13 |
Dean Camera | Moved USB Host state machine code out from USBTask... |
tree | commitdiff |
2009-05-12 |
Dean Camera | Fixed Mouse and Keyboard device demos not acting in... |
tree | commitdiff |
2009-05-10 |
Dean Camera | Fix broken Set Feature/Clear Feature chapter 9 request... |
tree | commitdiff |
2009-05-07 |
Dean Camera | Fixed inability to enumerate any devices while in host... |
tree | commitdiff |
2009-05-06 |
Dean Camera | Minor correction to the DevChapter9.c handling of Set... |
tree | commitdiff |
2009-05-06 |
Dean Camera | Change device demos to cache the board button values... |
tree | commitdiff |
2009-05-04 |
Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... |
tree | commitdiff |
2009-05-03 |
Dean Camera | Fixed naming of OTG.h functions, to make them consisten... |
tree | commitdiff |
2009-05-03 |
Dean Camera | More minor renaming of library enums and events to... |
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-26 |
Dean Camera | Move the length decrements in the pipe and endpoint... |
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 | Documentation enhancements to improve documentation... |
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 | Fixed incorrect HID interface class and subclass values... |
tree | commitdiff |
2009-04-17 |
Dean Camera | More documentation changes for better module-level... |
tree | commitdiff |
2009-04-16 |
Dean Camera | Partial commit: change references to Drivers/AT90USBXXX... |
tree | commitdiff |
2009-04-16 |
Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... |
tree | commitdiff |
2009-04-14 |
Dean Camera | The USB_Host_SendControlRequest() function no longer... |
tree | commitdiff |
2009-04-05 |
Dean Camera | Removed all binary constants and replaced with decimal... |
tree | commitdiff |
2009-04-05 |
Dean Camera | Move StdRequestType.h, StreamCallbacks.h, USBMode.h... |
tree | commitdiff |
2009-04-01 |
Dean Camera | All comments in the library, bootloaders, demos and... |
tree | commitdiff |
2009-03-31 |
Dean Camera | Commit for the 090401 release. |
tree | commitdiff |
2009-03-29 |
Dean Camera | Minor documentation fixes to correct formatting and... |
tree | commitdiff |
2009-03-26 |
Dean Camera | Fixed USBTask.h not conditionally including HostChapter... |
tree | commitdiff |
2009-03-25 |
Dean Camera | Fixed documentation typoes and preprocessor checks... |
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-04 |
Dean Camera | Updated makefiles to reflect new dfu-ee programming... |
tree | commitdiff |
2009-03-03 |
Dean Camera | Updated changelog to reflect recent commit changes. |
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 |
|