aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
* Fixed USART reception overrun corrupting the internal buffers in the ↵Dean Camera2014-08-101-0/+1
| | | | USBtoSerial project.
* Minor code style fixes, documentation improvements.Dean Camera2014-07-221-0/+1
|
* Minor documentation improvements.Dean Camera2014-07-161-3/+3
|
* Only deque from the USBtoSerial's USB->USART buffer when the USART is idle.Dean Camera2014-07-151-0/+1
|
* Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵Dean Camera2014-07-151-0/+1
| | | | functions.
* Update documentation for HID report ID fix.Dean Camera2014-06-251-0/+1
|
* Add COMPILER_PATH optional variable to the BUILD build system module.Dean Camera2014-06-082-0/+9
|
* Ensure BulkVendor received data is cleared before reading from host.Dean Camera2014-06-071-0/+1
|
* Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ↵Dean Camera2014-05-301-0/+2
| | | | rate is changed (thanks to Carl Kjeldsen).
* Fix AVRISP-MKII status values to match the published protocol (thanks to ↵Dean Camera2014-05-271-1/+1
| | | | Gustavo Souza).
* Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg)Dean Camera2014-05-212-1/+3
|
* Fix LED driver for the Arduino Leonardo board.Dean Camera2014-04-301-0/+1
|
* Update to latest Atmel Studio integration binary, improve Getting Started ↵Dean Camera2014-03-311-0/+12
| | | | page in the manual.
* Fix incorrect error codes returned on pip config failure in the host class ↵Dean Camera2014-03-051-1/+4
| | | | drivers.
* Revert version and update documentation after the 140302 release.Dean Camera2014-03-013-0/+38
|
* Update version for the 140302 release.Dean Camera2014-03-013-3/+3
|
* Fix documentation: jump address for bootloader should be words, not bytes.Dean Camera2014-01-131-9/+9
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-081-0/+4
| | | | Studio extension.
* Minor documentation improvements.Dean Camera2014-01-081-0/+1
|
* Minor documentation improvements.Dean Camera2014-01-061-0/+1
|
* Minor documentation improvements.Dean Camera2014-01-051-0/+3
|
* Update copyrights for 2014.Dean Camera2014-01-041-3/+3
|
* Minor documentation improvements.Dean Camera2013-12-301-0/+1
|
* Minor documentation improvements.Dean Camera2013-12-272-1/+5
|
* Merge pull request #15 from mondalaci/limit-control-transfer-sizeDean Camera2013-12-201-0/+1
|\ | | | | Add todo item.
| * Add todo item.László Monda2013-12-181-0/+1
| |
* | Minor documentation improvements.Dean Camera2013-12-202-2/+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>
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-211-1/+3
| | | | | | | | with the previous floating point macro version.
* | 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-302-1/+5
|
* Minor documentation corrections.Dean Camera2013-10-061-1/+3
|
* Reset version information following the 130901 release.Dean Camera2013-09-013-0/+38
|
* Version for the 130901 release.Dean Camera2013-09-013-3/+3
|
* Minor documentation improvements.Dean Camera2013-09-014-15/+17
|
* Oops - use unique section names for the board driver stubs in the documentation.Dean Camera2013-09-011-4/+4
|
* Add user board driver stub code to the documentation.Dean Camera2013-09-011-15/+35
|
* Fix outdated filename references in the LUFA documentation.Dean Camera2013-09-011-2/+2
|
* Add Atmel Studio integration known issues.Dean Camera2013-08-311-0/+3
|
* Minor documentation improvements.Dean Camera2013-08-251-0/+1
|
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-231-0/+1
|
* Add missing Known Issue entry for a previous LUFA release.Dean Camera2013-08-191-0/+1
|
* Remove incorrect entry from the Known Issues list.Dean Camera2013-08-191-7/+1
|
* Remove outdated known issue from the Known Issues list of the documentation.Dean Camera2013-08-191-3/+1
|