aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix overflow for RNDIS class driver responses when returning the adapter ↵Dean Camera2014-08-3110-38/+60
| | | | query list (thanks to Peter Mc Shane).
* Minor documentation improvements.Dean Camera2014-08-312-1/+3
|
* Patched the LUFA build system to work around a GCC code generation bug in ↵Dean Camera2014-08-263-1/+9
| | | | newer toolchains when building for larger FLASH memory devices (thanks to demultiplexer)
* Merge branch 'master' of github.com:abcminiuser/lufaDean Camera2014-08-241-3/+3
|\
| * Merge pull request #35 from hellprototypes/sandboxDean Camera2014-08-131-3/+3
| |\ | | | | | | Fix Serial_XMEGA.h typos.
| | * Fix Serial_XMEGA.h syntax and define errorHell2014-08-131-3/+3
| |/
* | Remove correct output library file when running make clean in the LUFA build ↵Dean Camera2014-08-241-1/+1
| | | | | | | | system.
* | Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-2479-1106/+2765
|/
* Fixed USART reception overrun corrupting the internal buffers in the ↵Dean Camera2014-08-102-1/+2
| | | | USBtoSerial project.
* Minor code style fixes, documentation improvements.Dean Camera2014-07-222-4/+6
|
* Merge pull request #32 from The-42/fix-xmega-usb-prescalerDean Camera2014-07-221-3/+13
|\ | | | | Fix XMEGA USB prescaler calculation (thanks to Bert van Hall).
| * Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
|/ | | | | | | The USB prescaler calculation for the CLK.USBCTRL register is changed to give valid results and set the prescaler correctly. Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
* Minor documentation improvements.Dean Camera2014-07-161-3/+3
|
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-155-0/+60
|
* Only deque from the USBtoSerial's USB->USART buffer when the USART is idle.Dean Camera2014-07-152-2/+3
|
* Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵Dean Camera2014-07-153-2/+57
| | | | functions.
* Update documentation for HID report ID fix.Dean Camera2014-06-251-0/+1
|
* Merge pull request #28 from The-42/fix-feature-idDean Camera2014-06-251-0/+4
|\ | | | | Fix missing report IDs for HID device class GetReport request responses (thanks to Bert van Hall).
| * Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
|/ | | | | | | As it is the case for input reports, the ID has to be sent for feature reports when a device has multiple reports implemented. Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-083-0/+6
|
* Add COMPILER_PATH optional variable to the BUILD build system module.Dean Camera2014-06-083-4/+15
|
* Ensure BulkVendor received data is cleared before reading from host.Dean Camera2014-06-072-0/+2
|
* Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ↵Dean Camera2014-05-302-0/+8
| | | | rate is changed (thanks to Carl Kjeldsen).
* Fix AVRISP-MKII status values to match the published protocol (thanks to ↵Dean Camera2014-05-272-3/+3
| | | | Gustavo Souza).
* Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg)Dean Camera2014-05-213-2/+4
|
* Fix LED driver for the Arduino Leonardo board.Dean Camera2014-04-302-15/+16
|
* Merge branch 'master' of github.com:abcminiuser/lufaDean Camera2014-04-211-4/+21
|\
| * Merge pull request #23 from mondalaci/add-further-scancodesDean Camera2014-04-071-4/+21
| |\ | | | | | | Fix typos and add new macros for HID keyboard scancodes.
| | * Fix typos and add new macros for HID keyboard scancodes.László Monda2014-04-061-4/+21
| | |
* | | Upgrade to latest Doxygen.Dean Camera2014-04-2179-2133/+2686
|/ /
* | Update to latest Atmel Studio integration binary, improve Getting Started ↵Dean Camera2014-03-312-0/+12
| | | | | | | | page in the manual.
* | More fixes for incorrect return types/values.Dean Camera2014-03-092-3/+3
| |
* | Fix incorrect error codes returned on pip config failure in the host class ↵Dean Camera2014-03-0510-22/+25
| | | | | | | | drivers.
* | Revert version and update documentation after the 140302 release.Dean Camera2014-03-014-2/+40
| |
* | Update version for the 140302 release.Dean Camera2014-03-014-5/+5
| |
* | Add Atmel Studio 6.2 compatibility.Dean Camera2014-03-012-1/+2
| |
* | Minor typo corrections.Dean Camera2014-02-221-1/+1
| |
* | Merge branch 'master' of github.com:abcminiuser/lufaDean Camera2014-02-161-5/+5
|\ \
| * \ Merge pull request #21 from mondalaci/fix-ringbuffer-exampleDean Camera2014-02-011-5/+5
| |\ \ | | |/ | |/| Fix ring buffer example.
| | * Fix ring buffer example.László Monda2014-02-011-5/+5
| |/
* | Fix incorrect whitespace.Dean Camera2014-02-164-5/+8
| |
* | Update to latest Atmel Studio integration binary.Dean Camera2014-02-161-0/+0
|/
* Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros.Dean Camera2014-01-271-2/+2
|
* 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-08162-4679/+4760
| | | | Studio extension.
* Fix USB_STRING_DESCRIPTOR() macro reported length to account for the ↵Dean Camera2014-01-081-1/+1
| | | | null-terminator.
* Minor documentation improvements.Dean Camera2014-01-081-0/+1
|
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0846-48/+59
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0847-822/+144
|
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-082-18/+6
|