Commit Graph

  • 292fc9b65e Move unfinished SideShow source files to nested Lib directory for clarity. Dean Camera 2009-07-20 14:23:47 +0000
  • 18f7cd3325 Ensure control pipe is selected in the PrinterHost demo before trying to send control requests. Dean Camera 2009-07-20 14:12:05 +0000
  • 4f747e7b76 Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. Dean Camera 2009-07-20 14:07:02 +0000
  • 73a21890f6 Added missing DoxyGen configuration file to the PrinterHost demo. Dean Camera 2009-07-20 13:52:45 +0000
  • 8a28fd8e6c Added extra DoxyGen documentation to the new PrinterHost demo. Dean Camera 2009-07-20 13:49:26 +0000
  • 3ee3ed2d6d Add PrinterHost to the project file and Host LowLevel directory makefile. Dean Camera 2009-07-20 13:41:37 +0000
  • 2a90f66de2 Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete. Dean Camera 2009-07-20 13:37:20 +0000
  • f3c061d5c8 Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews). Dean Camera 2009-07-20 10:19:13 +0000
  • 211712d66d Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version of the function built into the library itself. Dean Camera 2009-07-20 03:14:41 +0000
  • 4c035b14f1 Cleaner solution to the PrinterHost data send routine problem of embedded NULLs - use a special structure to hold the data string plus the length in bytes of the data. Dean Camera 2009-07-20 03:07:27 +0000
  • 5d8cdd9bea Fix unfinished printer host demo - some printer languages use embedded NULLs and so strlen() won't work in all cases. Ensure NULL terminator for the test page is not transmitted to the device. Dean Camera 2009-07-20 02:59:16 +0000
  • 8a68203d34 Added error codes to most StillImageHost demo commands. Dean Camera 2009-07-20 02:27:32 +0000
  • cf313989e6 Don't send terminal RESET codes via serial - just set the foreground colour and assume the user has the background set to something sane, so that the demos don't wipe out custom user terminal settings. Dean Camera 2009-07-19 13:17:38 +0000
  • cc879df4f0 Use sane ANSI terminal escape codes for the Host mode demos, so that they do not cause eye-searing, unreadable text on terminals which parse the escape codes properly. Dean Camera 2009-07-19 13:08:48 +0000
  • 786479faf0 Add partial project documentation to the incomplete PrinterHost demo. Dean Camera 2009-07-19 12:36:19 +0000
  • d3fb6273aa Fix PrinterHost demo so that it will only enumerate printers with Bidirectional protocol encapsulation. Change enumeration code to automatically select the correct alternate setting for the printer interface to select the bidirectional protocol. Dean Camera 2009-07-19 09:36:16 +0000
  • 9d2613d908 Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews). Dean Camera 2009-07-19 09:04:25 +0000
  • b243c2b80b Magstripe Project: Ensure that empty tracks still print out a newline seperator so that the host always knows what track data is being sent. Dean Camera 2009-07-19 07:30:37 +0000
  • d6543dee0d Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve performance. Dean Camera 2009-07-16 15:00:10 +0000
  • c619e21fa7 Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models. Dean Camera 2009-07-16 08:57:51 +0000
  • 32086e4f14 Fix small error in last commit preventing compilation in some circumstances. Dean Camera 2009-07-16 08:32:20 +0000
  • 37f8a84f35 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility). Dean Camera 2009-07-16 08:15:27 +0000
  • f85a53a31b Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces. Dean Camera 2009-07-15 05:49:19 +0000
  • da138684e4 Added module file dependancy information to the USB class drivers. Dean Camera 2009-07-14 07:59:34 +0000
  • 312748702a Added better module summaries. Dean Camera 2009-07-14 07:33:06 +0000
  • e9215b4b36 Fix broken Pipe stream function templates due to mixed const/no const use in prototypes. Dean Camera 2009-07-13 12:44:47 +0000
  • 73d9fafc0f Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times. Dean Camera 2009-07-13 12:38:30 +0000
  • 1d26e78258 Added compatibility list to the documentation of each individual demo. Dean Camera 2009-07-13 06:44:14 +0000
  • 0fcbe22c9e Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state. Dean Camera 2009-07-13 05:34:43 +0000
  • a54ed0085b Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. Dean Camera 2009-07-13 04:46:52 +0000
  • 23f3c3deee Fixed compilation error in incomplete BluetoothHost demo. Dean Camera 2009-07-11 15:07:07 +0000
  • e0af6014a7 Added incomplete PrinterHost demo application. Dean Camera 2009-07-11 15:05:56 +0000
  • b462f2d457 Minor correction to MagStripe demo to fix build problems. Dean Camera 2009-06-29 11:11:51 +0000
  • 86e6ed7f31 Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. Dean Camera 2009-06-29 09:30:06 +0000
  • f1076ac4d6 Added const modifiers to device mode class drivers. Dean Camera 2009-06-28 13:39:08 +0000
  • 3cbdcd3686 Reduce struct name pollution - group typedef struct names by class driver name where appropriate. Dean Camera 2009-06-26 11:43:56 +0000
  • 7366f590f5 Rename some of the library documentation files. Dean Camera 2009-06-26 10:25:59 +0000
  • 3bd4011c09 Split Getting Started page of the documentation into its own section. Dean Camera 2009-06-26 10:24:54 +0000
  • 1756087c3e Optimize vendor/product description string display code in MassStorageHost. Dean Camera 2009-06-26 09:58:43 +0000
  • b2cf4d3222 Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy the strings to a temp buffer and terminate before using them in printf. Dean Camera 2009-06-23 09:38:22 +0000
  • 64937a6206 MassStorageHost demo now retrieves Inquiry data from the device during enumeration, and prints the device's Vendor and Product IDs. Dean Camera 2009-06-23 09:01:23 +0000
  • bb23e55f11 Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset is issued while not processing a command. Dean Camera 2009-06-23 08:45:46 +0000
  • a3a04aa671 Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. Dean Camera 2009-06-23 08:03:09 +0000
  • 7f81803aaa Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use. Dean Camera 2009-06-23 07:55:18 +0000
  • 189d0c7e66 Add demos/bootloaders/projects overview to the manual. Dean Camera 2009-06-22 11:32:51 +0000
  • 7d7573e4e5 Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.). Dean Camera 2009-06-22 10:23:47 +0000
  • a34cccf099 Optimize unique serial number reading code for size -- remove atoi/toupper references, replace with hand-rolled code as the input has known size constraints. Dean Camera 2009-06-21 13:52:21 +0000
  • 7d391eb04c Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them from having unneccesary size increases from unused code. Dean Camera 2009-06-21 11:09:12 +0000
  • 730624f745 Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it. Dean Camera 2009-06-21 09:22:31 +0000
  • 9d506553aa Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long. Dean Camera 2009-06-21 08:04:10 +0000
  • e0420015df Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux. Dean Camera 2009-06-21 05:04:18 +0000
  • b2de451959 Add new temp LUFA project logo to the manual. Dean Camera 2009-06-21 04:48:05 +0000
  • 00d0883507 Added USE_INTERNAL_SERIAL compile time option to automatically read out the internal unique serial number as the device's serial number descriptor on supported AVR models. Dean Camera 2009-06-20 11:43:26 +0000
  • 35bdada24b Clean up RNDIS demo type define names. Dean Camera 2009-06-19 07:29:02 +0000
  • feabfd12ce Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. Dean Camera 2009-06-19 05:08:04 +0000
  • beb0b2bda0 Move LUFA compile time options to a new section in the application makefiles for clarity. Dean Camera 2009-06-19 04:34:35 +0000
  • dfa547164a Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch, to add support for multi-configuration devices. Dean Camera 2009-06-19 03:37:47 +0000
  • 0d8679cf6b Re-add in simple scheduler for compatibility with legacy code, mark all scheduler related files as deprecated. Dean Camera 2009-06-19 03:21:03 +0000
  • 8bc3a91c1f Fix broken MagStripe project. Dean Camera 2009-06-18 10:55:04 +0000
  • d475ea4394 Oops - restore deleted MissileLauncher project, fix all spelling errors for "missile". TODO: Learn how to actually spell. Dean Camera 2009-06-18 10:49:19 +0000
  • 59e87d4df0 Fix spelling of the MissileLauncher project directory. Dean Camera 2009-06-18 10:36:02 +0000
  • f896c00c48 Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces. Dean Camera 2009-06-18 10:31:55 +0000
  • e338cb6f32 Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint. Dean Camera 2009-06-18 07:53:51 +0000
  • 2b21a1552d Remove hardcoded DOT path from all Doxygen config files. Dean Camera 2009-06-16 13:50:02 +0000
  • f33b282009 Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLauncher Doxygen.conf file. Dean Camera 2009-06-16 07:25:47 +0000
  • dcf303762a Pipe_GetErrorFlags() now returns additional error flags for overflow and underflow errors. Dean Camera 2009-06-16 07:17:22 +0000
  • 39d07c3da0 Added USB Missle Launcher project, submitted by Dave Fletcher. Dean Camera 2009-06-16 05:53:27 +0000
  • b5ca3990c2 Added new USB_Host_SetDeviceConfiguration() convenience function. Change over Low Level host demos to use the new routine. Dean Camera 2009-06-16 04:20:21 +0000
  • ab76c52e14 Move main library documentation pages into a new ManPages subdirectory. Dean Camera 2009-06-15 13:57:57 +0000
  • 84d7783350 Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header. Dean Camera 2009-06-15 13:42:34 +0000
  • 345506b11c Add author image to library documentation. Dean Camera 2009-06-15 11:12:39 +0000
  • 48b3c9976c Use sub pages in main library documentation to improve readability. Dean Camera 2009-06-15 11:01:58 +0000
  • b61049f722 Fixed broken HIDReportParser.c. Dean Camera 2009-06-15 08:58:55 +0000
  • c75f8bf223 More Doxygen fixes - ensure no undocumented function parameters. Dean Camera 2009-06-15 08:36:12 +0000
  • 234d0a39eb Doxygen corrections to fix Doxygen warnings in some demos. Dean Camera 2009-06-15 07:23:14 +0000
  • b7049da11b Enhanced class drivers to use the same public/private section seperations as other portions of the library. Dean Camera 2009-06-15 04:38:42 +0000
  • afe6ae1402 Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. Dean Camera 2009-06-14 15:55:13 +0000
  • 9fdc53d765 Fix errors from last commit. Dean Camera 2009-06-14 07:57:04 +0000
  • 4d3a594f3e Changed per-device controller preprocessor checks over to per-device series for better device control. Dean Camera 2009-06-14 07:44:02 +0000
  • 9798440ca4 Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers. Dean Camera 2009-06-11 06:15:45 +0000
  • b2330934b9 Some minor whitespace corrections. Dean Camera 2009-06-11 01:52:53 +0000
  • 462fb500d7 Move temp Todo list from the Changelog to a new Future Changes page in the documentation. Dean Camera 2009-06-10 07:20:08 +0000
  • 6be24e4404 Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes. Dean Camera 2009-06-10 05:03:45 +0000
  • 28343b1475 Updated bootloaders to use the new main() function layout and remove any references to the scheduler to keep them in line with the rest of the library. Dean Camera 2009-06-09 06:05:01 +0000
  • 0323e13b39 Copy over schedulerless host demos to ClassDrivers directory, for later modification to new Host mode USB class drivers. Dean Camera 2009-06-09 04:30:12 +0000
  • 34f6e0dd33 Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations. Dean Camera 2009-06-09 04:27:53 +0000
  • ccf5bd19f2 Finished basic documentation of all device mode class drivers. Dean Camera 2009-06-08 11:31:41 +0000
  • 1c12341cd7 Completed documentation of the HID device class driver. Dean Camera 2009-06-08 10:35:42 +0000
  • bde64666fb Finished CDC device class driver documentation. Dean Camera 2009-06-08 10:06:49 +0000
  • e6881fd166 Error status LEDs shown when device endpoint configuration fails to complete. Dean Camera 2009-06-08 07:46:07 +0000
  • ac70ddd0a1 Converted Host mode demos to schedulerless. Fixed host mode broken due to earlier Start-of-frame event experiments. Dean Camera 2009-06-08 07:34:16 +0000
  • 33a0184749 Converted device mode low-level demos to schedulerless. Dean Camera 2009-06-07 07:20:33 +0000
  • 2793c88fc6 Add master device Host demo makefile. Dean Camera 2009-06-05 08:13:19 +0000
  • d47df1cd3a Delete host mode demos from the root Host demos folder. Dean Camera 2009-06-05 07:59:24 +0000
  • f1199200e1 Copy existing Host mode demos to new ClassDriver and LowLevel subfolders. Dean Camera 2009-06-05 07:56:39 +0000
  • f51017f8fb Conversion of old incomplete SideShow demo to new APIs. Dean Camera 2009-06-05 07:52:53 +0000
  • bf041e8bbf Add new Incomplete device subdirectory for work-in-progress demos. Add incomplete SideShow demo. Dean Camera 2009-06-05 07:32:40 +0000
  • dd2cc7eda7 Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos. Dean Camera 2009-06-05 07:30:23 +0000
  • b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. Dean Camera 2009-06-05 07:16:33 +0000
  • 6a7c298c0f Synchronise with the 090605 release. Dean Camera 2009-06-05 06:46:23 +0000