aboutsummaryrefslogtreecommitdiff
path: root/LUFA/DoxygenPages
AgeCommit message (Expand)Author
2012-07-26Add support for the Olimex AVR-ISP-MK2 board.Dean
2012-07-22Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean
2012-07-16Commit for the LUFA-120730-BETA release.Dean
2012-07-15Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Tur...Dean
2012-07-14Update makefile template with the new build module filenames.Dean
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk...Dean
2012-07-14Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ...Dean
2012-07-10Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor...Dean
2012-07-08Update BUILD build system module with OBJECT_FILES variable, for additional u...Dean
2012-07-06Minor documentation improvements.Dean
2012-07-03Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and LEDs_Chan...Dean
2012-07-03Minor documentation improvements.Dean
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures (tha...Dean
2012-06-27Fixed invalid configuration descriptor in the low level KeyboardMouse device ...Dean
2012-06-26Clean up bootloader makefiles to make them a bit more readable.Dean
2012-06-26Add "mostlyclean" makefile target to the BUILD build system module.Dean
2012-06-23Clean up BUILD build system module, expose "check-source" target for use in u...Dean
2012-06-23Add ability to archive build object files into a .a library file to the BUILD...Dean
2012-06-21Oops - fix HID build system module documentation error.Dean
2012-06-21Add HID bootloader build module (thanks to Stefan Hellermann).Dean
2012-06-10Minor documentation improvements.Dean
2012-06-10Add OBJDIR optional build variable to the BULD build system module, to allow ...Dean
2012-06-10Add a list of module provided make variables and macros to the build system m...Dean
2012-06-10Add Build System documentation to the library manual. Update CPPCHECK build s...Dean
2012-06-10Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean
2012-06-10Change the build system build module makefiles to have a set of sanity check ...Dean
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean
2012-06-07Minor documentation changes.Dean
2012-06-07Update SVN line endings property on newer source files to native.Dean
2012-06-04Add default project template to the Doxygen manual of the library.Dean
2012-06-02Add platform driver dispatch header and makefile module source variable.Dean
2012-06-02Minor documentation improvements.Dean
2012-06-02Update library documentation on the standard LUFA makefile template configura...Dean
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean
2012-05-29Minor documentation improvements.Dean
2012-05-27Minor documentation improvements.Dean
2012-05-27Minor documentation improvements.Dean
2012-05-27Minor documentation improvements.Dean
2012-05-26Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean
2012-05-20Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ...Dean
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean
2012-05-13Added build test to verify correct compilation of all bootloaders using all s...Dean
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ...Dean
2012-05-12Minor documentation improvements.Dean
2012-05-07Add support for the ATXMEGA384C3.Dean
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ar...Dean
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
2012-05-06Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...Dean
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as 1ms...Dean
2012-05-05Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean