Update ModuleTest to compile for each sub-family within each architecture, to ensure...
[pub/lufa.git] / LUFA.pnproj
2012-02-28 Dean CameraFix warnings and errors found by the new cppcheck provi...
2012-02-26 Dean CameraFixed possible enumeration error if the user applicatio...
2012-02-22 Dean CameraAdded support for the BitWizard Multio and Big-Multio...
2012-02-19 Dean CameraUpdate build test "ModuleTest" to check platform driver...
2012-02-19 Dean CameraAdd build test for forced single USB modes.
2012-02-18 Dean CameraAdd build tests to verify correct compilation of as...
2012-02-12 Dean CameraAdd new Master SPI Mode USART serial peripheral driver...
2012-02-12 Dean CameraAdded Serial USART peripheral driver for the XMEGA...
2012-02-09 Dean CameraAltered the HID class driver to only try to construct...
2012-02-06 Dean CameraAdd board driver support for the Atmel XMEGA-B1 Xplaine...
2012-02-03 Dean CameraFix errors in the new Micropendous board drivers. Reord...
2011-11-28 Dean CameraAdd support for the Paranoid Studio USB2AX boards ...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-23 Dean CameraUpdate library to indicate support for the Android...
2011-11-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-11-01 Dean CameraFix XMEGA core USB driver endpoint code to prevent...
2011-10-31 Dean CameraAdd XMEGA SPI peripheral driver.
2011-10-31 Dean CameraAdd support for the Atmel XMEGA A3BU Xplained board.
2011-10-18 Dean CameraRename the Doxygen page source directory from ManPages...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-08-16 Dean CameraPull out architecture specific macros and other definit...
2011-08-04 Dean CameraUpdate LUFAConfig.h with missing options for the AVR32...
2011-07-14 Dean CameraUpdate UC3 platform driver support to use the bitmasks...
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-11 Dean CameraAdd missing function attributes to the RingBuffer drive...
2011-07-06 Dean CameraTighten up the implementations of the USB_Device_SetDev...
2011-06-30 Dean CameraPull out Android Accessory Mode functions into a sepera...
2011-06-29 Dean CameraUpdate AudioInput and AudioOutput Class Driver device...
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-19 Dean CameraAdd missing project files for the new HIDReportViewer...
2011-06-16 Dean CameraAdd new incomplete HIDReportViewer project.
2011-06-16 Dean CameraRename new Audio class driver functions, callbacks...
2011-06-09 Dean CameraFix compile errors when both Host and Device modes...
2011-06-09 Dean CameraAdd missing AS4 and project description files to the...
2011-06-09 Dean CameraAdd new Audio Class Driver Host demos.
2011-06-08 Dean CameraAdded new Host mode Audio 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-05 Dean CameraMassive corrections to the project documentation and...
2011-06-04 Dean CameraAdded board driver support for the Busware TUL board.
2011-05-30 Dean CameraAdded new incomplete AudioOutputHost Host LowLevel...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-26 Dean CameraFix incorrect macro guard in the UC3 EndpointStream...
2011-05-26 Dean CameraUpdate Webserver project to remove DHCP IP configuratio...
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-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-04-12 Dean CameraAdd makefile template for the AVR32 UC3 architecture.
2011-04-08 Dean CameraAdd in a new common Delay_MS() function, which provides...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...
2011-03-13 Dean CameraRename UC3B driver files to UC3, as they are generic...
2011-03-13 Dean CameraOops - rename misnamed Endianess.h header file.
2011-03-13 Dean CameraMove out endianness management macros into a new common...
2011-02-27 Dean CameraMove out common architecture-independent core definitio...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-26 Dean CameraRemoved Pipe_ClearErrorFlags(), pipe error flags are...
2011-02-26 Dean CameraAdded TWI baud rate prescaler and bit length parameters...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraAdded start of a port of the core USB driver code to...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-02-19 Dean CameraMove out Dataflash IC command constants headers into...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-19 Dean CameraReduced latency for executing the Start-Of-Frame events...
2011-02-15 Dean CameraAdd missing HID bootloader AVRStudio project.
2011-02-13 Dean CameraAdd more const-ness to the stream endpoint/pipe functio...
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-12-17 Dean CameraAdd missing AVRStudio4 project file for the MIDIToneGen...
2010-12-03 Dean CameraAdded new completed MIDIToneGenerator project.
2010-11-24 Dean CameraReadd incomplete MIDIToneGenerator project, which can...
2010-11-21 Dean CameraAdded board hardware driver support for the Microsin...
2010-11-08 Dean CameraAdded board hardware driver support for the Adafruit...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-17 Dean CameraAdded board hardware driver support for the Minimus...
2010-10-17 Dean CameraOops - add missing Maximus board LED hardware driver...
2010-10-17 Dean CameraAdded board hardware driver support for the Maximus...
2010-10-17 Dean CameraAdded board hardware driver support for the Blackcat...
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-09-28 Dean CameraAdded board hardware driver support for the Arduino...
2010-09-14 Dean CameraAdded board hardware driver support for the BUI develop...
2010-09-14 Dean CameraAdded board hardware driver support for the UDIP develo...
2010-09-13 Dean CameraRemove incomplete MIDIToneGenerator project.
2010-09-11 Dean CameraAdded new project makefile template to the library...
2010-09-04 Dean CameraAdded board hardware driver support for the USBFOO...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-22 Dean CameraAdded start of a low level device Test and Measurement...
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Device...
next