Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor documentation improvements. | Dean Camera | 2013-01-06 | 1 | -0/+1 |
| | |||||
* | Fixed incorrect ordering of the linker options in the build system causing ↵ | Dean Camera | 2013-01-05 | 1 | -0/+1 |
| | | | | link failures in some cases. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-01-05 | 1 | -2/+8 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | Fixed hardware race condition that could cause failed device enumerations ↵ | Dean Camera | 2013-01-03 | 1 | -3/+6 |
| | | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy). | ||||
* | Remove support for devices that were not put into production. | Dean Camera | 2013-01-03 | 1 | -18/+3 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-11-12 | 1 | -0/+2 |
| | |||||
* | Remove dependency on the "bc" command line calculator tool in the ↵ | Dean Camera | 2012-11-10 | 2 | -5/+2 |
| | | | | bootloaders to make compiling on Windows easier with only MinGW. | ||||
* | Add troubleshooting page to the build system section of the documentation. | Dean Camera | 2012-10-28 | 1 | -20/+141 |
| | |||||
* | Increased throughput in the USBtoSerial project now that data transmission ↵ | Dean Camera | 2012-10-20 | 1 | -1/+1 |
| | | | | is non-blocking (thanks to Joseph Lacerte). | ||||
* | Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for ↵ | Dean Camera | 2012-10-14 | 1 | -2/+3 |
| | | | | the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro) | ||||
* | Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵ | Dean Camera | 2012-10-14 | 3 | -3/+16 |
| | | | | HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -0/+1 |
| | |||||
* | Add LINKER_RELAXATIONS option to the LUFA BUILD build system module. | Dean Camera | 2012-09-30 | 2 | -0/+9 |
| | |||||
* | Minor documentation improvements. Remove AS4 project generator script as it ↵ | Dean Camera | 2012-09-23 | 4 | -330/+105 |
| | | | | is buggy; replace with a better system in the future for both AS4 and AS6. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-09-22 | 2 | -0/+2 |
| | |||||
* | Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵ | Dean Camera | 2012-09-19 | 1 | -0/+1 |
| | | | | modified for a single Dataflash chip (thanks to Jonathan Oakley). | ||||
* | Fix missing briefs in the documentation for several modules, fix up invalid ↵ | Dean Camera | 2012-09-19 | 1 | -6/+6 |
| | | | | documentation references. | ||||
* | Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵ | Dean Camera | 2012-09-16 | 1 | -0/+2 |
| | | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers. | ||||
* | Added support for the Xevelabs USB2AX revision 3.1 board. | Dean Camera | 2012-09-15 | 1 | -0/+1 |
| | |||||
* | Add error message for debugging purposes to the low level AudioInputHost and ↵ | Dean Camera | 2012-09-14 | 1 | -0/+1 |
| | | | | AudioOutputHost demos, if the request to set the audio sample rate fails. | ||||
* | Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step ↵ | Dean Camera | 2012-09-12 | 1 | -0/+1 |
| | | | | increments (thanks to Oliver Zander). | ||||
* | Minor documentation improvements. | Dean Camera | 2012-09-09 | 1 | -0/+3 |
| | |||||
* | Add support for the Atmel UC3-A3 Xplained board. | Dean Camera | 2012-09-08 | 2 | -0/+2 |
| | |||||
* | Add additional driver documentation to the AVRISP-MKII clone programmer project. | Dean Camera | 2012-09-03 | 1 | -1/+2 |
| | |||||
* | Remove incomplete Microsoft Sideshow device demo. | Dean Camera | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | Add human readable license information and add some missing module ↵ | Dean Camera | 2012-09-01 | 1 | -4/+25 |
| | | | | documentation briefs. | ||||
* | Remove unused check-source rule from the BUILD build system module. | Dean Camera | 2012-08-29 | 2 | -4/+1 |
| | |||||
* | Fixed logic hole breaking USB operations on a USB controller with only one ↵ | Dean Camera | 2012-08-28 | 1 | -0/+2 |
| | | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set. | ||||
* | Fixed incompatibility in the CDC class bootloader on some systems (thanks to ↵ | Dean Camera | 2012-08-27 | 1 | -0/+1 |
| | | | | Sylvain Munaut). | ||||
* | Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵ | Dean Camera | 2012-08-18 | 2 | -3/+12 |
| | | | | system module. Clean up CORE build system module. | ||||
* | Fix broken Doxygen documentation due to lack of HTML encoding. | Dean Camera | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Document build system targets. Add a rule to the BUILD module that is run if ↵ | Dean Camera | 2012-08-18 | 1 | -0/+4 |
| | | | | a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error). | ||||
* | Fixed missing Win-32bit compatibility sections in the LUFA INF driver files ↵ | Dean Camera | 2012-08-16 | 2 | -0/+2 |
| | | | | (thanks to Christan Beharrell). | ||||
* | 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 |
| |