Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / ManPages /
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-10-02 Dean CameraAdded support for the Atmel XPLAIN board.
2009-10-02 Dean CameraCleanups to the Device mode Mass Storage demo applicati...
2009-10-01 Dean CameraAdded pinouts to the AVRISP project for a standard...
2009-09-30 Dean CameraAdded new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
2009-09-30 Dean CameraFixed issue in the HID Host class driver's HID_Host_Sen...
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-29 Dean CameraAdd information on the new MouseHostDevice dual role...
2009-09-28 Dean CameraFixed PrinterHost demo returning invalid Device ID...
2009-09-22 Dean CameraMove Dataflash operational checking code out from SCSI...
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 CameraAdded new MassStorageKeyboard Device Class Driver demo...
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-14 Dean CameraFixed MIDI Device Class driver not sending/receiving...
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 CameraChange HID report parser so that it can calculate and...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-07 Dean CameraAdd link to third-party signed version of the official...
2009-09-07 Dean CameraCorrected incorrect signature bytes for the AT90USB82...
2009-09-06 Dean CameraFixed DFU and CDC class bootloaders on the AT90USBXXX2...
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 CameraChanged HIDParser to only zero out important values...
2009-09-01 Dean CameraFix up MissileLauncher demo's ConfigurationDescriptor...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-09-01 Dean CameraMove check for devices not supporting internal serials...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-31 Dean CameraAdd extra check for OUT ZLP in the CDC Device Class...
2009-08-31 Dean CameraRemoved unused INCLUDE_FROM_BOARD_DRIVER internal defin...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-08-30 Dean CameraRemove deleted source files from the LUFA library makefile.
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraRemove skeleton Audio and MIDI Host mode Class drivers...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-27 Dean CameraFixed Device mode HID Class driver not explicitly initi...
2009-08-27 Dean CameraCondensed SCSI command functions in the LowLevel Mass...
2009-08-27 Dean CameraAdd check to Pipe_IsEndpointBound() in the Mass Storage...
2009-08-27 Dean CameraAdded new "Common" section to the class drivers, to...
2009-08-27 Dean CameraFixed Device mode HID Class driver always sending IN...
2009-08-27 Dean CameraMinor documentation fixes to the completed Host mode...
2009-08-26 Dean CameraOops: Really disable building of Projects/Host/ClassDri...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-25 Dean CameraFixed AVRISP V2 Protocol handler for the READ_FLASH_ISP...
2009-08-23 Dean CameraMoved out target-related V2 protocol commands into...
2009-08-23 Dean CameraFixed AVRISP programmer demo -- can now connect to...
2009-08-23 Dean CameraAdded V2Protocol handlers to the AVRISP project to...
2009-08-19 Dean CameraCorrections to the unfinished AVRISP Programmer project...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.
2009-08-16 Dean CameraAdded return values to the CDC and MIDI class driver...
2009-08-16 Dean CameraFix misspelt event name in the Class driver USBtoSerial...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
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 CameraAdded flag to the HID report parser to indicate if...
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-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-09 Dean CameraCommit for the 090810 release.
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 CameraCommit for 090810rc1 release.
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...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-08-03 Dean CameraUpdate migration notes for the upcomming 090810 release.
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-08-02 Dean CameraRemoved interrupt disable/enable from the Device mode...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-30 Dean CameraFix incorrect configuration in the ClassDriver AudioOut...
2009-07-30 Dean CameraAdded standard stream example to the ClassDriver CDC...
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-26 Dean CameraAdded new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin...
2009-07-24 Dean CameraAdded new LEDs_ToggleLEDs() function to the Board LEDs...
2009-07-24 Dean CameraEnsure new Benito Programmer project matches Don's...
2009-07-23 Dean CameraAdded new Benito project, a simple modified USB-to...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd PrinterHost demo to the documentation.
2009-07-20 Dean CameraAdd PrinterHost to the project file and Host LowLevel...
2009-07-19 Dean CameraDon't send terminal RESET codes via serial - just set...
2009-07-19 Dean CameraAdd partial project documentation to the incomplete...
2009-07-19 Dean CameraFixed incorrect PIPE_EPNUM_MASK mask causing pipe failu...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-07-16 Dean CameraAdded support for the new ATMEGA32U2, ATMEGA16U2 and...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-14 Dean CameraAdded better module summaries.
2009-07-13 Dean CameraFix broken Pipe stream function templates due to mixed...
next