- Mar 09, 2012
-
-
Dean Camera authored
-
Dean Camera authored
Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
-
Dean Camera authored
-
- Mar 08, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
- Mar 07, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 29, 2012
-
-
Dean Camera authored
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
-
- Feb 04, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 01, 2012
-
-
Dean Camera authored
-
- Jan 28, 2012
-
-
Dean Camera authored
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
-
- Jan 02, 2012
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- Dec 23, 2011
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- Nov 18, 2011
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- Nov 16, 2011
-
-
Dean Camera authored
-
- 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).
-