aboutsummaryrefslogtreecommitdiff
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
AgeCommit message (Expand)Author
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...Dean
2011-10-07Added endian-correction to the CDC driver's Line Encoding control request han...Dean
2011-10-04Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean
2011-09-28Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean
2011-09-21Fix missing C++ linkage command in ArchitectureSpecific.h.Dean
2011-09-17Fixed HID Parser's largest report size bit count not including the size of th...Dean
2011-08-28Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean
2011-08-22Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean
2011-08-09Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHo...Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-01Seperate out the device demos and project's configuration descriptor structur...Dean
2011-06-27Fix logic bug in the incomplete Android Accessory Host demo preventing correc...Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-05-08Minor documentation fixes.Dean
2011-04-23Add new LUFA powered user projects to the documentation.Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-04-04Conditionally add available address spaces to the address space enum, for mul...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-03-15Updated the software USART code in the XPLAIN Bridge application so that the ...Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-02-28Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean
2011-02-26More UC3B architecture port updates.Dean
2011-02-19Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean
2011-02-16Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean
2011-02-09Change bootloader makefiles to automatically compute the bootloader starting ...Dean
2011-02-04Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-23Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2010-12-17Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSeri...Dean
2010-11-23Fixed Benito project discarding incoming data from the USB virtual serial por...Dean
2010-11-21Added board hardware driver support for the Microsin AVR-USB162 development b...Dean
2010-10-17Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-28Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean
2010-09-15Minor documentation corrections.Dean
2010-09-09Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean
2010-09-04Added board hardware driver support for the USBFOO development board.Dean
2010-09-03Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean
2010-08-31Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean
2010-08-01Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean
2010-07-29Oops - remove duplicated SPI driver init mask.Dean
2010-07-15Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean
2010-07-08Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean
2010-06-23Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean
2010-06-07Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean
2010-05-31Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean