Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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). | |||||
* | Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵ | Dean Camera | 2012-05-20 | 1 | -0/+1 | |
| | | | | clone programmer project (thanks to Robert Spitzenpfeil). | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 3 | -37/+86 | |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | |||||
* | Added build test to verify correct compilation of all bootloaders using all ↵ | Dean Camera | 2012-05-13 | 1 | -0/+3 | |
| | | | | | | supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. | |||||
* | Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵ | Dean Camera | 2012-05-13 | 1 | -0/+1 | |
| | | | | (thanks to Rod DeMay). | |||||
* | Minor documentation improvements. | Dean Camera | 2012-05-12 | 1 | -0/+2 | |
| | ||||||
* | Add support for the ATXMEGA384C3. | Dean Camera | 2012-05-07 | 1 | -0/+5 | |
| | ||||||
* | Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵ | Dean Camera | 2012-05-06 | 1 | -0/+1 | |
| | | | | architecture to use the fast PIN register toggle alternative function for speed. | |||||
* | Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards. | Dean Camera | 2012-05-06 | 3 | -0/+5 | |
| | ||||||
* | Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵ | Dean Camera | 2012-05-06 | 1 | -0/+1 | |
| | | | | not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown). | |||||
* | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 1 | -0/+1 | |
| | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). | |||||
* | Fixed possible deadlock in the CDC device driver if the USB connection is ↵ | Dean Camera | 2012-05-05 | 1 | -0/+2 | |
| | | | | dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins). | |||||
* | Fixed incorrect DFU version number reported to the host in the DFU ↵ | Dean Camera | 2012-05-05 | 1 | -0/+2 | |
| | | | | bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). | |||||
* | The library bootloaders will now correctly start the user application after ↵ | Dean Camera | 2012-04-29 | 1 | -1/+3 | |
| | | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. | |||||
* | 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 | |
| |