Commit Graph

43 Ревизии (b5d9239111b87287befa657eceea41784ec59a07)

Автор SHA1 Съобщение Дата
Dean Camera 3808f5c36d Spell check source code, fix mistakes.
преди 13 години
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
преди 13 години
Dean Camera 77adb2ba52 Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
преди 13 години
Dean Camera ceed4e680f Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.
преди 14 години
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
преди 14 години
Dean Camera 2c806f6cee Update file header copyrights for 2012.
преди 14 години
Dean Camera a147cee95f Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
преди 14 години
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
преди 14 години
Dean Camera 110711598a Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
преди 14 години
Dean Camera 75da0d1877 Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.
преди 14 години
Dean Camera d8fe01f19a Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
преди 14 години
Dean Camera 57eedebd19 Fix Doxygen documentation errors.
преди 14 години
Dean Camera 1f1d0710f3 Add new Audio Class Driver Host demos.
преди 14 години
Dean Camera 567f7ecce0 Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.
преди 14 години
Dean Camera 1a25b6f5f1 Update the Low Level Audio Input and Audio Output demos to support multiple sample rates.
преди 14 години
Dean Camera 2731c3a8ae Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.
преди 14 години
Dean Camera 782614dbb5 Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
преди 15 години
Dean Camera 1d433d4506 Update copyright year on all source files.
преди 15 години
Dean Camera 0ce2950d81 Added board hardware driver support for the Adafruit U4 breakout board.
преди 15 години
Dean Camera fb76acb084 Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
преди 15 години
Dean Camera cb779e3d7d Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
преди 15 години
Dean Camera 08de757811 Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer.
преди 15 години
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
преди 15 години
Dean Camera 508e905d8d Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
преди 15 години
Dean Camera 28401f7bb7 Spell check all source files once again to find any typos.
преди 15 години
Dean Camera 931ca42a6e Minor fixes to demos to add in some missing comments, printf() formatting. Make incomplete Bluetooth demo indicate connections visually via the board LEDs.
преди 15 години
Dean Camera 071e02c6b6 Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
преди 15 години
Dean Camera 59c4871f80 USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
преди 15 години
Dean Camera 7f9f97c792 Update copyright year to 2010.
преди 16 години
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
преди 16 години
Dean Camera dc68de15b6 Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
преди 16 години
Dean Camera 046fff2aff Fix broken Endpoint/Pipe stream templates.
преди 16 години
Dean Camera 433399b05d Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output).
преди 16 години
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
преди 16 години
Dean Camera bbf89d81fa Make both LowLevel and ClassDriver AudioOutput demos always output to board LEDs, regardless of output mode (removed AUDIO_OUT_LEDS compile time option from the demo). This allows for positive feedback to the user of audio activity regardless of output mode.
преди 16 години
Dean Camera 41babf1cb7 Fix incorrect configuration in the ClassDriver AudioOutput demo.
преди 16 години
Dean Camera 3472af91a5 Change project makefiles so that the current target settings and not just the board selection is printed during the build process.
преди 16 години
Dean Camera 61ff4824a9 Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs where timer 1 was needed instead did not have the endpoint size neccesary for good audio throughput anyway.
преди 16 години
Dean Camera 864196c884 State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.
преди 16 години
Dean Camera f896c00c48 Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
преди 16 години
Dean Camera 9798440ca4 Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers.
преди 16 години
Dean Camera b2330934b9 Some minor whitespace corrections.
преди 16 години
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
преди 16 години