Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physica...
[pub/USBasp.git] / LUFA /
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-06-02 Dean CameraMinor documentation improvements.
2012-06-02 Dean CameraUpdate library documentation on the standard LUFA makef...
2012-06-02 Dean CameraRemove any variables in the optional build variable...
2012-06-02 Dean CameraEnsure build tests use the system provided $(MAKE)...
2012-06-02 Dean CameraEnsure the BULD build system module produces a LSS...
2012-06-02 Dean CameraStrip trailing slash from the user-supplied LUFA_PATH...
2012-06-02 Dean CameraAdd EEPROM programming target to the AVRDUDE build...
2012-06-02 Dean CameraClean up ordering of build system module sanity checks.
2012-06-02 Dean CameraSimplify build system mandatory parameter/variable...
2012-06-02 Dean CameraDon't print out full object file paths in the build...
2012-06-02 Dean CameraAdd build system targets for lists of mandatory and...
2012-06-02 Dean CameraAdd C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the...
2012-06-02 Dean CameraOops - fix accidental negation in the BUILD module...
2012-06-02 Dean CameraDisable linker relaxations for the UC3 architecture...
2012-06-02 Dean CameraReplace architecture specific makefiles in the BuildTes...
2012-06-01 Dean CameraMake BUILD build system module not destroy C++ source...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-29 Dean CameraMinor documentation improvements.
2012-05-29 Dean CameraMinor cleanup to Attributes.h spacing and rename old...
2012-05-29 Dean CameraMake sure that LUFAConfig.h is included *after* the...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraAdded new RESET_TOGGLES_LIBUSB_COMPAT compile time...
2012-05-20 Dean CameraAdditional fixes to the MIDI host driver due to not...
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-17 Dean CameraUpdate project Doxygen and makefiles so that the result...
2012-05-13 Dean CameraClean up and speed up build tests by turning off expens...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-13 Dean CameraFixed CDC and DFU bootloaders API function offsets...
2012-05-12 Dean CameraAppConfigHeaders: Fix broken documentation in the HID...
2012-05-12 Dean CameraAppConfigHeaders: Merge in minor changes from trunk.
2012-05-12 Dean CameraMinor documentation improvements.
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-07 Dean CameraAdd support for the ATXMEGA384C3.
2012-05-06 Dean CameraChanged board LED driver implementations of LEDs_Toggle...
2012-05-06 Dean CameraAdded support for the Olimex AVR-USB-32U4 and Olimex...
2012-05-06 Dean CameraFixed broken MIDI host driver MIDI_Host_ReceiveEventPac...
2012-05-06 Dean CameraIncreased endpoint polling interval for all demos and...
2012-05-05 Dean CameraAdd additional preprocessor sanity checks for the XMEGA...
2012-05-05 Dean CameraFixed possible deadlock in the CDC device driver if...
2012-05-05 Dean CameraFixed incorrect DFU version number reported to the...
2012-04-29 Dean CameraThe library bootloaders will now correctly start the...
2012-04-25 Dean CameraAdded support for the DorkbotPDX Duce board.
2012-04-25 Dean CameraFixed inverted LED logic in the USB2AX board LED driver...
2012-04-25 Dean CameraChanged MIDI event structure MIDI_EventPacket_t to...
2012-04-25 Dean CameraAdd basic hardware mapping information for all supporte...
2012-04-23 Dean CameraFix documentation of the board LED driver (thanks to...
2012-04-19 Dean CameraRemove an unused variable in the HID loader CLI applica...
2012-04-18 Dean CameraAdd known issues to the documentation.
2012-04-16 Dean CameraFixed AVRISP-MKII programmer project reset line polarit...
2012-04-15 Dean CameraMinor documentation improvements.
2012-04-15 Dean CameraFixed incorrect reponse to GET STATUS requests in devic...
2012-04-14 Dean CameraAdded new SerialToLCD user project contributed by Simon...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-04-14 Dean CameraFixed CDC and DFU bootloaders failing to compile when...
2012-04-09 Dean CameraFix typos in the LUFAConfig.h header file. Add missing...
2012-04-09 Dean CameraEnsure Temperature.c and TWI_AVR8.c can be compiled...
2012-04-09 Dean CameraRemove outdated documentation from the library, minor...
2012-04-09 Dean CameraMake Doxygen fail for any Doxygen output other than...
2012-04-08 Dean CameraRemoved the old pseudo-scheduler from the library as...
2012-04-08 Dean CameraMinor documentation improvements.
2012-04-08 Dean CameraMinor documentation improvements.
2012-04-08 Dean CameraMinor documentation improvements.
2012-04-08 Dean CameraMove out Doxygen style assets into a seperate folder.
2012-04-08 Dean CameraDoxygen documentation style changes. Minor documentatio...
2012-04-08 Dean CameraAdd additional specific sub-family parts to the ModuleT...
2012-04-08 Dean CameraMove documentation images into a dedicated sub-folder.
2012-04-08 Dean CameraAdd guide for importing LUFA into an AS5/AS6 project.
2012-04-07 Dean CameraOops - fix broken makefile tar rule.
2012-04-07 Dean CameraFix up Doxygen documentation directives to allow for...
2012-04-07 Dean CameraAdd architecture guards to all architecture-specific...
2012-04-07 Dean CameraAdd extra LUFA TAR archive export exclusions.
2012-04-07 Dean CameraAdd main library makefile target "export_tar" to export...
2012-04-05 Dean CameraMinor documentation improvements.
2012-04-01 Dean CameraReverted AVRISP-MKII clone project watchdog based comma...
2012-04-01 Dean CameraMinor documentation improvements.
2012-03-29 Dean CameraOops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
2012-03-29 Dean CameraRemoved variable axis support from the HID_DESCRIPTOR_J...
2012-03-29 Dean CameraAdded additional bootloader API data to expose the...
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-20 Dean CameraFixed AVRISP-MKII programmer project failing to compile...
2012-03-20 Dean CameraFixed inverted LED logic in the OLIMEX162 board LED...
2012-03-18 Dean CameraFixed error in the AVRISP-MKII programmer when ISP...
2012-03-17 Dean CameraAdd XMEGA C3 family to the ModuleTest build test.
next