Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 18 | -36/+36 |
| | |||||
* | Fix Doxygen documentation for conditionally enabled functions. | Dean Camera | 2018-12-07 | 1 | -31/+31 |
| | |||||
* | Fix mismatched aliased event and event stub function prototypes. | Dean Camera | 2018-06-17 | 2 | -2/+2 |
| | |||||
* | Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood). | Dean Camera | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not ↵ | Dean Camera | 2018-02-18 | 2 | -96/+106 |
| | | | | compiled out for UC3 architecture. | ||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 18 | -36/+36 |
| | |||||
* | Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class ↵ | Dean Camera | 2017-09-10 | 1 | -0/+1 |
| | | | | driver (thanks to Wolfgang Schnerring). | ||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 18 | -36/+36 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 18 | -36/+36 |
| | |||||
* | Add PROGMEM variant data send functions to the CDC host class driver. | Dean Camera | 2015-08-01 | 2 | -0/+69 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 18 | -36/+36 |
| | |||||
* | More fixes for incorrect return types/values. | Dean Camera | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Fix incorrect error codes returned on pip config failure in the host class ↵ | Dean Camera | 2014-03-05 | 9 | -21/+21 |
| | | | | drivers. | ||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 18 | -54/+54 |
| | |||||
* | Use spaces instead of tabs wherever necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -4/+4 |
| | |||||
* | Fixed error receiving PIMA events via the Still Image Host class driver. | Dean Camera | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 9 | -18/+18 |
| | |||||
* | Simplify the Doxygen to Docbook XML transform. | Dean Camera | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Update Android Accessory Class driver to be compatible with protocol version ↵ | Dean Camera | 2013-05-10 | 1 | -1/+1 |
| | | | | 2 devices. | ||||
* | Oops - fix function prototype attribute. | Dean Camera | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Add some missing function attributes. | Dean Camera | 2013-04-11 | 3 | -8/+8 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed potential NULL pointer dereference in the HID Host mode Class Driver ↵ | Dean Camera | 2013-02-27 | 1 | -9/+12 |
| | | | | (thanks to Pavel Kuzmin). | ||||
* | Changed all *_SendByte() function prototypes to accept a void pointer for ↵ | Dean Camera | 2013-02-24 | 8 | -31/+31 |
| | | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer. | ||||
* | Remove CPPCheck suppressions for unused functions, disable checking for them ↵ | Dean Camera | 2013-02-05 | 1 | -1/+0 |
| | | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 18 | -36/+36 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 18 | -18/+18 |
| | |||||
* | Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵ | Dean Camera | 2012-07-22 | 1 | -2/+2 |
| | | | | (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. | ||||
* | Add svn:eol-style property on all source files where it was missing. Fix ↵ | Dean Camera | 2012-06-21 | 2 | -735/+735 |
| | | | | line endings of all makefile, *.c and *.h files. | ||||
* | Add missing <math.h> include for the UC3 devices, hide CDC class driver ↵ | Dean Camera | 2012-06-12 | 1 | -1/+3 |
| | | | | stream functions for unsupported platforms. | ||||
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 3 | -4/+4 |
| | |||||
* | Additional fixes to the MIDI host driver due to not unfreezing/re-freezing ↵ | Dean Camera | 2012-05-20 | 1 | -4/+16 |
| | | | | pipes correctly (thanks to Michael Brown). | ||||
* | Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵ | Dean Camera | 2012-05-06 | 1 | -8/+17 |
| | | | | not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown). | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 18 | -549/+211 |
| | |||||
* | Re-enable cppcheck static analysis unused function checks after adding in ↵ | Dean Camera | 2012-03-25 | 1 | -0/+1 |
| | | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. | ||||
* | Minor documentation fixes - change \note entries to \warning where ↵ | Dean Camera | 2012-02-24 | 3 | -9/+8 |
| | | | | appropriate and remove/update old documentation. | ||||
* | Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵ | Dean Camera | 2012-02-20 | 4 | -13/+5 |
| | | | | standard C bit shifts. | ||||
* | All USB Class Driver configuration struct values are now non-const, to allow ↵ | Dean Camera | 2012-02-19 | 10 | -9/+11 |
| | | | | for run-time modifications if required before configuring an instance. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 18 | -18/+18 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 18 | -18/+18 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 12 | -28/+30 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Don't validate the Device Descriptor's vendor ID when validating that a ↵ | Dean Camera | 2011-12-14 | 1 | -3/+0 |
| | | | | device is an Android Accessory device; the Product ID and (later) Accessory protocol support is enough to probe AOA class support without having to maintain a list of Android device manufacture VID values. | ||||
* | Altered the Mass Storage Host class driver so that SCSI data STALLs from the ↵ | Dean Camera | 2011-12-01 | 1 | -80/+22 |
| | | | | | | attached device can be recovered from automatically without having to reset the Mass Storage interface. Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without having to reset the Mass Storage interface. | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Convert the LowLevel AndroidAccessory demo to use the new class driver ↵ | Dean Camera | 2011-11-24 | 1 | -1/+1 |
| | | | | | | constants to reduce code duplication. Add missing Doxygen documentation. | ||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 10 | -36/+811 |
| | | | | new Android Open Accessory Host ClassDriver demo. | ||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 16 | -16/+16 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fixed CDC class drivers not saving and sending all 16-bits of the control ↵ | Dean Camera | 2011-10-26 | 1 | -7/+7 |
| | | | | line states (thanks to Matthew Swabey). | ||||
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵ | Dean Camera | 2011-09-22 | 2 | -0/+2 |
| | | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. |