aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0820-40/+40
|
* Optimize Endpoint_Discard_Stream() and Endpoint_Null_Stream().Dean Camera2018-12-081-16/+6
|
* Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to ↵Dean Camera2018-02-181-1/+1
| | | | Andrus Aaslaid).
* Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is ↵Dean Camera2018-02-181-1/+2
| | | | disabled.
* Make USE_INTERNAL_SERIAL configureable as makefile defineNicoHood2018-01-221-0/+2
|
* Update copyrights for 2018.Dean Camera2018-01-0420-40/+40
|
* Update copyrights for 2017.Dean Camera2017-04-1820-40/+40
|
* Update copyrights to 2016.Dean Camera2016-01-3120-40/+40
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1720-40/+40
|
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-081-0/+2
|
* Update copyrights for 2014.Dean Camera2014-01-0420-120/+120
|
* Fixed incorrect USB device state set when a suspended LUFA device is woken ↵Dean Camera2013-07-151-1/+1
| | | | while addressed but not configured (thanks to Balaji Krishnan)
* Minor documentation improvements.Dean Camera2013-05-042-9/+8
|
* Move USB mode enum into the top level USB controller header, as it is common ↵Dean Camera2013-04-281-17/+3
| | | | to all architectures (even if not all modes are supported).
* Minor documentation improvements.Dean Camera2013-03-182-2/+2
|
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+2
|
* Fix broken XMEGA USB support.Dean Camera2013-01-271-2/+2
|
* Update copyright year to 2013.Dean Camera2013-01-0320-40/+40
|
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-1/+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).
* Clean up unnecessary CPPCheck static analysis suppression comments, force ↵Dean Camera2012-10-144-4/+0
| | | | Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
* Minor documentation improvements.Dean Camera2012-10-0520-20/+20
|
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵Dean Camera2012-09-092-4/+13
| | | | switch.
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-282-5/+7
| | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
* Minor documentation corrections.Dean Camera2012-08-271-8/+12
|
* Add missing UC3 architecture F_USB configuration checks.Dean Camera2012-07-241-0/+10
|
* Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵Dean Camera2012-07-221-1/+1
| | | | (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
* Minor documentation improvements.Dean Camera2012-07-151-6/+6
|
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-214-1183/+1183
| | | | line endings of all makefile, *.c and *.h files.
* Add checks to the endpoint and pipe configure functions and fail if the ↵Dean Camera2012-06-102-1/+9
| | | | requested endpoint or pipe number is above the maximum for that device.
* Minor correction to the UC3 USB clock division formula (thanks to Kim ↵Dean Camera2012-06-101-1/+1
| | | | Blomqvist).
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
|
* Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion ↵Dean Camera2012-06-061-1/+1
| | | | filetype filter.
* Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.Dean Camera2012-06-023-5/+5
|
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵Dean Camera2012-05-263-17/+18
| | | | UC3 devices (thanks to Andrew Chu).
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-202-25/+25
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Add missing CPPCheck unusedFunction check suppressions on the USB template ↵Dean Camera2012-05-194-0/+4
| | | | functions.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-147-223/+171
|
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-078-0/+32
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ↵Dean Camera2012-03-061-0/+2
| | | | is specified (thanks to Andrus Aaslaid).
* Fixed possible enumeration error if the user application selects the ↵Dean Camera2012-02-261-10/+7
| | | | non-Control pipe between the Powered and Default states of the host state machine.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-245-29/+22
| | | | appropriate and remove/update old documentation.
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-193-4/+4
| | | | configuration function broken, redundant function prototypes and unused parameters.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-1/+1
| | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time ↵Dean Camera2012-02-052-0/+9
| | | | options (thanks to Opendous Inc.).
* Update file contributor copyrights for 2012.Dean Camera2012-02-0420-20/+20
|
* Update file header copyrights for 2012.Dean Camera2012-02-0420-20/+20
|
* Minor documentation improvements.Dean Camera2012-02-011-2/+2
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-2314-48/+53
| | | | trailing whitespace at the end of each line.
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG ↵Dean Camera2011-11-223-13/+17
| | | | | | compile time option is not enabled (thanks to Matthias). Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias).
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-304-145/+145
|