Commit Graph

  • 2281750b5f Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices. Dean Camera 2009-12-08 07:43:33 +0000
  • 3757b1760f Fix newly renamed VirtualSerial demos' include filename references so that they compile. Dean Camera 2009-12-07 04:49:37 +0000
  • cf22a744ec Additional file renames and modifications to change CDC demos to VirtualSerial. Dean Camera 2009-12-07 04:35:59 +0000
  • 7a9b3d3641 Rename CDC demos to VirtualSerial. Dean Camera 2009-12-07 04:18:07 +0000
  • c1fa230618 Add new USB_Host_GetDeviceStringDescriptor() convenience function. Dean Camera 2009-12-06 13:37:30 +0000
  • c49bdcb7c9 Fixed Mass Storage Host Class driver and Low Level demo not clearing the error condition if an attached device returns a STALL to a GET MAX LUN request (thanks to Martin Luxen). Dean Camera 2009-12-04 09:08:48 +0000
  • 478d9dc04f Added support for the Atmel EVK527 board hardware. Dean Camera 2009-12-04 06:02:28 +0000
  • 7e86387958 Fix double oops -- Host mode settle delay was still being ignored due to inverted logic, HID Parser was assigning the usage Min/Max usage value to the report item's collection path rather than the report item itself. Dean Camera 2009-12-04 02:06:38 +0000
  • a925407588 Oops - fix Host mode pre-enumeration settle delay being ignored leading to failure to enumerate certain devices. Dean Camera 2009-12-04 01:29:20 +0000
  • d6e3259f8b Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemInfo(). Dean Camera 2009-12-04 01:09:39 +0000
  • 2919aeeaab Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items. Dean Camera 2009-12-04 01:06:26 +0000
  • f338ddcb87 Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project. Dean Camera 2009-12-03 09:19:09 +0000
  • 258a6a0177 Fix the tokens which enable and disable the different programming protocols in the AVRISP project. Dean Camera 2009-12-03 09:12:36 +0000
  • bae00a3d42 Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions. Dean Camera 2009-12-03 08:59:12 +0000
  • f1baf12fae Auto-configure AVRISP programmer configuration when built for the XPLAIN board to match the XPLAIN hardware connections. Dean Camera 2009-12-03 08:35:32 +0000
  • a5adbae652 Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support. Dean Camera 2009-12-03 07:42:56 +0000
  • f69f03cb0d Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming. Dean Camera 2009-12-03 00:53:45 +0000
  • f92b56191d Add new more reliable software UART for the XPLAINBridge project by David Prentice and Peter Danneger. Dean Camera 2009-12-02 14:19:06 +0000
  • fec31947a6 Removed John Steggall's software UART code from the XPLAIN Bridge project due to reliability issues. Dean Camera 2009-12-02 14:03:57 +0000
  • 1f8dfd0205 Add support for unwrapping of the XMEGA PDI programming protocol to the AVRISP Programmer project. Dean Camera 2009-12-02 13:42:08 +0000
  • 5930f47bf4 Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone project. Dean Camera 2009-12-02 12:04:37 +0000
  • 1ed6925b5b Factor out all the ISP related code into a seperate ISPProtocol set of files in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented. Dean Camera 2009-12-02 12:02:01 +0000
  • 1645c3d243 Rename the V2Protocol command handlers in the AVRISP project in preperation of XMEGA PDI programming support. Dean Camera 2009-12-02 11:37:39 +0000
  • 1b2cd16976 Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device. Dean Camera 2009-11-30 02:20:26 +0000
  • b7f6a65c25 Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2. Dean Camera 2009-11-29 07:41:54 +0000
  • 414b92e812 Add to the existing CDC Class Driver's CreateStream() function documentation to explicitly state that the created streams are bidirectional. Dean Camera 2009-11-29 05:19:41 +0000
  • 958d28d05d Better checking of whether a packet is received in the RNDISEthernetHost Class driver demo - show busy LED status while packets are being printed out. Dean Camera 2009-11-27 06:32:26 +0000
  • e5057fec8e Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this is connected to the XMEGA's /RESET line, need to enable pullup to prevent spurrious resets. Dean Camera 2009-11-26 13:59:11 +0000
  • 5e46801096 Complete RNDIS Host Class driver code - add SendPacket function. Dean Camera 2009-11-26 11:40:15 +0000
  • 9ba8da7412 Make the RNDISEthernetHost Class driver demo print out incomming packets from the attached RNDIS device. Dean Camera 2009-11-26 11:29:06 +0000
  • 2a28862dcc Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). Dean Camera 2009-11-26 11:16:20 +0000
  • f6de4db000 Remove documentation of deleted parameters from the RNDIS Host Class driver's device Initialize function. Dean Camera 2009-11-26 05:08:00 +0000
  • 04e177b66e Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory. Dean Camera 2009-11-26 04:50:15 +0000
  • 5aa2b26261 Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. Dean Camera 2009-11-26 04:46:31 +0000
  • f37d21bbe9 Updated John Steggall's software USART in the XPLAINBridge project. Dean Camera 2009-11-26 01:17:29 +0000
  • ab602a8b48 Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. Dean Camera 2009-11-25 04:23:40 +0000
  • a04131cf04 Fix more Doxygen errors from missing parameter documentation. Dean Camera 2009-11-25 04:13:14 +0000
  • 50f4a3b625 Fix build and Doxygen errors. Dean Camera 2009-11-25 03:56:51 +0000
  • 179691be6e Removed old empty RNDISEthernetHost directory from the Incomplete Host demos folder. Dean Camera 2009-11-25 03:33:14 +0000
  • 8c6c27d88b Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. Dean Camera 2009-11-25 03:26:57 +0000
  • c05c7c7df4 Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code). Dean Camera 2009-11-25 00:36:18 +0000
  • d3f11eb528 Make the StandaloneProgrammer project seamlessly read out drive contents from either an attached FAT formatted drive when in host mode, or the onboard FAT formatted dataflash when in device mode. Dean Camera 2009-11-24 14:10:28 +0000
  • 59ed10273c Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero. Dean Camera 2009-11-24 08:54:41 +0000
  • e4bf986bb3 Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount. Dean Camera 2009-11-24 01:56:59 +0000
  • 702bec892d Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. Dean Camera 2009-11-23 13:35:52 +0000
  • 8b009bc113 Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate. Dean Camera 2009-11-23 13:22:33 +0000
  • c438d01f87 Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser. Dean Camera 2009-11-23 13:01:50 +0000
  • aaa0bed556 The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. Dean Camera 2009-11-23 12:40:14 +0000
  • 6e867f7d9b Removed code to zero reports between two keyboard reports with differing number of pressed keys, as this relied on non-standard OS behaviour. Dean Camera 2009-11-23 05:45:59 +0000
  • 86db035b1e Add activity LED updates to the AVRISP project. Dean Camera 2009-11-23 05:28:08 +0000
  • bcf07edeb2 Commit for the 091122 release. Dean Camera 2009-11-22 04:56:59 +0000
  • 6c38ca2890 Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero. Dean Camera 2009-11-20 06:56:43 +0000
  • 7ef58eef7a Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint. Dean Camera 2009-11-20 04:39:41 +0000
  • d753512cca Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). Dean Camera 2009-11-17 11:28:07 +0000
  • 9b20114555 Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly. Dean Camera 2009-11-17 10:32:17 +0000
  • 79e54580ae Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons). Dean Camera 2009-11-16 05:45:05 +0000
  • ea5236b3e1 Fix incorrect compiler error message when F_CLOCK is not defined by the user (thanks to Dave Lyons). Dean Camera 2009-11-15 13:09:02 +0000
  • 21cc9c9e19 Cleanups to the MassStorage Device demos, and the MassStorage Device Class driver. Dean Camera 2009-11-15 12:50:23 +0000
  • 588886878e Corrections, improvements and additions to the incomplete RNDISHost demo. Dean Camera 2009-11-13 13:24:04 +0000
  • e625fd6df3 Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor(). Dean Camera 2009-11-13 10:07:25 +0000
  • 2626ecb261 Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctly and set the packet filter. No packets are received yet from the test device, need to investigate additional SET commands to see if any critical OIDs have been missed. Dean Camera 2009-11-13 07:23:31 +0000
  • 652042111c Add blocking versions of the CDC Class driver streams, for applications requiring blocking reads. Dean Camera 2009-11-12 12:47:15 +0000
  • 6a46f0025a Add beginnings of a RNDIS Ethernet Host demo. Dean Camera 2009-11-12 10:43:07 +0000
  • 04774208b6 Minor code cleanups for clarity. Dean Camera 2009-11-11 09:09:39 +0000
  • 5de364163f Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF. Dean Camera 2009-11-10 11:24:15 +0000
  • c1782ac024 Added new stream creation function to the CDC Class drivers, to easily make standard streams from CDC Class driver instances. Dean Camera 2009-11-10 06:22:03 +0000
  • d6edfe35c8 Spell check all source code variables, comments and strings. Dean Camera 2009-11-09 13:15:28 +0000
  • c647c27639 Minor changes to the AVRISP project for code clarity. Dean Camera 2009-11-09 12:22:33 +0000
  • 8bb007f80b Fixed HID host Class driver report send/receive report broken when issued through the control pipe. Dean Camera 2009-11-09 08:24:01 +0000
  • 4dde844e9f Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. Dean Camera 2009-11-08 21:56:18 +0000
  • 34dc7f241f Make Low Level host demos use void pointers for the configuration descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Dean Camera 2009-11-07 07:23:03 +0000
  • 64e5c4084f Add optional pipe double banking support to the Host mode Class drivers. Dean Camera 2009-11-07 03:51:24 +0000
  • f29fc1abc4 Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure. Dean Camera 2009-11-06 14:32:01 +0000
  • f7ab433c67 Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level. Dean Camera 2009-11-06 13:43:18 +0000
  • 1c7aa68596 Add other missing Printer.h main class driver dispatch file. Dean Camera 2009-11-04 13:23:47 +0000
  • 4563350628 Add missing Printer.h common class driver file. Dean Camera 2009-11-04 13:22:38 +0000
  • 8ba51f090f Added new Printer Host mode Class driver. Dean Camera 2009-11-04 13:16:53 +0000
  • 4670b39070 Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop. Increased the default number of collection paths allowable by the parser. Dean Camera 2009-11-04 07:14:38 +0000
  • ba8ffa4cb7 Add support for Mouse Scrollwheel to the MouseHostWithParser demos. Dean Camera 2009-11-04 05:18:43 +0000
  • 87b2572ae5 Added new JoystickHostWithParser demos to the library. Dean Camera 2009-11-04 04:55:10 +0000
  • f93f732108 Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where possible to reduce code size and (potentially) allow for centralized status stage timeouts. Dean Camera 2009-11-04 04:17:11 +0000
  • 0899deaae3 Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port and a HID Mouse. Dean Camera 2009-11-03 12:12:07 +0000
  • 5832bab02f Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. Dean Camera 2009-11-03 11:11:51 +0000
  • 870591983c Add const attribute to class driver APIs. Dean Camera 2009-11-03 02:06:13 +0000
  • de8c9445d4 Make HID device class driver ignore the previous HID report comparison buffer when the user sets it to NULL, disabling automatic report comparisons. Update HID device class driver documentation giving previous report buffer limitations. Dean Camera 2009-10-26 11:44:36 +0000
  • 9ea891ea20 Use clearer buffer names in the USBtoSerial project to prevent confusion. Dean Camera 2009-10-26 11:27:13 +0000
  • cf610c5c91 Make HID device class driver reselect the correct endpoint after the user callbacks have fired. Dean Camera 2009-10-26 05:27:59 +0000
  • de70f0f1cf Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. Dean Camera 2009-10-18 05:35:48 +0000
  • c3dfc58707 Fix invalid Event name rule in demo/project makefiles. Dean Camera 2009-10-16 08:04:51 +0000
  • e53c120a22 Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports. Dean Camera 2009-10-14 09:42:11 +0000
  • dc68de15b6 Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. Dean Camera 2009-10-12 05:59:55 +0000
  • be9d0a5aa9 Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. Dean Camera 2009-10-11 06:14:08 +0000
  • c7bc3ec391 Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. Dean Camera 2009-10-08 08:46:27 +0000
  • 664a292181 Application documentation/comment cleanup. Dean Camera 2009-10-08 07:18:28 +0000
  • bdedbd558c Add new MIDIHost LowLevel demo application. Dean Camera 2009-10-08 07:00:44 +0000
  • 09575f9607 Fix accidentally changed code breaking the HID descriptor parser. Dean Camera 2009-10-05 05:20:30 +0000
  • 046fff2aff Fix broken Endpoint/Pipe stream templates. Dean Camera 2009-10-04 07:57:15 +0000
  • db435c4995 Minor documentation fixups. Dean Camera 2009-10-03 15:30:29 +0000
  • 433399b05d Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Dean Camera 2009-10-03 07:59:32 +0000
  • 3ebfb998ec Added support for the Atmel XPLAIN board. Dean Camera 2009-10-02 09:11:37 +0000