Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor documentation and formatting updates. | Dean Camera | 2012-08-15 | 1 | -7/+8 |
| | |||||
* | Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵ | Dean Camera | 2012-08-13 | 2 | -1072/+42 |
| | | | | module for the latest Doxygen release. | ||||
* | Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵ | Dean Camera | 2012-08-12 | 1 | -1/+1 |
| | | | | inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards. | ||||
* | Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED ↵ | Dean Camera | 2012-08-12 | 2 | -4/+3 |
| | | | | masks so that it lines up with the Arduino boards. | ||||
* | Added workaround for broken VBUS detection on AVR8 devices when a bootloader ↵ | Dean Camera | 2012-08-12 | 1 | -1/+2 |
| | | | | starts the application via a software jump without first turning off the OTG pad (thanks to Simon Inns) | ||||
* | Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the ↵ | Dean Camera | 2012-08-12 | 1 | -1/+17 |
| | | | | AVRISP-MKII project. | ||||
* | Minor documentation fixes. | Dean Camera | 2012-08-08 | 1 | -3/+3 |
| | |||||
* | Minor code style and documentation changes. | Dean Camera | 2012-07-31 | 1 | -0/+2 |
| | |||||
* | Reset to placeholder version values in the library after the 120730 release. | Dean Camera | 2012-07-30 | 3 | -0/+38 |
| | |||||
* | Commit for the 120730 release. | Dean Camera | 2012-07-30 | 3 | -3/+3 |
| | |||||
* | Fix broken code sample section spacing in the Doxygen documentation due to a ↵ | Dean Camera | 2012-07-29 | 1 | -0/+1 |
| | | | | missing line-height CSS property. | ||||
* | Add support for the Olimex AVR-ISP-MK2 board. | Dean Camera | 2012-07-26 | 3 | -0/+3 |
| | |||||
* | Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵ | Dean Camera | 2012-07-22 | 1 | -0/+1 |
| | | | | (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. | ||||
* | Commit for the LUFA-120730-BETA release. | Dean Camera | 2012-07-16 | 4 | -7/+7 |
| | |||||
* | Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. ↵ | Dean Camera | 2012-07-15 | 1 | -1/+9 |
| | | | | Turn off generation of debug information when performing a validation build, and when running the build tests. | ||||
* | Update makefile template with the new build module filenames. | Dean Camera | 2012-07-14 | 1 | -0/+3 |
| | |||||
* | Rename build system module makefiles from "lufa.MODULE.in" to ↵ | Dean Camera | 2012-07-14 | 1 | -10/+10 |
| | | | | | | | | "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. | ||||
* | Rename hid-teensy and hid-teensy-ee targets to teensy and teensy-ee to be in ↵ | Dean Camera | 2012-07-14 | 1 | -2/+2 |
| | | | | line with the DFU module target names. | ||||
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only ↵ | Dean Camera | 2012-07-10 | 1 | -0/+3 |
| | | | | enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique. | ||||
* | Update BUILD build system module with OBJECT_FILES variable, for additional ↵ | Dean Camera | 2012-07-08 | 1 | -0/+16 |
| | | | | user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-07-06 | 1 | -10/+10 |
| | |||||
* | Fixed incorrect Micropendous board LED driver LEDs_SetAllLEDs() and ↵ | Dean Camera | 2012-07-03 | 1 | -0/+1 |
| | | | | LEDs_ChangeLEDs() function implementations (thanks to MitchJS). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-07-03 | 1 | -0/+3 |
| | |||||
* | Fixed CDC and DFU bootloaders API page erase and write function failures ↵ | Dean Camera | 2012-06-29 | 1 | -0/+1 |
| | | | | (thanks to Martin Lambert). | ||||
* | Fixed invalid configuration descriptor in the low level KeyboardMouse device ↵ | Dean Camera | 2012-06-27 | 1 | -0/+1 |
| | | | | demo (thanks to Jun Wako). | ||||
* | Clean up bootloader makefiles to make them a bit more readable. | Dean Camera | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Add "mostlyclean" makefile target to the BUILD build system module. | Dean Camera | 2012-06-26 | 1 | -0/+7 |
| | |||||
* | Clean up BUILD build system module, expose "check-source" target for use in ↵ | Dean Camera | 2012-06-23 | 1 | -0/+4 |
| | | | | user applications. | ||||
* | Add ability to archive build object files into a .a library file to the ↵ | Dean Camera | 2012-06-23 | 1 | -0/+4 |
| | | | | BUILD build system module. | ||||
* | Oops - fix HID build system module documentation error. | Dean Camera | 2012-06-21 | 1 | -2/+2 |
| | |||||
* | Add HID bootloader build module (thanks to Stefan Hellermann). | Dean Camera | 2012-06-21 | 1 | -2/+73 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-06-10 | 3 | -21/+21 |
| | |||||
* | Add OBJDIR optional build variable to the BULD build system module, to allow ↵ | Dean Camera | 2012-06-10 | 1 | -0/+5 |
| | | | | the user project to relocate the output object and dependency files to a different directory. | ||||
* | Add a list of module provided make variables and macros to the build system ↵ | Dean Camera | 2012-06-10 | 1 | -0/+731 |
| | | | | modules. | ||||
* | Add Build System documentation to the library manual. Update CPPCHECK build ↵ | Dean Camera | 2012-06-10 | 3 | -0/+5 |
| | | | | system module so that it uses the SRC variable rather than just the project directory. | ||||
* | Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices. | Dean Camera | 2012-06-10 | 1 | -0/+4 |
| | |||||
* | Change the build system build module makefiles to have a set of sanity check ↵ | Dean Camera | 2012-06-10 | 2 | -3/+9 |
| | | | | macros they can call to verify user data. Add additional sanity checks. | ||||
* | Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵ | Dean Camera | 2012-06-09 | 1 | -1/+3 |
| | | | | | | JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader. | ||||
* | Minor documentation changes. | Dean Camera | 2012-06-07 | 1 | -2/+0 |
| | |||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 3 | -1270/+1270 |
| | |||||
* | Add default project template to the Doxygen manual of the library. | Dean Camera | 2012-06-04 | 1 | -0/+4 |
| | |||||
* | Add platform driver dispatch header and makefile module source variable. | Dean Camera | 2012-06-02 | 1 | -5/+0 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-06-02 | 1 | -13/+15 |
| | |||||
* | Update library documentation on the standard LUFA makefile template ↵ | Dean Camera | 2012-06-02 | 2 | -19/+29 |
| | | | | configuration. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -0/+1 |
| | | | | system. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-05-29 | 1 | -0/+4 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 2 | -15/+29 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-27 | 1 | -2/+2 |
| | |||||
* | Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵ | Dean Camera | 2012-05-26 | 1 | -0/+1 |
| | | | | UC3 devices (thanks to Andrew Chu). |