Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for the DorkbotPDX Duce board. | Dean Camera | 2012-04-25 | 2 | -0/+2 |
| | |||||
* | Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵ | Dean Camera | 2012-04-25 | 1 | -0/+1 |
| | | | | Saugnier). | ||||
* | Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵ | Dean Camera | 2012-04-25 | 2 | -0/+8 |
| | | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs). | ||||
* | Remove an unused variable in the HID loader CLI application. Update known ↵ | Dean Camera | 2012-04-19 | 1 | -0/+2 |
| | | | | issues list. | ||||
* | Add known issues to the documentation. | Dean Camera | 2012-04-18 | 3 | -1/+39 |
| | |||||
* | Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵ | Dean Camera | 2012-04-16 | 1 | -0/+1 |
| | | | | generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-15 | 1 | -2/+3 |
| | |||||
* | Fixed incorrect reponse to GET STATUS requests in device mode if ↵ | Dean Camera | 2012-04-15 | 1 | -0/+1 |
| | | | | NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock). | ||||
* | Added new SerialToLCD user project contributed by Simon Foster. | Dean Camera | 2012-04-14 | 1 | -0/+1 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 5 | -2/+61 |
| | |||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 3 | -0/+5 |
| | | | | size is 8KB or more (thanks to Georg Glock). | ||||
* | Remove outdated documentation from the library, minor documentation ↵ | Dean Camera | 2012-04-09 | 4 | -170/+1 |
| | | | | improvements. | ||||
* | Removed the old pseudo-scheduler from the library as it was unused and ↵ | Dean Camera | 2012-04-08 | 1 | -0/+1 |
| | | | | deprecated since the 090810 release. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 1 | -11/+11 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-04-08 | 3 | -128/+142 |
| | |||||
* | Move out Doxygen style assets into a seperate folder. | Dean Camera | 2012-04-08 | 2 | -0/+0 |
| | |||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 2 | -2/+1089 |
| | |||||
* | Move documentation images into a dedicated sub-folder. | Dean Camera | 2012-04-08 | 6 | -9/+9 |
| | |||||
* | Add guide for importing LUFA into an AS5/AS6 project. | Dean Camera | 2012-04-08 | 9 | -0/+107 |
| | |||||
* | Fix up Doxygen documentation directives to allow for generation of ↵ | Dean Camera | 2012-04-07 | 1 | -189/+15 |
| | | | | documentation when the library code root folder is not "LUFA". | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-05 | 1 | -0/+1 |
| | |||||
* | Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵ | Dean Camera | 2012-04-01 | 1 | -0/+1 |
| | | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-04-01 | 1 | -0/+1 |
| | |||||
* | Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵ | Dean Camera | 2012-03-29 | 2 | -1/+5 |
| | | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure. | ||||
* | Added additional bootloader API data to expose the bootloader start address ↵ | Dean Camera | 2012-03-29 | 1 | -0/+1 |
| | | | | and class to the DFU and CDC class bootloaders. | ||||
* | Re-enable cppcheck static analysis unused function checks after adding in ↵ | Dean Camera | 2012-03-25 | 1 | -1/+0 |
| | | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. | ||||
* | Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵ | Dean Camera | 2012-03-20 | 1 | -0/+2 |
| | | | | when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse). | ||||
* | Fixed inverted LED logic in the OLIMEX162 board LED driver. | Dean Camera | 2012-03-20 | 1 | -0/+1 |
| | |||||
* | Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵ | Dean Camera | 2012-03-18 | 1 | -1/+1 |
| | | | | (thanks to Ben R. Porter). | ||||
* | Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set ↵ | Dean Camera | 2012-03-17 | 1 | -0/+1 |
| | | | | (thanks to Sam Lin). | ||||
* | Fixed incorrect call to the user callback ↵ | Dean Camera | 2012-03-15 | 1 | -1/+2 |
| | | | | CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep). | ||||
* | Audio Device Class driver changed to also require the index of the Audio ↵ | Dean Camera | 2012-03-14 | 2 | -0/+5 |
| | | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. | ||||
* | Reorder manual documentation sections, remove useless "AboutLUFA" section. | Dean Camera | 2012-03-13 | 2 | -21/+5 |
| | |||||
* | Added Dataflash operational checks and aborts to all projects using the ↵ | Dean Camera | 2012-03-09 | 1 | -0/+1 |
| | | | | Dataflash to ensure it is working correctly before use. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-03-06 | 1 | -0/+1 |
| | |||||
* | Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ↵ | Dean Camera | 2012-03-06 | 1 | -0/+1 |
| | | | | is specified (thanks to Andrus Aaslaid). | ||||
* | Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI ↵ | Dean Camera | 2012-03-05 | 1 | -1/+1 |
| | | | | to 32, to prevent communication errors on low quality connections to a target. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-03-04 | 1 | -1/+6 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-26 | 1 | -1/+2 |
| | |||||
* | Remove Library Apps overview page from the documentation. | Dean Camera | 2012-02-25 | 3 | -131/+0 |
| | |||||
* | Update main library documentation organisation for Doxygen 1.8.0. | Dean Camera | 2012-02-25 | 4 | -5/+22 |
| | |||||
* | Update author information. | Dean Camera | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Modified the CDC Host demos to set a default CDC Line Encoding on enumerated ↵ | Dean Camera | 2012-02-24 | 1 | -1/+1 |
| | | | | devices. | ||||
* | Minor documentation fixes - change \note entries to \warning where ↵ | Dean Camera | 2012-02-24 | 2 | -1/+2 |
| | | | | appropriate and remove/update old documentation. | ||||
* | Added support for the BitWizard Multio and Big-Multio boards. | Dean Camera | 2012-02-22 | 2 | -1/+2 |
| | |||||
* | Update the Android Accessory Host ClassDriver demo to use the updated class ↵ | Dean Camera | 2012-02-20 | 1 | -0/+1 |
| | | | | | | | | configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements. | ||||
* | Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵ | Dean Camera | 2012-02-20 | 2 | -2/+20 |
| | | | | standard C bit shifts. | ||||
* | Update trunk post-120219 release. | Dean Camera | 2012-02-19 | 2 | -0/+6 |
| | |||||
* | Commit for the 120219 release. | Dean Camera | 2012-02-19 | 2 | -2/+2 |
| | |||||
* | Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵ | Dean Camera | 2012-02-19 | 1 | -0/+1 |
| | | | | configuration function broken, redundant function prototypes and unused parameters. |