Commit Graph

  • b7eead83aa Cleanups to the Device mode Mass Storage demo applications' SCSI routines. Dean Camera 2009-10-02 07:40:24 +0000
  • 3ecc462954 Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make construction of a standard ISP programmer easier. Dean Camera 2009-10-01 09:41:13 +0000
  • 2f643f6143 Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed. Dean Camera 2009-09-30 08:16:42 +0000
  • baa1b22654 Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe) to send report to the attached device. Dean Camera 2009-09-30 07:58:17 +0000
  • 89c837ee34 Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library. Dean Camera 2009-09-30 04:40:36 +0000
  • 059ebd01a3 Fix missing semicolons in the *WithParser Host mode demos. Dean Camera 2009-09-29 07:21:47 +0000
  • 512977322b Fix missing semicolons in the *WithParser Host mode demos. Dean Camera 2009-09-29 07:21:35 +0000
  • 7977663f62 Add information on the new MouseHostDevice dual role demo to the library documentation. Add a 0x prefix to the LUFA_VERSION_INTEGER define to ensure that it is stored as BCD, and not an octal value. Dean Camera 2009-09-29 07:15:09 +0000
  • fa8d25ef29 Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers. Dean Camera 2009-09-29 07:13:42 +0000
  • e57e08c672 Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev). Dean Camera 2009-09-28 15:56:27 +0000
  • 409c49f057 Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos. Dean Camera 2009-09-24 02:05:33 +0000
  • 573a27d90a Fix incorrect names for the HID Host protocol setting routines. Dean Camera 2009-09-24 01:52:57 +0000
  • f0fcffd146 Fix more build errors in the LowLevel "WithParser" HID Host demos. Dean Camera 2009-09-22 10:05:17 +0000
  • 073a58cd29 Fix broken Host ClassDriver MouseHostWithParser demo. Dean Camera 2009-09-22 09:52:25 +0000
  • 849b9535e7 Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition. Dean Camera 2009-09-22 08:07:48 +0000
  • 576f40f5ae Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos. Dean Camera 2009-09-22 07:53:57 +0000
  • 242303c160 Add new attributes to the HID Report Parser and HID Host Mode Class driver to keep track of the largest report the device can send for buffer allocation purposes. Change MouseHostWithParser and KeyboardHostWithParser demos to only allocate the needed number of bytes. Dean Camera 2009-09-21 12:23:09 +0000
  • 3ffa7543a0 Finish initial draft of the Host Mode HID Class driver. Dean Camera 2009-09-21 10:49:06 +0000
  • f5c645296c Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin). Dean Camera 2009-09-21 08:07:26 +0000
  • 4530a546a1 Fix broken MagStripe demo due to the HID Class driver changes. Dean Camera 2009-09-21 06:46:39 +0000
  • 6bbd2a99c2 Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken by HIDParser API changes. Dean Camera 2009-09-21 06:32:16 +0000
  • 0029cb454e Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Driver structures for boot protocol reports. Dean Camera 2009-09-21 06:13:00 +0000
  • 9d6a373cb6 Add const qualifiers to Host mode Class drivers. Dean Camera 2009-09-21 06:08:39 +0000
  • 7478b387a9 Oops - Keyboard boot report structure should be an array of 6 keycodes. Dean Camera 2009-09-20 13:01:45 +0000
  • 0d5e30e69f Remove type definitions of the keyboard and mouse boot protocol report layouts from the Device Class Driver demos, as they are now located inside the class driver. Dean Camera 2009-09-20 12:52:35 +0000
  • 6c5c9212d8 Add KeyboardHost HID Host Class driver demo to the library. Dean Camera 2009-09-20 12:46:26 +0000
  • aa640330a1 Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protocol now works, still need to finish and test report protocol mode. Dean Camera 2009-09-20 12:34:07 +0000
  • 51566d1a81 Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen. Dean Camera 2009-09-20 12:01:25 +0000
  • cd0adb7574 Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board. Dean Camera 2009-09-17 23:34:16 +0000
  • 7c6b2019a3 Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success. Dean Camera 2009-09-17 13:12:21 +0000
  • eaa914a4e4 Fix LUFA event list generation rule in the main LUFA makefile (thanks to Thomas Bleeker). Dean Camera 2009-09-14 06:01:32 +0000
  • eee712f769 Fixed MIDI Device Class driver not sending/receiving MIDI packets of the correct size (thanks to Thomas Bleeker). Dean Camera 2009-09-14 05:57:17 +0000
  • 93b24a25df Fixed Low Level USBtoSerial demo not storing received characters (thanks to Michael from DirectAid.ca). Dean Camera 2009-09-13 08:29:31 +0000
  • 81b618be23 Revert changed CDC_Device_Flush() prototype accidentially changed in the last commit. Dean Camera 2009-09-10 07:05:26 +0000
  • e918d977b1 Prevent the CDC Device Class driver from sending empty IN packets on every service task call - only send termination packets when data is in the endpoint. Dean Camera 2009-09-10 06:41:57 +0000
  • b221e7d175 Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project. Dean Camera 2009-09-09 13:17:04 +0000
  • 524decdeb3 Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report. Dean Camera 2009-09-09 08:34:24 +0000
  • 331929833d Add Host mode Class driver demo summaries. Dean Camera 2009-09-09 04:22:49 +0000
  • d2068d878c Finish Still Image Host class driver. Dean Camera 2009-09-09 04:18:37 +0000
  • 6f993a2f75 Add link to third-party signed version of the official FLIP DFU driver for 64-bit Windows OSes to the DFU bootloader readme file. Dean Camera 2009-09-07 10:50:58 +0000
  • 7882da1ed8 Remove information about 64 bit Windows OS signing requirements for the CDC based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements. Dean Camera 2009-09-07 08:11:17 +0000
  • c8b72f955f Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEGAXX2 variant AVRs to the DFU bootloader. Dean Camera 2009-09-07 07:57:00 +0000
  • 1190652c0b Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. Dean Camera 2009-09-06 20:30:26 +0000
  • 0486f12e3e Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project. Dean Camera 2009-09-06 05:58:40 +0000
  • f6700c0ea5 Added 64 bit OS driver installation instructions to the readme for all CDC based projects. Dean Camera 2009-09-06 04:22:46 +0000
  • 064e6a2f32 Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state. Dean Camera 2009-09-06 04:15:35 +0000
  • 6783bc4594 Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run. Dean Camera 2009-09-02 13:08:55 +0000
  • 205b35d131 Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage. Dean Camera 2009-09-02 07:16:52 +0000
  • ecf7c18cf2 Fixed error in PrinterHost preventing the full page data from being sent to the attached device. Dean Camera 2009-09-02 00:27:52 +0000
  • 0fdc1a2bc6 Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles. Dean Camera 2009-09-01 15:46:46 +0000
  • 113df4878b Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the new USB_GetDeviceConfigDescriptor() function parameters. Dean Camera 2009-09-01 13:57:47 +0000
  • 0e2ffebb82 Added documentation for the constants and enums of the new StillImage Host Class driver added to the library so far. Dean Camera 2009-09-01 13:47:11 +0000
  • 5908e28e8d Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header. Dean Camera 2009-09-01 13:35:30 +0000
  • bda4bd4501 Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation. Dean Camera 2009-09-01 11:16:57 +0000
  • dac7b046fd Add return codes to the CDC Host Class driver String/Byte transmission functions. Dean Camera 2009-08-31 13:58:03 +0000
  • cf2776531c Add extra check for OUT ZLP in the CDC Device Class driver service task to quickly clear zero-length termination packets from the host. Dean Camera 2009-08-31 12:43:28 +0000
  • 778da9dc6d Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers. Dean Camera 2009-08-31 08:35:52 +0000
  • f9f1bcc25c Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters. Dean Camera 2009-08-31 08:27:48 +0000
  • 7fbb759287 Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks and data validations internally, to simplify user code. Dean Camera 2009-08-31 07:48:32 +0000
  • 813e6f0318 Remove deleted source files from the Device mode Class driver demos to enable them to be built. Dean Camera 2009-08-30 11:42:16 +0000
  • e2822fb30d Remove deleted source files from the LUFA library makefile. Dean Camera 2009-08-30 11:40:26 +0000
  • 3dce79d68c Added start of the Still Image Host Class driver demo and driver code. Dean Camera 2009-08-30 11:36:04 +0000
  • 0d3a3f7536 Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement in next release. Dean Camera 2009-08-30 10:43:41 +0000
  • 0f51db56c0 Replace -finline-limit with -fno-inline-small-functions in project makefiles. Dean Camera 2009-08-30 06:52:03 +0000
  • 244c86429b Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP project so that there is a central place where all non-PC set target values can be updated easily. Dean Camera 2009-08-30 03:51:44 +0000
  • 4bb236e9a0 Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP commands from timing out too early. Dean Camera 2009-08-28 08:24:50 +0000
  • 489515fbbf Make WaitWhileBusy function in the AVRISP project more explicit about how it sends and receives the busy check command. Dean Camera 2009-08-27 23:07:53 +0000
  • 94c899d7b7 Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback routine, so that ignored callbacks don't cause incorrect data to be sent. Dean Camera 2009-08-27 22:34:41 +0000
  • 922e60192d Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space. Dean Camera 2009-08-27 13:12:44 +0000
  • 023838fe4a Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class driver to ensure that multiple instances of the driver can be used on a single device with multiple Mass Storage interfaces. Dean Camera 2009-08-27 11:43:37 +0000
  • f52b265090 Simplified Host mode Mass Storage Class driver to reduce compiled program size. Dean Camera 2009-08-27 08:17:06 +0000
  • 754ea083d4 Fix memory corruption in Host mode Mass Storage Class driver. Dean Camera 2009-08-27 08:01:33 +0000
  • cd2dcc9163 Added better USB Class driver overviews. Dean Camera 2009-08-27 07:48:48 +0000
  • d297ea12b7 Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity. Dean Camera 2009-08-27 07:38:40 +0000
  • f7cde02b80 Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver. Dean Camera 2009-08-27 07:10:00 +0000
  • 665fe11f12 Fixed Device mode HID Class driver always sending IN reports, even when no data is to be reported. Dean Camera 2009-08-27 06:36:01 +0000
  • 8ea5c631c8 Minor documentation fixes to the completed Host mode Class drivers. Dean Camera 2009-08-27 06:32:12 +0000
  • f890592806 Completed initial Host mode Mass Storage class driver. Dean Camera 2009-08-27 06:28:18 +0000
  • 559ca2ba04 Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mode Mass Storage Class driver. Dean Camera 2009-08-26 08:20:55 +0000
  • a765f71727 Add SCSICodes.h to the Class Driver Common folder, and automatically include it in both the Host and Device Mass Storage Class drivers. Delete existing version from the ClassDriver MassStorage device demo's /Lib/ folder. Dean Camera 2009-08-26 07:51:40 +0000
  • 31d8ebebc0 Oops: Really disable building of Projects/Host/ClassDriver directory in the Projects/Host/ makefile. Dean Camera 2009-08-26 07:34:31 +0000
  • ee744abb7e More work on the Mass Storage Host mode Class driver. Dean Camera 2009-08-26 07:01:32 +0000
  • f547eb3608 Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size. Dean Camera 2009-08-25 14:30:42 +0000
  • 17d06b8494 Add VTARGET level detection to the AVRISP project on supported AVR models. Dean Camera 2009-08-25 14:02:47 +0000
  • 244bba2097 Make AVRISP project build again - fix incorrect preprocessor directive in V2Protocol.c, fix makefile LUFA_PATH. Dean Camera 2009-08-25 13:26:34 +0000
  • cfe054474f Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile. Dean Camera 2009-08-25 13:24:21 +0000
  • 271be037b7 Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. Dean Camera 2009-08-25 13:21:19 +0000
  • 8aee4cb2f2 Add function documentation to the AVRISP project. Dean Camera 2009-08-25 13:15:30 +0000
  • 73801c73a1 Finished preliminary AVRISP project - all V2 protocol commands now work correctly for basic operations. Dean Camera 2009-08-25 11:24:45 +0000
  • 4742e95a3f Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler - can now correctly read back device data. Programming command handler is still broken, although first page is written correctly to FLASH in paged write mode. Dean Camera 2009-08-25 08:58:48 +0000
  • 6d1adf7339 Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity. Dean Camera 2009-08-25 08:09:49 +0000
  • f070902bdb Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EEPROM_ISP polling and endpoint bank clearing, add hardware delays/timeouts to the V2 Protocol handler in the AVRISP project. Dean Camera 2009-08-24 13:39:47 +0000
  • 8cb8f1cfdd Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler. Dean Camera 2009-08-24 12:49:19 +0000
  • 92adb00f8e Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handler in the AVRISP project, programming complete checks not yet complete. Dean Camera 2009-08-24 11:04:05 +0000
  • f9c0357b73 Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRISP project. Dean Camera 2009-08-24 10:08:02 +0000
  • bff4dbe189 Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the array when writing back the response from the device. Dean Camera 2009-08-24 09:37:54 +0000
  • dbb5f249bd Added V2 protocol handlers for the READ and WRITE memory commands in the AVRISP project. Finished READ command handler, skeleton WRITE handler implemented. Dean Camera 2009-08-23 12:38:50 +0000
  • 7e74bd3ea2 Moved out target-related V2 protocol commands into a seperate file for the AVRISP project. Dean Camera 2009-08-23 10:17:13 +0000
  • f229502d9a Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully. Dean Camera 2009-08-23 08:37:11 +0000
  • 1e8df8951a Added V2Protocol handlers to the AVRISP project to enter/exit programming mode, and read/write fuses, lockbits, OSCCAL and Signature bytes. Dean Camera 2009-08-23 04:01:49 +0000