aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA.pnproj
Commit message (Collapse)AuthorAgeFilesLines
* Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean Camera2011-06-191-1/+1
| | | | status to a finished (working) project.
* Add new incomplete HIDReportViewer project.Dean Camera2011-06-161-1/+1
|
* Rename new Audio class driver functions, callbacks and events to ensure that ↵Dean Camera2011-06-161-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 Camera2011-06-091-1/+1
|
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-091-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 Camera2011-06-091-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 Camera2011-06-081-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 Camera2011-06-061-1/+1
| | | | AudioOutputHost demos.
* Move completed low level Audio Host demos into the LowLevel folder from the ↵Dean Camera2011-06-061-1/+1
| | | | Incomplete folder.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-1/+1
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Added board driver support for the Busware TUL board.Dean Camera2011-06-041-1/+1
|
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-301-1/+1
|
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-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 Camera2011-05-261-1/+1
| | | | Fix incorrect project name in the Projects/ folder makefile.
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-261-1/+1
|
* Add new MediaController project, a simple Media Playback control manipulator ↵Dean Camera2011-05-231-1/+1
| | | | (Play/Pause/Next Track/Volume/etc.).
* Add RNDIS Device support to the Webserver project, so that the files stored ↵Dean Camera2011-05-221-1/+1
| | | | on the device can be viewed from a web-browser while the board is plugged into a host machine.
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and ↵Dean Camera2011-05-181-1/+1
| | | | | | RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
* Fixed possible invalid program execution when in host mode if corrupt ↵Dean Camera2011-05-141-1/+1
| | | | | | | | 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 makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-121-1/+1
|
* Add in a new common Delay_MS() function, which provides a blocking delay for ↵Dean Camera2011-04-081-1/+1
| | | | | | | | 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.
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-1/+1
|
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-1/+1
|
* Oops - rename misnamed Endianess.h header file.Dean Camera2011-03-131-1/+1
| | | | Remove UC3B temp macros related to EEPROM, to ensure that projects requiring this break at compile time rather than at runtime until a solution can be found.
* Move out endianness management macros into a new common Endianness.h header.Dean Camera2011-03-131-1/+1
| | | | Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.
* Move out common architecture-independent core definitions into the ↵Dean Camera2011-02-271-1/+1
| | | | appropriate core dispatch header files.
* More AVR32 UC3B architecture ports - USB device mode applications can now be ↵Dean Camera2011-02-271-1/+1
| | | | sucessfully compiled, although they will be currently non-functional.
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically ↵Dean Camera2011-02-261-1/+1
| | | | | | cleared when Pipe_ClearError() is called. More UC3B architecture porting.
* Added TWI baud rate prescaler and bit length parameters to the TWI_Init() ↵Dean Camera2011-02-261-1/+1
| | | | function (thanks to Thomas Herlinghaus).
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-1/+1
| | | | identifying filenames in the documentation.
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-201-1/+1
| | | | architecture.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-1/+1
| | | | architectures in the future.
* Move out Dataflash IC command constants headers into the general ↵Dean Camera2011-02-191-1/+1
| | | | LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-1/+1
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Reduced latency for executing the Start-Of-Frame events (if enabled in the ↵Dean Camera2011-02-191-1/+1
| | | | user application).
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-151-1/+1
|
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+1
|
* Update HID bootloader loader application to support the VID/PID used by the ↵Dean Camera2011-02-091-1/+1
| | | | bootloader.
* Added HID class bootloader, compatible with a modified version of the ↵Dean Camera2011-02-091-1/+1
| | | | command line Teensy loader from PJRC.com.
* Removed SerialStream module, rolled functionality into the base USART Serial ↵Dean Camera2011-01-301-1/+1
| | | | | | | | peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking.
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-1/+1
| | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros.
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation ↵Dean Camera2011-01-161-1/+1
| | | | | | | | and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵Dean Camera2011-01-101-1/+1
| | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
* Make a new general RingBuffer.h misc library driver, instead of the ↵Dean Camera2010-12-261-1/+1
| | | | | | | | per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size. Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
* Add missing AVRStudio4 project file for the MIDIToneGenerator project.Dean Camera2010-12-171-1/+1
|
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-031-1/+1
|
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ↵Dean Camera2010-11-241-1/+1
| | | | up to three simultaneous notes from MIDI channel 0.
* Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean Camera2010-11-211-1/+1
| | | | board.
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-1/+1
| | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-1/+1
| | | | Add logical grouping of related #define values for better Doxygen documentation.