Graphique des révisions

30 Révisions (4a09e4b2eede83a4197c4b2d12b793f30450e495)

Auteur SHA1 Message Date
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
il y a 13 ans
Dean Camera f1b6ddb710 Update file contributor copyrights for 2012.
il y a 14 ans
Dean Camera 2c806f6cee Update file header copyrights for 2012.
il y a 14 ans
Dean Camera 3038ea1c6e USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
il y a 14 ans
Dean Camera f201f6697b Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
il y a 14 ans
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.
il y a 14 ans
Dean Camera 1a25b6f5f1 Update the Low Level Audio Input and Audio Output demos to support multiple sample rates.
il y a 14 ans
Dean Camera 2731c3a8ae Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.
il y a 14 ans
Dean Camera 2a26efc691 Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
il y a 14 ans
Dean Camera 5995c3f880 Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
il y a 15 ans
Dean Camera 1d433d4506 Update copyright year on all source files.
il y a 15 ans
Dean Camera 50390867e7 Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).
il y a 15 ans
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.
il y a 15 ans
Dean Camera 55538dcef3 Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible.
il y a 15 ans
Dean Camera 5a4def7478 Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
il y a 15 ans
Dean Camera 158afe9109 Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
il y a 15 ans
Dean Camera c0e4f52e8f Fix up incorrect version numbers in demo/project descriptors.
il y a 15 ans
Dean Camera 713670043a Move out many of the common class driver constants into grouped enums, to make them more managable.
il y a 15 ans
Dean Camera c166dfc64e Added class specific descriptor type defines with standard USB-IF element naming.
il y a 15 ans
Dean Camera 092f82e06f Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
il y a 15 ans
Dean Camera 6bda628718 Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
il y a 15 ans
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.
il y a 15 ans
Dean Camera 49b09a2042 Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects.
il y a 16 ans
Dean Camera 7f9f97c792 Update copyright year to 2010.
il y a 16 ans
Dean Camera d4ca7fb44c Fix MIT license language to make its intent clearer.
il y a 16 ans
Dean Camera e53c120a22 Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.
il y a 16 ans
Dean Camera 6f4cc344ab Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
il y a 16 ans
Dean Camera 3cbdcd3686 Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
il y a 16 ans
Dean Camera b2330934b9 Some minor whitespace corrections.
il y a 16 ans
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
il y a 16 ans