aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/Device_UC3.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* 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-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-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-031-2/+2
|
* 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).
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-4/+3
| | | | appropriate and remove/update old documentation.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-8/+8
| | | | trailing whitespace at the end of each line.
* Added endian-correction to the CDC driver's Line Encoding control request ↵Dean Camera2011-10-071-1/+1
| | | | handlers.
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean Camera2011-09-221-0/+2
| | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-259/+259
|
* Add high speed USB support for the UC3 devices containing a high speed USB ↵Dean Camera2011-07-141-23/+43
| | | | | | controller. Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver.
* Add missing function attributes.Dean Camera2011-07-121-0/+1
|
* Updated all host mode demos and projects to use the ↵Dean Camera2011-07-081-2/+2
| | | | | | | | | | | | | | EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), ↵Dean Camera2011-07-061-21/+21
| | | | | | USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-1/+1
|
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵Dean Camera2011-06-201-0/+10
| | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
* Fixed possible invalid program execution when in host mode if corrupt ↵Dean Camera2011-05-141-7/+16
| | | | | | | | descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
* Add missing function attributes to the pipe/endpoint functions for all ↵Dean Camera2011-04-121-1/+2
| | | | | | architectures. Perform endianness correction in the HID report parser for big-endian platforms.
* Move global interrupt enable/disable functions out to Common.h and document ↵Dean Camera2011-04-081-3/+3
| | | | them.
* Add in a new common Delay_MS() function, which provides a blocking delay for ↵Dean Camera2011-04-081-14/+16
| | | | | | | | all architectures. Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture. Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-11/+11
|
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-10/+47
| | | | Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-0/+179