Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add additional specific sub-family parts to the ModuleTest build test as ↵ | Dean Camera | 2012-04-08 | 1 | -1/+1 | |
| | | | | | | these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference. | |||||
* | Add guide for importing LUFA into an AS5/AS6 project. | Dean Camera | 2012-04-08 | 1 | -1/+1 | |
| | ||||||
* | Reorder manual documentation sections, remove useless "AboutLUFA" section. | Dean Camera | 2012-03-13 | 1 | -1/+1 | |
| | ||||||
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 1 | -1/+1 | |
| | ||||||
* | Fix warnings and errors found by the new cppcheck provided static code analysis. | Dean Camera | 2012-02-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed possible enumeration error if the user application selects the ↵ | Dean Camera | 2012-02-26 | 1 | -1/+1 | |
| | | | | non-Control pipe between the Powered and Default states of the host state machine. | |||||
* | Added support for the BitWizard Multio and Big-Multio boards. | Dean Camera | 2012-02-22 | 1 | -1/+1 | |
| | ||||||
* | Update build test "ModuleTest" to check platform drivers where possible. Add ↵ | Dean Camera | 2012-02-19 | 1 | -1/+1 | |
| | | | | missing copyright/license headers. | |||||
* | Add build test for forced single USB modes. | Dean Camera | 2012-02-19 | 1 | -1/+1 | |
| | | | | Fix UC3 Interrupt Management platform driver not compiling under C++. | |||||
* | Add build tests to verify correct compilation of as many modules as possible ↵ | Dean Camera | 2012-02-18 | 1 | -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. | |||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -1/+1 | |
| | | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. | |||||
* | Added Serial USART peripheral driver for the XMEGA platform. | Dean Camera | 2012-02-12 | 1 | -1/+1 | |
| | | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct. | |||||
* | Altered the HID class driver to only try to construct at maximum one packet ↵ | Dean Camera | 2012-02-09 | 1 | -1/+1 | |
| | | | | per USB frame, to reduce CPU usage. | |||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -1/+1 | |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | |||||
* | Fix errors in the new Micropendous board drivers. Reorder the board ↵ | Dean Camera | 2012-02-03 | 1 | -1/+1 | |
| | | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY. | |||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 1 | -1/+1 | |
| | | | | new Android Open Accessory Host ClassDriver demo. | |||||
* | Update library to indicate support for the Android Accessory Host demo. | Dean Camera | 2011-11-23 | 1 | -1/+1 | |
| | ||||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 1 | -1/+1 | |
| | | | | driver source filenames to prevent ambiguities. | |||||
* | Fix XMEGA core USB driver endpoint code to prevent incorrect STALL ↵ | Dean Camera | 2011-11-01 | 1 | -1/+1 | |
| | | | | determination. | |||||
* | Add XMEGA SPI peripheral driver. | Dean Camera | 2011-10-31 | 1 | -1/+1 | |
| | ||||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -1/+1 | |
| | | | | More XMEGA USB core fixes. | |||||
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵ | Dean Camera | 2011-10-18 | 1 | -1/+1 | |
| | | | | prevent user confusion with the actual *nix Man tool. | |||||
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -1/+1 | |
| | ||||||
* | Pull out architecture specific macros and other definitions into a new ↵ | Dean Camera | 2011-08-16 | 1 | -1/+1 | |
| | | | | common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code. | |||||
* | Update LUFAConfig.h with missing options for the AVR32 target. | Dean Camera | 2011-08-04 | 1 | -1/+1 | |
| | | | | Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header. | |||||
* | Update UC3 platform driver support to use the bitmasks defined in the header ↵ | Dean Camera | 2011-07-14 | 1 | -1/+1 | |
| | | | | | | files over raw constants. Start implementation of XMEGA platform drivers. | |||||
* | Add start of an architecture port to the Atmel USB XMEGA devices. | Dean Camera | 2011-07-13 | 1 | -1/+1 | |
| | ||||||
* | Enhance and document the AVR32 UC3 platform drivers. | Dean Camera | 2011-07-12 | 1 | -1/+1 | |
| | ||||||
* | Add missing function attributes to the RingBuffer driver to reduce the ↵ | Dean Camera | 2011-07-11 | 1 | -1/+1 | |
| | | | | | | chances of invalid usage. Fix duplicated LED driver functions in the Doxygen documentation. | |||||
* | Tighten up the implementations of the USB_Device_SetDeviceAddress(), ↵ | Dean Camera | 2011-07-06 | 1 | -1/+1 | |
| | | | | | | USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum. | |||||
* | Pull out Android Accessory Mode functions into a seperate set of files in ↵ | Dean Camera | 2011-06-30 | 1 | -1/+1 | |
| | | | | the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings. | |||||
* | Update AudioInput and AudioOutput Class Driver device mode demos to use a ↵ | Dean Camera | 2011-06-29 | 1 | -1/+1 | |
| | | | | switch statement when selecting the audio request type for clarity. | |||||
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 1 | -1/+1 | |
| | | | | Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards. | |||||
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 1 | -1/+1 | |
| | ||||||
* | Add missing project files for the new HIDReportViewer project to upgrade its ↵ | Dean Camera | 2011-06-19 | 1 | -1/+1 | |
| | | | | status to a finished (working) project. | |||||
* | Add new incomplete HIDReportViewer project. | Dean Camera | 2011-06-16 | 1 | -1/+1 | |
| | ||||||
* | Rename new Audio class driver functions, callbacks and events to ensure that ↵ | Dean Camera | 2011-06-16 | 1 | -1/+1 | |
| | | | | they contain the USB mode (Device or Host) in the function names. | |||||
* | Fix compile errors when both Host and Device modes are enabled. | Dean Camera | 2011-06-09 | 1 | -1/+1 | |
| | ||||||
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 1 | -1/+1 | |
| | | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate). | |||||
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 1 | -1/+1 | |
| | | | | | | Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo. | |||||
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 1 | -1/+1 | |
| | | | | Added new EVENT_Audio_StreamStartStopChange() event to the Audio Device Class driver to detect stream start/stop events. | |||||
* | Add additional support files for the new low level AudioInputHost and ↵ | Dean Camera | 2011-06-06 | 1 | -1/+1 | |
| | | | | AudioOutputHost demos. | |||||
* | Move completed low level Audio Host demos into the LowLevel folder from the ↵ | Dean Camera | 2011-06-06 | 1 | -1/+1 | |
| | | | | Incomplete folder. | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 | |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | |||||
* | Added board driver support for the Busware TUL board. | Dean Camera | 2011-06-04 | 1 | -1/+1 | |
| | ||||||
* | Added new incomplete AudioOutputHost Host LowLevel demo. | Dean Camera | 2011-05-30 | 1 | -1/+1 | |
| | ||||||
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -1/+1 | |
| | | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. | |||||
* | Fix incorrect macro guard in the UC3 EndpointStream header file. | Dean Camera | 2011-05-26 | 1 | -1/+1 | |
| | | | | Fix incorrect project name in the Projects/ folder makefile. | |||||
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 1 | -1/+1 | |
| |