aboutsummaryrefslogtreecommitdiff
path: root/LUFA.pnproj
AgeCommit message (Expand)Author
2012-05-06Add partially complete BoardDriverTest build test.Dean
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
2012-04-29The library bootloaders will now correctly start the user application after a...Dean
2012-04-18Add known issues to the documentation.Dean
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
2012-04-09Remove outdated documentation from the library, minor documentation improveme...Dean
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and deprec...Dean
2012-04-08Minor documentation improvements.Dean
2012-04-08Doxygen documentation style changes. Minor documentation corrections.Dean
2012-04-08Add additional specific sub-family parts to the ModuleTest build test as thes...Dean
2012-04-08Add guide for importing LUFA into an AS5/AS6 project.Dean
2012-03-13Reorder manual documentation sections, remove useless "AboutLUFA" section.Dean
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
2012-02-26Fixed possible enumeration error if the user application selects the non-Cont...Dean
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
2012-02-19Update build test "ModuleTest" to check platform drivers where possible. Add ...Dean
2012-02-19Add build test for forced single USB modes.Dean
2012-02-18Add build tests to verify correct compilation of as many modules as possible ...Dean
2012-02-12Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean
2012-02-12Added Serial USART peripheral driver for the XMEGA platform.Dean
2012-02-09Altered the HID class driver to only try to construct at maximum one packet p...Dean
2012-02-06Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean
2012-02-03Fix errors in the new Micropendous board drivers. Reorder the board definitio...Dean
2011-11-28Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean
2011-11-24Add new Android Open Accessory class driver to the library core and add a new...Dean
2011-11-23Update library to indicate support for the Android Accessory Host demo.Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-01Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean
2011-10-31Add XMEGA SPI peripheral driver.Dean
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
2011-10-18Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p...Dean
2011-10-11Added User Application APIs to the CDC and DFU class bootloaders.Dean
2011-08-16Pull out architecture specific macros and other definitions into a new common...Dean
2011-08-04Update LUFAConfig.h with missing options for the AVR32 target.Dean
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ...Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean
2011-07-12Enhance and document the AVR32 UC3 platform drivers.Dean
2011-07-11Add missing function attributes to the RingBuffer driver to reduce the chance...Dean
2011-07-06Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean
2011-06-30Pull out Android Accessory Mode functions into a seperate set of files in the...Dean
2011-06-29Update AudioInput and AudioOutput Class Driver device mode demos to use a swi...Dean
2011-06-27Added board hardware driver support for the EVK1104 board.Dean
2011-06-27Add board driver support for the EVK1100 board.Dean
2011-06-19Add missing project files for the new HIDReportViewer project to upgrade its ...Dean
2011-06-16Add new incomplete HIDReportViewer project.Dean
2011-06-16Rename new Audio class driver functions, callbacks and events to ensure that ...Dean
2011-06-09Fix compile errors when both Host and Device modes are enabled.Dean
2011-06-09Add missing AS4 and project description files to the new Audio Host demos.Dean
2011-06-09Add new Audio Class Driver Host demos.Dean