aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-12-271-1/+2
|
* Minor documentation improvements.Dean Camera2013-12-201-1/+1
|
* AVR8: Add option to keep 3.3V regulator enabledMichael Hanselmann2013-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The documentation contains example code[1] on how to restart into the bootloader. In the process of preparing for the reset, USB is disabled using “USB_Disable()”. For hardware making use of the AVR8's internal 3.3V regulator that call would also disable the regulator, resetting the processor immediately rather than setting the boot key and letting the watchdog reset the processor. This patch adds a new flag to be given to “USB_Init()” or to be defined in “USE_STATIC_OPTIONS” telling “USB_Disable()” to keep the regulator enabled. On November 1st, 2013 this issue was already mentioned on the mailing list[2], but no fix came from that discussion. [1] <http://www.fourwalledcubicle.com/files/LUFA/Doc/130901/ html/_page__software_bootloader_start.html> [2] <https://groups.google.com/d/msg/lufa-support/uwrFpRQpJzU/e9I6UK5jMJQJ> Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused ↵Dean Camera2013-11-211-1/+1
| | | | sporadic session issues.
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵Dean Camera2013-11-051-2/+7
| | | | XMEGA architecture.
* Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets ↵Dean Camera2013-11-041-0/+2
| | | | with high /RESET line capacitance.
* Minor documentation improvements.Dean Camera2013-11-031-1/+1
|
* Minor documentation improvements.Dean Camera2013-11-031-0/+1
|
* Fix signature bytes in the DFU class bootloader.Dean Camera2013-11-031-0/+1
|
* AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as ↵Dean Camera2013-11-021-0/+1
| | | | it is now stable.
* Add new Bulk Vendor device demo application.Dean Camera2013-10-301-0/+4
|
* Minor documentation corrections.Dean Camera2013-10-061-1/+3
|
* Reset version information following the 130901 release.Dean Camera2013-09-011-0/+3
|
* Version for the 130901 release.Dean Camera2013-09-011-1/+1
|
* Minor documentation improvements.Dean Camera2013-09-011-8/+8
|
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-231-0/+1
|
* Minor documentation updates.Dean Camera2013-08-141-1/+1
|
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵Dean Camera2013-08-131-0/+1
| | | | prevent Doxygen from choking.
* Fixed re-enumeration issue of XMEGA architecture targets.Dean Camera2013-08-131-0/+1
|
* Fix broken USART SPI driver for the AVR8 architecture.Dean Camera2013-08-121-0/+1
|
* Add volatile software RTC to the TempDataLogger application if the dummy RTC ↵Dean Camera2013-07-201-0/+1
| | | | mode is enabled.
* Fixed incorrect time/date configuration data order in the TempDataLogger ↵Dean Camera2013-07-161-0/+1
| | | | host application.
* Fixed incorrect USB device state set when a suspended LUFA device is woken ↵Dean Camera2013-07-151-0/+1
| | | | while addressed but not configured (thanks to Balaji Krishnan)
* Minor documentation improvements.Dean Camera2013-07-141-0/+2
|
* Re-added Set Control Line State request handling to the CDC class bootloader.Dean Camera2013-06-271-0/+3
|
* Add missing U2S board definition, update build tests and documentation.Dean Camera2013-06-221-0/+1
|
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-121-0/+1
| | | | appropriate communication interface.
* Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵Dean Camera2013-06-011-0/+1
| | | | LED drivers
* 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).