Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 12 | -12/+24 |
| | |||||
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 1 | -2/+2 |
| | |||||
* | Update driver INF files - change manufacturer name from the original ↵ | Dean Camera | 2010-01-29 | 2 | -2/+2 |
| | | | | template's name to the Four Walled Cubicle website. | ||||
* | Removed the stream example code from the Low Level VirtualSerial demos, as ↵ | Dean Camera | 2010-01-28 | 1 | -53/+0 |
| | | | | they were buggy and only served to add clutter. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 10 | -28/+40 |
| | | | | 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 | 12 | -12/+12 |
| | | | | 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 | -0/+3 |
| | | | | | | 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. | ||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 12 | -7572/+8508 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 76 | -155/+155 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 75 | -530/+530 |
| | |||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 14 | -47/+47 |
| | | | | | | | | (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 | 4 | -10/+10 |
| | | | | they compile. | ||||
* | Additional file renames and modifications to change CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 13 | -11/+11 |
| | |||||
* | Rename CDC demos to VirtualSerial. | Dean Camera | 2009-12-07 | 16 | -0/+0 |
| | |||||
* | Make MIDI device demos also turn off the on board LEDs if MIDI Note On ↵ | Dean Camera | 2009-11-26 | 1 | -2/+3 |
| | | | | messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). | ||||
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵ | Dean Camera | 2009-11-26 | 1 | -2/+15 |
| | | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. | ||||
* | Removed code to zero reports between two keyboard reports with differing ↵ | Dean Camera | 2009-11-23 | 1 | -11/+2 |
| | | | | 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 | 1 | -2/+2 |
| | | | | 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 | 4 | -19/+37 |
| | | | | | | been written to the endpoint. Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. | ||||
* | Cleanups to the MassStorage Device demos, and the MassStorage Device Class ↵ | Dean Camera | 2009-11-15 | 1 | -16/+18 |
| | | | | driver. | ||||
* | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean Camera | 2009-11-13 | 2 | -6/+6 |
| | | | | 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. | ||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 8 | -8/+8 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | Port and a HID Mouse. | ||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 12 | -3547/+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 | -19/+19 |
| | |||||
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect ↵ | Dean Camera | 2009-10-14 | 1 | -1/+1 |
| | | | | 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 | 15 | -120/+65 |
| | | | | 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. | ||||
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 14 | -20/+15 |
| | |||||
* | Fix broken Endpoint/Pipe stream templates. | Dean Camera | 2009-10-04 | 1 | -21/+14 |
| | | | | 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 | 1 | -10/+8 |
| | | | | | | 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 | 3 | -63/+33 |
| | |||||
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for ↵ | Dean Camera | 2009-09-30 | 1 | -2/+21 |
| | | | | | | | | 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. | ||||
* | Move Dataflash operational checking code out from SCSI.c into the ↵ | Dean Camera | 2009-09-22 | 3 | -29/+38 |
| | | | | DataflashManager.c in the Device mode Mass Storage demos. | ||||
* | Fixed Low Level USBtoSerial demo not storing received characters (thanks to ↵ | Dean Camera | 2009-09-13 | 1 | -1/+1 |
| | | | | Michael from DirectAid.ca). | ||||
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out ↵ | Dean Camera | 2009-09-09 | 13 | -26/+13 |
| | | | | | | standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project. Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request. | ||||
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | Remove information about 64 bit Windows OS signing requirements for the CDC ↵ | Dean Camera | 2009-09-07 | 3 | -21/+0 |
| | | | | based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements. | ||||
* | Add in new invalid event hook check targets to project makefiles to produce ↵ | Dean Camera | 2009-09-06 | 13 | -391/+612 |
| | | | | | | | | compilation errors when invalid event names are used in a project. Re-add in flip, flip-ee, dfu and dfu-ee targets to project makefiles (thanks to Opendous Inc.) Fix allowable F_CPU values comment in project makefiles. | ||||
* | Added 64 bit OS driver installation instructions to the readme for all CDC ↵ | Dean Camera | 2009-09-06 | 3 | -0/+21 |
| | | | | based projects. | ||||
* | Changed Still Image Host class driver to auto-fill TransactionID element of ↵ | Dean Camera | 2009-09-06 | 3 | -94/+246 |
| | | | | | | | | sent headers depending on the current session state. CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker). The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool. | ||||
* | Move check for devices not supporting internal serials in demos which make ↵ | Dean Camera | 2009-09-01 | 8 | -16/+48 |
| | | | | use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation. | ||||
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 12 | -12/+12 |
| | |||||
* | Fixed AVRISP programmer demo -- can now connect to a target and read/write ↵ | Dean Camera | 2009-08-23 | 1 | -1/+2 |
| | | | | | | | | Sig/Lock/Fuse/OSCCAL bytes successfully. Changed SPI_Init() to allow for the clock polarity and data sample modes to be set. Changed Dataflash_Init() to no longer call SPI_Init() automatically. | ||||
* | Moved out the handling of V2 Protocol parameters to a seperate set of files. ↵ | Dean Camera | 2009-08-19 | 1 | -2/+2 |
| | | | | Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages. | ||||
* | Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ↵ | Dean Camera | 2009-08-16 | 1 | -1/+3 |
| | | | | under all circumstances which fire the ISR, so that the receive complete interrupt is cleared correctly to prevent freezes. | ||||
* | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new ↵ | Dean Camera | 2009-08-16 | 6 | -23/+12 |
| | | | | USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode. | ||||
* | Adjust endpoint polling intervals for HID demos, to make them compliant with ↵ | Dean Camera | 2009-08-13 | 5 | -9/+9 |
| | | | | the 10ms minimum polling period for Low Speed devices. |