| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str... | Dean Camera | 2009-05-15 | 10 | -35/+62 |
* | Fix to previous patch (make CDCHost demo deallocate pipes when an invalid CDC... | Dean Camera | 2009-05-15 | 1 | -2/+2 |
* | Fixed CDCHost not clearing configured endpoints and resetting configured endp... | Dean Camera | 2009-05-15 | 1 | -0/+2 |
* | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean Camera | 2009-05-14 | 8 | -113/+35 |
* | Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques... | Dean Camera | 2009-05-13 | 2 | -1/+3 |
* | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean Camera | 2009-05-13 | 7 | -174/+182 |
* | Fixed Mouse and Keyboard device demos not acting in accordance with the HID s... | Dean Camera | 2009-05-12 | 5 | -74/+13 |
* | Fixed RNDISEthernet not working under Linux due to Linux requiring an "option... | Dean Camera | 2009-05-11 | 1 | -0/+2 |
* | Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro... | Dean Camera | 2009-05-11 | 3 | -3/+11 |
* | Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag... | Dean Camera | 2009-05-10 | 1 | -6/+1 |
* | Serial driver now correctly calculates the baud register value when in double... | Dean Camera | 2009-05-07 | 3 | -20/+21 |
* | Fix build errors in Joystick device demo and library LEDs driver (on *nix sys... | Dean Camera | 2009-05-07 | 1 | -5/+5 |
* | Fixed inability to enumerate any devices while in host mode (broken in a prev... | Dean Camera | 2009-05-07 | 3 | -7/+6 |
* | Minor correction to the DevChapter9.c handling of Set and Clear feature reque... | Dean Camera | 2009-05-06 | 1 | -20/+27 |
* | Change device demos to cache the board button values in the same manner as th... | Dean Camera | 2009-05-06 | 1 | -2/+2 |
* | Changed HWB board driver to Buttons driver, to allow for the support of futur... | Dean Camera | 2009-05-06 | 12 | -101/+133 |
* | Fixed missing semicolon in the ATAVRUSBRF01 LED board driver code, changed LE... | Dean Camera | 2009-05-05 | 3 | -1/+28 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 15 | -83/+82 |
* | Fixed naming of OTG.h functions, to make them consistent with the rest of the... | Dean Camera | 2009-05-03 | 4 | -15/+18 |
* | More minor renaming of library enums and events to try to create a consistent... | Dean Camera | 2009-05-03 | 9 | -63/+76 |
* | Fixed Endpoint_Write_Control_* functions writing more data than expected by t... | Dean Camera | 2009-05-02 | 1 | -27/+34 |
* | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean Camera | 2009-05-02 | 3 | -4/+5 |
* | Fixed SPI driver init function not clearing SPI2X bit when not needed. | Dean Camera | 2009-04-26 | 2 | -1/+6 |
* | Move the length decrements in the pipe and endpoint stream functions to the p... | Dean Camera | 2009-04-26 | 2 | -14/+20 |
* | Endpoint configuration is now refined to give better output when all configur... | Dean Camera | 2009-04-24 | 7 | -59/+33 |
* | Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea... | Dean Camera | 2009-04-23 | 8 | -45/+88 |
* | Documentation enhancements to improve documentation cross-references. | Dean Camera | 2009-04-22 | 21 | -238/+422 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 14 | -113/+113 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 7 | -113/+54 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 7 | -25/+25 |
* | Spell checked non-source documentation pages. | Dean Camera | 2009-04-19 | 8 | -51/+52 |
* | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean Camera | 2009-04-19 | 18 | -59/+82 |
* | Removed "Host_" section of the function names in ConfigDescriptor.h, as most ... | Dean Camera | 2009-04-17 | 7 | -139/+150 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 35 | -202/+179 |
* | Fixed CDC and USBtoSerial demos freezing where buffers were full while still ... | Dean Camera | 2009-04-17 | 1 | -0/+1 |
* | Renamed Serial_Stream driver to SerialStream to remain consistent with the re... | Dean Camera | 2009-04-17 | 6 | -5/+6 |
* | Rename Drivers/AT90USBXXX to Drivers/Peripheral. | Dean Camera | 2009-04-17 | 7 | -0/+0 |
* | Partial commit: Rename references to Drivers/AT90USBXXX to Drivers/Peripheral. | Dean Camera | 2009-04-17 | 5 | -6/+6 |
* | Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral. | Dean Camera | 2009-04-16 | 11 | -28/+46 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 63 | -739/+1743 |
* | Fixed minor issue with the RNDISEthernet demo DHCP protocol decoder routine u... | Dean Camera | 2009-04-15 | 1 | -1/+2 |
* | Corrected AudioInput and AudioOutput demos, to fix endpoint underflows due to... | Dean Camera | 2009-04-14 | 1 | -2/+2 |
* | The USB_Host_SendControlRequest() function no longer automatically selects th... | Dean Camera | 2009-04-14 | 6 | -2/+18 |
* | Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demo... | Dean Camera | 2009-04-14 | 1 | -0/+2 |
* | Fixed RNDISEthenet demo checking the incorrect message field for packet size ... | Dean Camera | 2009-04-13 | 1 | -0/+2 |
* | Fixed GenericHID demo not starting USB and HID management tasks when not usin... | Dean Camera | 2009-04-09 | 1 | -0/+1 |
* | Added support to the CDCHost demo for devices with mutiple CDC interfaces whi... | Dean Camera | 2009-04-07 | 1 | -0/+2 |
* | Added preprocessor checks and documentation to the bootloaders giving informa... | Dean Camera | 2009-04-07 | 1 | -1/+3 |
* | Removed all binary constants and replaced with decimal or hexadecimal constan... | Dean Camera | 2009-04-05 | 9 | -60/+62 |
* | Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri... | Dean Camera | 2009-04-05 | 24 | -29/+39 |