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