- Nov 09, 2011
-
-
Dean Camera authored
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
-
- Oct 09, 2011
-
-
Dean Camera authored
Fix additional warnings under GCC 4.6.
-
- Oct 07, 2011
-
-
Dean Camera authored
-
- Sep 21, 2011
-
-
Dean Camera authored
Fix missing closing brace in an Endpoint function for the UC3 targets.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Aug 23, 2011
-
-
Dean Camera authored
-
- Aug 22, 2011
-
-
Dean Camera authored
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
-
- Jul 30, 2011
-
-
Dean Camera authored
Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
-
- Jul 19, 2011
-
-
Dean Camera authored
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.
-
- Jul 15, 2011
-
-
Dean Camera authored
-
- Jul 12, 2011
-
-
Dean Camera authored
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
-
- Jul 11, 2011
-
-
Dean Camera authored
Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
-
- Jul 02, 2011
-
-
Dean Camera authored
-
- Jul 01, 2011
-
-
Dean Camera authored
Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.
-
- Jun 29, 2011
-
-
Dean Camera authored
Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.
-
- Jun 20, 2011
-
-
Dean Camera authored
Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rather than the correct branch.
-
Dean Camera authored
-
Dean Camera authored
Add new "checksource" target to the library makefiles, for automated source file existance checking.
-
- Jun 16, 2011
-
-
Dean Camera authored
Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
-
- Jun 14, 2011
-
-
Dean Camera authored
-
- Jun 09, 2011
-
-
Dean Camera authored
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
-
Dean Camera authored
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.
-
- Jun 07, 2011
-
-
Dean Camera authored
-
- Jun 06, 2011
-
-
Dean Camera authored
Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again.
-
- Jun 05, 2011
-
-
Dean Camera authored
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
-
- Jun 03, 2011
-
-
Dean Camera authored
Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes.
-
- Jun 01, 2011
-
-
Dean Camera authored
-
- May 30, 2011
-
-
Dean Camera authored
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.
-
- May 26, 2011
-
-
Dean Camera authored
Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).
-
- May 23, 2011
-
-
Dean Camera authored
Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
-
- May 22, 2011
-
-
Dean Camera authored
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
-
- May 18, 2011
-
-
Dean Camera authored
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
-
- Apr 10, 2011
-
-
Dean Camera authored
Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
-
- Apr 04, 2011
-
-
Dean Camera authored
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
-
- Mar 23, 2011
-
-
Dean Camera authored
-
- Mar 21, 2011
-
-
Dean Camera authored
-
- Mar 16, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-