Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 14 | -14/+28 |
| | |||||
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 2 | -4/+4 |
| | |||||
* | Update driver INF files - change manufacturer name from the original ↵ | Dean Camera | 2010-01-29 | 3 | -3/+3 |
| | | | | template's name to the Four Walled Cubicle website. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 12 | -42/+56 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 14 | -14/+14 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 2 | -1/+4 |
| | | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. | ||||
* | Fix up the incomplete Webserver project so that it integrates with the uIP ↵ | Dean Camera | 2010-01-21 | 1 | -1/+4 |
| | | | | | | stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received. | ||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -2/+2 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ↵ | Dean Camera | 2010-01-12 | 4 | -8/+8 |
| | | | | | | demo class driver structures. Added caveat information to the CDC device class driver. | ||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 14 | -8834/+9926 |
| | |||||
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ↵ | Dean Camera | 2010-01-05 | 1 | -0/+1 |
| | | | | events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour. | ||||
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed ↵ | Dean Camera | 2010-01-04 | 2 | -6/+14 |
| | | | | | | before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function. | ||||
* | Clean up MassStorageKeyboard demo. | Dean Camera | 2010-01-03 | 4 | -30/+17 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 85 | -177/+177 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 84 | -593/+593 |
| | |||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 6 | -13/+13 |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | ||||
* | Fix newly renamed VirtualSerial demos' include filename references so that ↵ | Dean Camera | 2009-12-07 | 6 | -15/+15 |
| | | | | they compile. | ||||
* | Additional file renames and modifications to change CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 19 | -17/+17 |
| | |||||
* | Rename CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 24 | -0/+0 |
| | |||||
* | Make MIDI device demos also turn off the on board LEDs if MIDI Note On ↵ | Dean Camera | 2009-11-26 | 1 | -1/+1 |
| | | | | messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). | ||||
* | Fix build and Doxygen errors. | Dean Camera | 2009-11-25 | 7 | -0/+7 |
| | |||||
* | Added new ReportType parameter to the HID Device Class driver ↵ | Dean Camera | 2009-11-23 | 14 | -14/+14 |
| | | | | CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate. | ||||
* | Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt ↵ | Dean Camera | 2009-11-23 | 1 | -61/+0 |
| | | | | data in the HID Host Parser. | ||||
* | The incomplete StandaloneProgrammer project now uses Host and Device Mass ↵ | Dean Camera | 2009-11-23 | 1 | -61/+0 |
| | | | | | | | | | | | | storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR). The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only. The USB_MODE_HOST token is now defined even when host mode is not available. Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver. | ||||
* | Removed code to zero reports between two keyboard reports with differing ↵ | Dean Camera | 2009-11-23 | 1 | -10/+0 |
| | | | | number of pressed keys, as this relied on non-standard OS behaviour. | ||||
* | Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ↵ | Dean Camera | 2009-11-20 | 3 | -5/+5 |
| | | | | when the given data length is zero. | ||||
* | Fixed LowLevel Keyboard demo not saving the issued report only after it has ↵ | Dean Camera | 2009-11-20 | 2 | -11/+24 |
| | | | | | | been written to the endpoint. Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. | ||||
* | Make RNDISHost demo validate the set Packet Filter to ensure that it is ↵ | Dean Camera | 2009-11-17 | 2 | -5/+4 |
| | | | | | | being sent correctly. Add new (incomplete) StandaloneProgrammer project, using the ELM Petite FAT library to read files stored on the board's dataflash by the host. | ||||
* | Cleanups to the MassStorage Device demos, and the MassStorage Device Class ↵ | Dean Camera | 2009-11-15 | 1 | -12/+4 |
| | | | | driver. | ||||
* | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean Camera | 2009-11-13 | 4 | -12/+13 |
| | | | | Change device demos which use the joystick to use the natural UP, DOWN, LEFT, RIGHT ordering in all demos when checking the joystick's position. | ||||
* | Minor code cleanups for clarity. | Dean Camera | 2009-11-11 | 1 | -2/+2 |
| | |||||
* | Added new stream creation function to the CDC Class drivers, to easily make ↵ | Dean Camera | 2009-11-10 | 2 | -22/+13 |
| | | | | standard streams from CDC Class driver instances. | ||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 5 | -6/+6 |
| | |||||
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵ | Dean Camera | 2009-11-08 | 2 | -4/+2 |
| | | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. | ||||
* | Add optional double-banking support to the Device mode Class Drivers, on a ↵ | Dean Camera | 2009-11-06 | 12 | -102/+130 |
| | | | | per-endpoint, per-interface level. | ||||
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 1 | -0/+1 |
| | | | | Add some missing documentation to some of the library demos. | ||||
* | Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where ↵ | Dean Camera | 2009-11-04 | 1 | -11/+11 |
| | | | | | | possible to reduce code size and (potentially) allow for centralized status stage timeouts. Fix Joystick device demo HID descriptors - buttons should be placed outside the Pointer collection. | ||||
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵ | Dean Camera | 2009-11-03 | 11 | -2/+3193 |
| | | | | Port and a HID Mouse. | ||||
* | Make HID device class driver ignore the previous HID report comparison ↵ | Dean Camera | 2009-10-26 | 1 | -18/+18 |
| | | | | buffer when the user sets it to NULL, disabling automatic report comparisons. Update HID device class driver documentation giving previous report buffer limitations. | ||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 11 | -3278/+0 |
| | | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. | ||||
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 13 | -24/+24 |
| | |||||
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect ↵ | Dean Camera | 2009-10-14 | 4 | -4/+2 |
| | | | | value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports. | ||||
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 16 | -131/+70 |
| | | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. | ||||
* | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver ↵ | Dean Camera | 2009-10-08 | 2 | -4/+4 |
| | | | | | | demo. Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own. | ||||
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 2 | -2/+0 |
| | |||||
* | Fix broken Endpoint/Pipe stream templates. | Dean Camera | 2009-10-04 | 1 | -17/+10 |
| | | | | Simplify AudioOutput demos, to reduce the number of cycles needed to process each incomming sample. | ||||
* | Changed Audio Class driver sample read/write functions to be inline, to ↵ | Dean Camera | 2009-10-03 | 2 | -10/+9 |
| | | | | | | reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). Fixed ClassDriver AudioOutput demo not selecting an audio output mode. | ||||
* | Cleanups to the Device mode Mass Storage demo applications' SCSI routines. | Dean Camera | 2009-10-02 | 2 | -52/+28 |
| | |||||
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵ | Dean Camera | 2009-09-30 | 1 | -3/+8 |
| | | | | | | | | checking for sytax errors in the library. MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader. | ||||
* | Add new error condition to the HID Report Parser for when a report is parsed ↵ | Dean Camera | 2009-09-22 | 1 | -2/+4 |
| | | | | 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. |