| Commit message (Expand) | Author | Age | Files | Lines |
* | Added explicit ADC channel masks for the standard set of ADC channels, as the... | Dean Camera | 2010-01-25 | 3 | -6/+88 |
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr... | Dean Camera | 2010-01-19 | 1 | -1/+1 |
* | Added master mode hardware TWI driver. | Dean Camera | 2010-01-19 | 3 | -0/+265 |
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean Camera | 2010-01-17 | 1 | -3/+9 |
* | Fix incorrect preprocessor checks in the PLL prescaler mask determination cod... | Dean Camera | 2010-01-16 | 1 | -2/+2 |
* | Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers | Dean Camera | 2010-01-15 | 2 | -3/+5 |
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ... | Dean Camera | 2010-01-12 | 1 | -0/+17 |
* | Oops - incorrect Dataflash chip select mask in the XPLAIN Dataflash driver. | Dean Camera | 2010-01-07 | 1 | -1/+1 |
* | Fix XPLAIN Dataflash and LED drivers. | Dean Camera | 2010-01-07 | 3 | -12/+10 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 6 | -11/+89 |
* | Inline USB management functions in the Class drivers which are standardized b... | Dean Camera | 2010-01-05 | 17 | -118/+116 |
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before... | Dean Camera | 2010-01-04 | 13 | -11/+136 |
* | Fix CDC blocking streams in Host mode locking up when the device is removed. | Dean Camera | 2010-01-04 | 1 | -0/+3 |
* | Fixed blocking CDC streams not aborting when the host is disconnected. | Dean Camera | 2010-01-04 | 1 | -0/+3 |
* | Clean up MassStorageKeyboard demo. | Dean Camera | 2010-01-03 | 1 | -1/+1 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 116 | -232/+232 |
* | Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper... | Dean Camera | 2009-12-30 | 1 | -1/+1 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 116 | -814/+814 |
* | Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL... | Dean Camera | 2009-12-21 | 3 | -7/+16 |
* | Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. | Dean Camera | 2009-12-20 | 6 | -28/+63 |
* | Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface... | Dean Camera | 2009-12-18 | 1 | -1/+1 |
* | Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. | Dean Camera | 2009-12-17 | 4 | -17/+20 |
* | The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ... | Dean Camera | 2009-12-16 | 2 | -7/+22 |
* | Fix a bug in the Still Image Host Class driver where the returned block statu... | Dean Camera | 2009-12-15 | 1 | -2/+0 |
* | Test with -Wextra, fix library warnings due to unused function parameters. | Dean Camera | 2009-12-13 | 11 | -12/+26 |
* | Oops - wrong casting on the Configuration Descriptor pointer advance routine. | Dean Camera | 2009-12-13 | 1 | -1/+1 |
* | Use -pedantic compile time option to find and correct several minor code errors. | Dean Camera | 2009-12-13 | 9 | -37/+37 |
* | Fix inverted bit-banged USART logic in the AVRISP project for PDI programming... | Dean Camera | 2009-12-09 | 1 | -1/+1 |
* | Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts. | Dean Camera | 2009-12-09 | 1 | -2/+4 |
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean Camera | 2009-12-09 | 6 | -11/+13 |
* | Add new USB_Host_GetDeviceStringDescriptor() convenience function. | Dean Camera | 2009-12-06 | 2 | -0/+32 |
* | Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro... | Dean Camera | 2009-12-04 | 2 | -2/+9 |
* | Added support for the Atmel EVK527 board hardware. | Dean Camera | 2009-12-04 | 10 | -3/+557 |
* | Fix double oops -- Host mode settle delay was still being ignored due to inve... | Dean Camera | 2009-12-04 | 2 | -4/+4 |
* | Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa... | Dean Camera | 2009-12-04 | 1 | -2/+0 |
* | Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI... | Dean Camera | 2009-12-04 | 2 | -2/+2 |
* | Fixed HID Parser not distributing the Usage Min and Usage Max values across a... | Dean Camera | 2009-12-04 | 2 | -9/+38 |
* | Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN... | Dean Camera | 2009-12-03 | 7 | -3/+235 |
* | Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da... | Dean Camera | 2009-11-30 | 3 | -0/+51 |
* | Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a... | Dean Camera | 2009-11-29 | 3 | -21/+20 |
* | Add to the existing CDC Class Driver's CreateStream() function documentation ... | Dean Camera | 2009-11-29 | 2 | -2/+4 |
* | Better checking of whether a packet is received in the RNDISEthernetHost Clas... | Dean Camera | 2009-11-27 | 1 | -4/+4 |
* | Complete RNDIS Host Class driver code - add SendPacket function. | Dean Camera | 2009-11-26 | 3 | -2/+56 |
* | Remove documentation of deleted parameters from the RNDIS Host Class driver's... | Dean Camera | 2009-11-26 | 1 | -2/+0 |
* | Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ... | Dean Camera | 2009-11-26 | 1 | -1/+0 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 16 | -44/+769 |
* | Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. | Dean Camera | 2009-11-25 | 1 | -2/+2 |
* | Fix build and Doxygen errors. | Dean Camera | 2009-11-25 | 1 | -2/+2 |
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma... | Dean Camera | 2009-11-25 | 6 | -21/+66 |
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw... | Dean Camera | 2009-11-25 | 1 | -1/+1 |