Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.
[pub/USBasp.git] / LUFA / ManPages /
2011-10-07 Dean CameraAdded endian-correction to the CDC driver's Line Encodi...
2011-10-04 Dean CameraFix compile errors for the USB XMEGA parts when the...
2011-09-28 Dean CameraFix compile error on the UC3 targets when INTERRUPT_CON...
2011-09-21 Dean CameraFix missing C++ linkage command in ArchitectureSpecific.h.
2011-09-21 Dean CameraCommit for the 111009 BETA release.
2011-09-17 Dean CameraFixed HID Parser's largest report size bit count not...
2011-09-07 Dean CameraFixed incorrect buffer size check in the USBtoSerial...
2011-09-07 Dean CameraFixed optimization error in the HID Parser item value...
2011-08-28 Dean CameraRemove redundant prototype for Audio_Host_StartStopStre...
2011-08-24 Dean CameraRenamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
2011-08-23 Dean CameraMinor documentation fixes.
2011-08-23 Dean CameraAdd multiple axis support to the HID joystick report...
2011-08-22 Dean CameraRenamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
2011-08-19 Dean CameraMinor documentation corrections.
2011-08-19 Dean CameraImprove device support documentation in the manual...
2011-08-16 Dean CameraPull out architecture specific macros and other definit...
2011-08-16 Dean CameraAdd shortcuts to SwapEndian_16() and SwapEndian_32...
2011-08-09 Dean CameraSet HOST_DEVICE_SETTLE_DELAY_MS to zero for the incompl...
2011-08-04 Dean CameraUpdate LUFAConfig.h with missing options for the AVR32...
2011-07-30 Dean CameraFixed incorrect Dataflash buffer use in the DataflashMa...
2011-07-26 Dean CameraAdded new VTARGET_USE_INTERNAL_REF configuration option...
2011-07-25 Dean CameraFixed USB_USBTask not being called internally in stream...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-19 Dean CameraAdd support for the ORDERED_EP_CONFIG compile time...
2011-07-14 Dean CameraAdded Device Qualifier standard descriptor structure...
2011-07-14 Dean CameraAdd new STRINGIFY() and STRINGIFY_EXPANDED() convenienc...
2011-07-13 Dean CameraAdd start of an architecture port to the Atmel USB...
2011-07-12 Dean CameraEnhance and document the AVR32 UC3 platform drivers.
2011-07-12 Dean CameraMinor documentation fixes.
2011-07-12 Dean CameraFixed error in the pipe unordered allocation algorithm...
2011-07-12 Dean CameraAdded new USB_Host_GetDeviceStatus() function for USB...
2011-07-11 Dean CameraMinor documentation and style fixes.
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-07-04 Dean CameraAdded new HID_Host_SetIdlePeriod() function to the...
2011-07-02 Dean CameraOops: Fix compile error in the low level KeyboardMouse...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-27 Dean CameraAdded board hardware driver support for the EVK1104...
2011-06-27 Dean CameraAdd board driver support for the EVK1100 board.
2011-06-27 Dean CameraFix logic bug in the incomplete Android Accessory Host...
2011-06-20 Dean CameraMinor internal macro renaming for the UC3 devices.
2011-06-20 Dean CameraFixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
2011-06-20 Dean CameraFix incorrect printf format specifier in the HIDReportV...
2011-06-19 Dean CameraAdd missing project files for the new HIDReportViewer...
2011-06-16 Dean CameraAdd new incomplete HIDReportViewer project.
2011-06-16 Dean CameraAdd missing SVN eol-style properties to source files...
2011-06-16 Dean CameraAdded new \ref SPI_GetCurrentMode() function to the...
2011-06-16 Dean CameraRename new Audio class driver functions, callbacks...
2011-06-14 Dean CameraRename Audio Host Class driver internal descriptor...
2011-06-09 Dean CameraFix compile errors when both Host and Device modes...
2011-06-09 Dean CameraAdd new Audio Class Driver Host demos.
2011-06-08 Dean CameraPipe_BoundEndpointNumber() has been renamed to Pipe_Get...
2011-06-08 Dean CameraRemove warnings in the documentation for the library...
2011-06-08 Dean CameraAdded new Host mode Audio Class driver.
2011-06-07 Dean CameraFix errors in the Audio device demos and class driver...
2011-06-06 Dean CameraAdd additional support files for the new low level...
2011-06-06 Dean CameraMove completed low level Audio Host demos into the...
2011-06-06 Dean CameraUpdate the Low Level Audio Input and Audio Output demos...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-05 Dean CameraFixed compile errors in the incomplete BluetoothHost...
2011-06-04 Dean CameraAdded board driver support for the Busware TUL board.
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
2011-06-01 Dean CameraSpell check library source code files.
2011-06-01 Dean CameraFixed incorrect signature in the CDC and DFU class...
2011-05-30 Dean CameraAdded new incomplete AudioOutputHost Host LowLevel...
2011-05-30 Dean CameraAltered the definition of the USB_Audio_Descriptor_Form...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-27 Dean CameraAdd new USB_Host_SetInterfaceAltSetting() convenience...
2011-05-27 Dean CameraUpdate trunk documentation for new LUFA release.
2011-05-26 Dean CameraUpdate Webserver project to remove DHCP IP configuratio...
2011-05-23 Dean CameraUpdate MediaController project to remove the Record...
2011-05-23 Dean CameraAdd new MediaController project, a simple Media Playbac...
2011-05-22 Dean CameraAdd RNDIS Device support to the Webserver project,...
2011-05-19 Dean CameraFix broken Doxygen documentation.
2011-05-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-05-18 Dean CameraSeperated out board drivers by architecture in the...
2011-05-18 Dean CameraAdd new "version" makefile target to the main LUFA...
2011-05-14 Dean CameraAdd skeleton LUFAConfig.h to the CodeTemplates directory.
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-05-09 Dean CameraAdd new USE_LUFA_CONFIG_HEADER compile time option.
2011-05-08 Dean CameraMinor documentation fixes.
2011-04-27 Dean CameraFix up mistakes in the Device Support documentation...
2011-04-23 Dean CameraAdd new LUFA powered user projects to the documentation.
2011-04-23 Dean CameraAdded LED flashing to the CDC and DFU class bootloaders...
2011-04-20 Dean CameraFix reversed descriptions for the AVR8 USB pad regulato...
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-04-08 Dean CameraMove global interrupt enable/disable functions out...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-04-04 Dean CameraConditionally add available address spaces to the addre...
2011-03-21 Dean CameraAdd in new architecture attribute defines to selectivel...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...
2011-03-15 Dean CameraFixed Remote Wakeup broken on the AVRs due to the mecha...
2011-03-15 Dean CameraImplemented on-demand PLL clock generation for the...
2011-03-15 Dean CameraUpdated the software USART code in the XPLAIN Bridge...
2011-03-13 Dean CameraAdd experimental support for the AVR32 UC3A4 microcontr...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-03-11 Dean CameraAdd structure padding to the appropriate descriptor...
2011-03-05 Dean CameraEndpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint...
next