Add user callback function to the Bluetooth host demo to filter out connections from...
[pub/USBasp.git] / Demos / Host /
2010-04-05 Dean CameraAdd user callback function to the Bluetooth host demo...
2010-04-01 Dean CameraMore improvements to the incomplete BluetoothHost demo...
2010-03-31 Dean CameraMassive cleanups to the incomplete BluetoothHost demo...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-25 Dean CameraAdd new LUFA logo by Ryo Yamauchi.
2010-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2010-03-23 Dean CameraAdded incomplete MIDIToneGenerator project.
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-17 Dean CameraSoftware PDI mode breaks unless the software USART...
2010-03-16 Dean CameraFixed PDI programming mode in the AVRISP programmer...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
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-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 CameraFixed CDC and RNDIS host demos and class drivers -...
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...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-30 Dean CameraFix TemperatureDataLogger - sample tick timer wasn...
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-08 Dean CameraMake sure that USB_STREAM_TIMEOUT_MS is set in the...
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-12-04 Dean CameraFixed Mass Storage Host Class driver and Low Level...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-27 Dean CameraBetter checking of whether a packet is received in...
2009-11-26 Dean CameraMake the RNDISEthernetHost Class driver demo print...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-25 Dean CameraFix typo in the StillImageHost LowLevel demo, and the...
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-24 Dean CameraMake the StandaloneProgrammer project seamlessly read...
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-23 Dean CameraFixed incorrect values for REPORT_ITEM_TYPE_* enum...
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
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-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-13 Dean CameraExtend incomplete RNDISHost demo -- can not enumerate...
2009-11-12 Dean CameraAdd beginnings of a RNDIS Ethernet Host demo.
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-09 Dean CameraFixed HID host Class driver report send/receive report...
2009-11-08 Dean CameraRemove dependancies from the LowLevel demos to the...
2009-11-07 Dean CameraMake Low Level host demos use void pointers for the...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-04 Dean CameraAdd support for Mouse Scrollwheel to the MouseHostWithP...
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-11 Dean CameraAdded stdio.h stream examples for the virtual CDC UART...
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-09-30 Dean CameraAdded new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
2009-09-29 Dean CameraFix missing semicolons in the *WithParser Host mode...
2009-09-29 Dean CameraFix missing semicolons in the *WithParser Host mode...
2009-09-29 Dean CameraRemove old OTG demo directory with useless TestApp...
2009-09-28 Dean CameraFixed PrinterHost demo returning invalid Device ID...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-24 Dean CameraFix incorrect names for the HID Host protocol setting...
2009-09-22 Dean CameraFix more build errors in the LowLevel "WithParser"...
2009-09-22 Dean CameraFix broken Host ClassDriver MouseHostWithParser demo.
2009-09-22 Dean CameraAdd new error condition to the HID Report Parser for...
2009-09-21 Dean CameraAdd new attributes to the HID Report Parser and HID...
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
2009-09-21 Dean CameraFix building of KeyboardHostWithParser and MouseHostWit...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraAdd KeyboardHost HID Host Class driver demo to the...
2009-09-20 Dean CameraFinish Class Driver MouseHost demo. Update HID Host...
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-17 Dean CameraAdded support for the officially recommended layout...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraChange HID report parser so that it can calculate and...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-09 Dean CameraFinish Still Image Host class driver.
2009-09-07 Dean CameraAdd link to third-party signed version of the official...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-06 Dean CameraChanged Still Image Host class driver to auto-fill...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-02 Dean CameraAdd user-filtering to the HID report parser, so that...
2009-09-02 Dean CameraFixed error in PrinterHost preventing the full page...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-08-31 Dean CameraOops - with new changes to the way the device Configura...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-27 Dean CameraCondensed SCSI command functions in the LowLevel Mass...
next