Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove obsolete entry from the Doxygen configuration files. | Dean Camera | 2010-05-23 | 12 | -12/+12 | |
| | ||||||
* | Renamed CDC device class demos' ManagementEndpoint descriptor to ↵ | Dean Camera | 2010-05-20 | 4 | -4/+4 | |
| | | | | NotificationEndpoint to more accurately indicate its purpose. | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 114 | -43353/+43353 | |
| | | | | correctly converted to the target system's native end of line style. | |||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 13 | -48/+48 | |
| | | | | the make tool to be overridden. | |||||
* | Remove incorrect Abstract Call Management class specific descriptor from the ↵ | Dean Camera | 2010-05-06 | 6 | -37/+1 | |
| | | | | CDC demos, bootloaders and projects. | |||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 12 | -24/+24 | |
| | | | | LowLevel directory as it is hardware-dependent. | |||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 25 | -6/+29 | |
| | | | | be done in the user application once all init code has run. | |||||
* | Make bluetooth SDP code correctly unpack the search UUIDs and parameters. | Dean Camera | 2010-04-19 | 1 | -1/+1 | |
| | | | | Minor documentation improvements. | |||||
* | Fixed compilation error in the AudioInput demos when ↵ | Dean Camera | 2010-03-24 | 1 | -1/+1 | |
| | | | | | | | | MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). Minor documentation cleanups. Make sure HID class driver uses properly cast pointers when writing to the report buffer. | |||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 24 | -129/+132 | |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | |||||
* | Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked ↵ | Dean Camera | 2010-03-19 | 2 | -7/+7 | |
| | | | | endpoints. | |||||
* | Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ↵ | Dean Camera | 2010-02-08 | 1 | -3/+3 | |
| | | | | type in ProcessLEDReport(). | |||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 1 | -1/+0 | |
| | | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity. | |||||
* | Split out LED report processing from the host into a seperate routine in the ↵ | Dean Camera | 2010-02-07 | 2 | -30/+27 | |
| | | | | LowLevel KeyboardMouse device demo, to avoid duplicate code. | |||||
* | Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ↵ | Dean Camera | 2010-02-07 | 4 | -9/+33 | |
| | | | | demos. | |||||
* | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class ↵ | Dean Camera | 2010-02-07 | 5 | -32/+86 | |
| | | | | driver and Keyboard demos. | |||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 12 | -12/+12 | |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | |||||
* | 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 | |
| |