2010-03-29 |
Dean Camera | Add briefs for the library core structures. |
tree | commitdiff |
2010-03-24 |
Dean Camera | Fixed compilation error in the AudioInput demos when... |
tree | commitdiff |
2010-03-22 |
Dean Camera | Standardized the naming scheme given to configuration... |
tree | commitdiff |
2010-03-19 |
Dean Camera | Fixed LowLevel MassStorage demo broken on the U2 AVRs... |
tree | commitdiff |
2010-02-16 |
Dean Camera | Make sure the button report set masks use OR in all... |
tree | commitdiff |
2010-02-08 |
Dean Camera | Fix LowLevel Keyboard demo -- accidentally trying to... |
tree | commitdiff |
2010-02-08 |
Dean Camera | Fix AVRISP-MKII clone project's TPI Chip Erase command... |
tree | commitdiff |
2010-02-07 |
Dean Camera | Split out LED report processing from the host into... |
tree | commitdiff |
2010-02-07 |
Dean Camera | Added Keyboard LED report masks (KEYBOARD_LED_*) to... |
tree | commitdiff |
2010-02-07 |
Dean Camera | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_... |
tree | commitdiff |
2010-02-04 |
Dean Camera | New BOARD value option BOARD_NONE (equivelent to not... |
tree | commitdiff |
2010-02-03 |
Dean Camera | Exlude the "INCLUDE_FROM_*" macros from the individual... |
tree | commitdiff |
2010-02-02 |
Dean Camera | Minor fixups to the documentation and preprocessor... |
tree | commitdiff |
2010-01-29 |
Dean Camera | Update driver INF files - change manufacturer name... |
tree | commitdiff |
2010-01-28 |
Dean Camera | Removed the stream example code from the Low Level... |
tree | commitdiff |
2010-01-28 |
Dean Camera | Fix up project documentation files' overview tables... |
tree | commitdiff |
2010-01-25 |
Dean Camera | Add Webserver project Doxygen configuration file and... |
tree | commitdiff |
2010-01-25 |
Dean Camera | Added explicit ADC channel masks for the standard set... |
tree | commitdiff |
2010-01-21 |
Dean Camera | Fix up the incomplete Webserver project so that it... |
tree | commitdiff |
2010-01-19 |
Dean Camera | Changed XPLAINBridge project to be both a USB to USART... |
tree | commitdiff |
2010-01-12 |
Dean Camera | Fixed incorrect interface values in the VirtualSerialMo... |
tree | commitdiff |
2010-01-06 |
Dean Camera | Update Doxygen configuration files to the latest Doxyge... |
tree | commitdiff |
2010-01-05 |
Dean Camera | Added support to the MIDI Class drivers for packed... |
tree | commitdiff |
2010-01-04 |
Dean Camera | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check... |
tree | commitdiff |
2010-01-03 |
Dean Camera | Clean up MassStorageKeyboard demo. |
tree | commitdiff |
2009-12-30 |
Dean Camera | Update copyright year to 2010. |
tree | commitdiff |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
tree | commitdiff |
2009-12-09 |
Dean Camera | Increase timeout of Mass Storage and Still Image host... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Fix newly renamed VirtualSerial demos' include filename... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Additional file renames and modifications to change... |
tree | commitdiff |
2009-12-07 |
Dean Camera | Rename CDC demos to VirtualSerial. |
tree | commitdiff |
2009-11-26 |
Dean Camera | Make MIDI device demos also turn off the on board LEDs... |
tree | commitdiff |
2009-11-26 |
Dean Camera | Added new RNDIS Host class driver and the beginnings... |
tree | commitdiff |
2009-11-25 |
Dean Camera | Fix build and Doxygen errors. |
tree | commitdiff |
2009-11-23 |
Dean Camera | Added new ReportType parameter to the HID Device Class... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Fixed incorrect values for REPORT_ITEM_TYPE_* enum... |
tree | commitdiff |
2009-11-23 |
Dean Camera | The incomplete StandaloneProgrammer project now uses... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Removed code to zero reports between two keyboard repor... |
tree | commitdiff |
2009-11-20 |
Dean Camera | Fixed Endpoint_Write_Control_Stream_* functions not... |
tree | commitdiff |
2009-11-20 |
Dean Camera | Fixed LowLevel Keyboard demo not saving the issued... |
tree | commitdiff |
2009-11-17 |
Dean Camera | Fix doxygen documentation - doxygen was getting confuse... |
tree | commitdiff |
2009-11-17 |
Dean Camera | Make RNDISHost demo validate the set Packet Filter... |
tree | commitdiff |
2009-11-15 |
Dean Camera | Cleanups to the MassStorage Device demos, and the MassS... |
tree | commitdiff |
2009-11-13 |
Dean Camera | Corrections, improvements and additions to the incomple... |
tree | commitdiff |
2009-11-11 |
Dean Camera | Minor code cleanups for clarity. |
tree | commitdiff |
2009-11-10 |
Dean Camera | Added new stream creation function to the CDC Class... |
tree | commitdiff |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
2009-11-08 |
Dean Camera | Remove dependancies from the LowLevel demos to the... |
tree | commitdiff |
2009-11-06 |
Dean Camera | Add optional double-banking support to the Device mode... |
tree | commitdiff |
2009-11-04 |
Dean Camera | Added new JoystickHostWithParser demos to the library. |
tree | commitdiff |
2009-11-04 |
Dean Camera | Update DevChapter9.c - use the Endpoint_ClearStatusStag... |
tree | commitdiff |
2009-11-03 |
Dean Camera | Add new CDCMouse ClassDriver device demo, combining... |
tree | commitdiff |
2009-10-26 |
Dean Camera | Make HID device class driver ignore the previous HID... |
tree | commitdiff |
2009-10-18 |
Dean Camera | Moved USBtoSerial demo the Projects directory, as it... |
tree | commitdiff |
2009-10-16 |
Dean Camera | Fix invalid Event name rule in demo/project makefiles. |
tree | commitdiff |
2009-10-14 |
Dean Camera | Fix AudioOutput and AudioInput class driver demos'... |
tree | commitdiff |
2009-10-12 |
Dean Camera | Make Audio device demos compatible with AVRs running... |
tree | commitdiff |
2009-10-08 |
Dean Camera | Add new MIDI Host Class driver to the library, and... |
tree | commitdiff |
2009-10-08 |
Dean Camera | Application documentation/comment cleanup. |
tree | commitdiff |
2009-10-08 |
Dean Camera | Add new MIDIHost LowLevel demo application. |
tree | commitdiff |
2009-10-04 |
Dean Camera | Fix broken Endpoint/Pipe stream templates. |
tree | commitdiff |
2009-10-03 |
Dean Camera | Changed Audio Class driver sample read/write functions... |
tree | commitdiff |
2009-10-02 |
Dean Camera | Cleanups to the Device mode Mass Storage demo applicati... |
tree | commitdiff |
2009-09-30 |
Dean Camera | Removed mostly useless "TestApp" demo, as it was mainly... |
tree | commitdiff |
2009-09-22 |
Dean Camera | Add new error condition to the HID Report Parser for... |
tree | commitdiff |
2009-09-22 |
Dean Camera | Move Dataflash operational checking code out from SCSI... |
tree | commitdiff |
2009-09-21 |
Dean Camera | Finish initial draft of the Host Mode HID Class driver. |
tree | commitdiff |
2009-09-21 |
Dean Camera | Added new MassStorageKeyboard Device Class Driver demo... |
tree | commitdiff |
2009-09-21 |
Dean Camera | Fix broken KeyboardMouse ClassDriver device demo -... |
tree | commitdiff |
2009-09-20 |
Dean Camera | Remove type definitions of the keyboard and mouse boot... |
tree | commitdiff |
2009-09-20 |
Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... |
tree | commitdiff |
2009-09-13 |
Dean Camera | Fixed Low Level USBtoSerial demo not storing received... |
tree | commitdiff |
2009-09-09 |
Dean Camera | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time... |
tree | commitdiff |
2009-09-09 |
Dean Camera | Add Host mode Class driver demo summaries. |
tree | commitdiff |
2009-09-07 |
Dean Camera | Remove information about 64 bit Windows OS signing... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Add in new invalid event hook check targets to project... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Added 64 bit OS driver installation instructions to... |
tree | commitdiff |
2009-09-06 |
Dean Camera | Changed Still Image Host class driver to auto-fill... |
tree | commitdiff |
2009-09-01 |
Dean Camera | Move check for devices not supporting internal serials... |
tree | commitdiff |
2009-08-30 |
Dean Camera | Remove deleted source files from the Device mode Class... |
tree | commitdiff |
2009-08-30 |
Dean Camera | Replace -finline-limit with -fno-inline-small-functions... |
tree | commitdiff |
2009-08-26 |
Dean Camera | Add SCSICodes.h to the Class Driver Common folder,... |
tree | commitdiff |
2009-08-23 |
Dean Camera | Fixed AVRISP programmer demo -- can now connect to... |
tree | commitdiff |
2009-08-19 |
Dean Camera | Moved out the handling of V2 Protocol parameters to... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Fix misspelt event name in the Class driver USBtoSerial... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Fix USBtoSerial device demos -- ensure the UDR1 registe... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Adjust endpoint polling intervals for HID demos, to... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Added explicit attribute masks to the device mode demos... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Added CDC_Device_Flush() command to the CDC Device... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Add CDC Host class driver EVENT_CDC_Host_ControLineStat... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Fixed swapped paremeters in the HID state memory copy... |
tree | commitdiff |
2009-08-07 |
Dean Camera | Cleanups to RNDIS device demos. Fix issue in RNDIS... |
tree | commitdiff |
2009-08-06 |
Dean Camera | Simplify CDC device demos, by directly assigning the... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Fixed issue in USBtoSerial demos where the USART Rx... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Make Control Endpoint stream transfers more reliable... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Changed over manual loops waiting for endpoints to... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Fix incorrect Event call name in USBInterrupt.c. |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
tree | commitdiff |
2009-08-04 |
Dean Camera | Better fix for LowLevel CDC demo issue where sending... |
tree | commitdiff |
next |