- Apr 09, 2012
-
-
Dean Camera authored
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
-
- Mar 29, 2012
-
-
Dean Camera authored
-
Dean Camera authored
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
-
- Mar 25, 2012
-
-
Dean Camera authored
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
-
- Mar 14, 2012
-
-
Dean Camera authored
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.
-
- 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.
-
- Aug 16, 2011
-
-
Dean Camera authored
Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to improve optimization if called with constant inputs.
-
- 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 25, 2011
-
-
Dean Camera authored
Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo.
-
- 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.
-