aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.Dean Camera2013-05-231-0/+2
|
* Merge branch 'master' into XMEGA-Demo-Ports-ClockOnlyDean Camera2013-05-201-0/+1
|\
| * Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-201-0/+1
| |
* | Add stub functions to all board drivers, so that demos can be compiled with ↵Dean Camera2013-05-191-0/+2
|/ | | | BOARD=NONE.
* Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function.Dean Camera2013-05-141-1/+1
|
* Fix Pipe_GetBoundEndpointAddress() returning bad values in some circumstances.Dean Camera2013-05-101-0/+2
|
* Update Android Accessory Class driver to be compatible with protocol version ↵Dean Camera2013-05-101-3/+5
| | | | 2 devices.
* Add new Printer Device Class driver.Dean Camera2013-05-051-0/+1
|
* Fixed possible register corruption in USB Host mode on AVR8 devices when ↵Dean Camera2013-04-211-0/+1
| | | | ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg).
* Update AS integration scripts and transforms - extract out the module ↵Dean Camera2013-04-081-1/+1
| | | | description from the Doxygen XML output for the GUI.
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-061-0/+1
|
* Added additional MIDI command definitions to the MIDI class driver (thanks ↵Dean Camera2013-03-281-0/+1
| | | | to Daniel Dreibrodt).
* Fixed race condition in the DFU class bootloader causing failed device ↵Dean Camera2013-03-271-0/+1
| | | | reprogramming in some circumstances (thanks to Luis Mendes).
* Fixed Low Speed USB devices broken when using the library HID Class driver ↵Dean Camera2013-03-231-0/+2
| | | | (thanks to Michael).
* Minor documentation improvements.Dean Camera2013-03-191-1/+1
|
* Fixed incorrect HID report descriptor generated for 16-bit axis ranges by ↵Dean Camera2013-03-171-0/+2
| | | | the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-091-0/+10
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Add new Printer class USB bootloader.Dean Camera2013-03-031-1/+3
|
* Reset version information now that the LUFA-130303 release has been tagged.Dean Camera2013-03-031-0/+3
|
* Commit for the LUFA-130303 release.Dean Camera2013-03-031-1/+1
|
* Fixed incorrect output in the HIDReportViewer project when no device is ↵Dean Camera2013-02-281-0/+1
| | | | connected (thanks to Pavel Kuzmin).
* Fixed potential NULL pointer dereference in the HID Host mode Class Driver ↵Dean Camera2013-02-271-0/+1
| | | | (thanks to Pavel Kuzmin).
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-241-0/+1
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED ↵Dean Camera2013-02-191-1/+2
| | | | driver.
* Added new Board Hardware Information board driver.Dean Camera2013-01-271-0/+1
|
* Fixed incorrectly issuing STALL response to unsupported control request ↵Dean Camera2013-01-271-0/+1
| | | | SETUP packets, rather than in the data/status stage.
* Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard ↵Dean Camera2013-01-191-0/+1
| | | | Wesser).
* Fix oops - forgot to save changelog after previous update.Dean Camera2013-01-151-1/+1
|
* Fixed bug in the TWI peripheral driver for the AVR8 devices causing ↵Dean Camera2013-01-151-0/+1
| | | | incorrect failure codes to be returned in some cases (thanks to Peter K).
* Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ↵Dean Camera2013-01-131-0/+1
| | | | saved in EEPROM (thanks to Gerhard Wesser).
* Fixed incorrect ordering of the linker options in the build system causing ↵Dean Camera2013-01-051-0/+1
| | | | link failures in some cases.
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-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 dependency on the "bc" command line calculator tool in the ↵Dean Camera2012-11-101-1/+2
| | | | bootloaders to make compiling on Windows easier with only MinGW.
* Increased throughput in the USBtoSerial project now that data transmission ↵Dean Camera2012-10-201-1/+1
| | | | is non-blocking (thanks to Joseph Lacerte).
* Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for ↵Dean Camera2012-10-141-2/+3
| | | | the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
* Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵Dean Camera2012-10-141-2/+4
| | | | 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).
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-191-0/+1
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵Dean Camera2012-09-161-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 Camera2012-09-151-0/+1
|
* Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step ↵Dean Camera2012-09-121-0/+1
| | | | increments (thanks to Oliver Zander).
* Add support for the Atmel UC3-A3 Xplained board.Dean Camera2012-09-081-0/+1
|
* Add additional driver documentation to the AVRISP-MKII clone programmer project.Dean Camera2012-09-031-1/+2
|
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-281-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 Camera2012-08-271-0/+1
| | | | Sylvain Munaut).
* Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build ↵Dean Camera2012-08-181-0/+1
| | | | system module. Clean up CORE build system module.
* Fixed missing Win-32bit compatibility sections in the LUFA INF driver files ↵Dean Camera2012-08-161-0/+1
| | | | (thanks to Christan Beharrell).
* Fixed inverted LED driving code for the Arduino Leonardo board. Fixed ↵Dean Camera2012-08-121-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 Camera2012-08-121-1/+1
| | | | masks so that it lines up with the Arduino boards.
* Added workaround for broken VBUS detection on AVR8 devices when a bootloader ↵Dean Camera2012-08-121-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 Camera2012-08-121-1/+17
| | | | AVRISP-MKII project.