Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the ↵ | Dean Camera | 2010-01-17 | 1 | -3/+9 | |
| | | | | SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs. | |||||
* | Fix incorrect preprocessor checks in the PLL prescaler mask determination ↵ | Dean Camera | 2010-01-16 | 1 | -2/+2 | |
| | | | | code for the ATMEGA32U2. | |||||
* | Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers | Dean Camera | 2010-01-15 | 2 | -3/+5 | |
| | | | | | | Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library. | |||||
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ↵ | Dean Camera | 2010-01-12 | 1 | -0/+17 | |
| | | | | | | demo class driver structures. Added caveat information to the CDC device class driver. | |||||
* | 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 | |
| | | | | events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour. | |||||
* | Inline USB management functions in the Class drivers which are standardized ↵ | Dean Camera | 2010-01-05 | 17 | -118/+116 | |
| | | | | but currently unused, to prevent them from using up unneccesary cycles and flash in the user application. | |||||
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed ↵ | Dean Camera | 2010-01-04 | 13 | -11/+136 | |
| | | | | | | before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function. | |||||
* | 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 ↵ | Dean Camera | 2009-12-30 | 1 | -1/+1 | |
| | | | | Temperature Data Logger using the onboard Dataflash and Temperature sensor. | |||||
* | 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 ↵ | Dean Camera | 2009-12-21 | 3 | -7/+16 | |
| | | | | STALL back to the host. | |||||
* | 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 ↵ | Dean Camera | 2009-12-18 | 1 | -1/+1 | |
| | | | | interface is shut down and both Host and Device modes can be used (thanks to Daniel Levy). | |||||
* | Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. | Dean Camera | 2009-12-17 | 4 | -17/+20 | |
| | | | | Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger. | |||||
* | The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ↵ | Dean Camera | 2009-12-16 | 2 | -7/+22 | |
| | | | | Image Host Class driver functions are now public. | |||||
* | Fix a bug in the Still Image Host Class driver where the returned block ↵ | Dean Camera | 2009-12-15 | 1 | -2/+0 | |
| | | | | | | status code was being truncated. Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional. | |||||
* | 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 ↵ | Dean Camera | 2009-12-09 | 1 | -1/+1 | |
| | | | | programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode. | |||||
* | 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 | |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | |||||
* | 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 ↵ | Dean Camera | 2009-12-04 | 2 | -2/+9 | |
| | | | | error condition if an attached device returns a STALL to a GET MAX LUN request (thanks to Martin Luxen). | |||||
* | 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 ↵ | Dean Camera | 2009-12-04 | 2 | -4/+4 | |
| | | | | inverted logic, HID Parser was assigning the usage Min/Max usage value to the report item's collection path rather than the report item itself. | |||||
* | Oops - fix Host mode pre-enumeration settle delay being ignored leading to ↵ | Dean Camera | 2009-12-04 | 1 | -2/+0 | |
| | | | | failure to enumerate certain devices. | |||||
* | Fix incorrect const'ness of the ReportItem parameter in ↵ | Dean Camera | 2009-12-04 | 2 | -2/+2 | |
| | | | | USB_SetHIDReportItemInfo(). | |||||
* | Fixed HID Parser not distributing the Usage Min and Usage Max values across ↵ | Dean Camera | 2009-12-04 | 2 | -9/+38 | |
| | | | | | | | | an array of report items. Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype. Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values. | |||||
* | Added support for the Dataflash mounted on the XPLAIN board. Added new ↵ | Dean Camera | 2009-12-03 | 7 | -3/+235 | |
| | | | | XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions. | |||||
* | Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent ↵ | Dean Camera | 2009-11-30 | 3 | -0/+51 | |
| | | | | data to the attached device. | |||||
* | Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 ↵ | Dean Camera | 2009-11-29 | 3 | -21/+20 | |
| | | | | | | and ATMEGA16U2. Simplified the USB.h master include file's target validity checks. | |||||
* | Add to the existing CDC Class Driver's CreateStream() function documentation ↵ | Dean Camera | 2009-11-29 | 2 | -2/+4 | |
| | | | | to explicitly state that the created streams are bidirectional. | |||||
* | Better checking of whether a packet is received in the RNDISEthernetHost ↵ | Dean Camera | 2009-11-27 | 1 | -4/+4 | |
| | | | | Class driver demo - show busy LED status while packets are being printed out. | |||||
* | Complete RNDIS Host Class driver code - add SendPacket function. | Dean Camera | 2009-11-26 | 3 | -2/+56 | |
| | | | | Correct CDC Host Class driver token handling for sending data on bidirectional data endpoints. | |||||
* | Remove documentation of deleted parameters from the RNDIS Host Class ↵ | Dean Camera | 2009-11-26 | 1 | -2/+0 | |
| | | | | driver's device Initialize function. | |||||
* | Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ↵ | Dean Camera | 2009-11-26 | 1 | -1/+0 | |
| | | | | Class driver directory. | |||||
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵ | Dean Camera | 2009-11-26 | 16 | -44/+769 | |
| | | | | | | | | Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes. | |||||
* | 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() ↵ | Dean Camera | 2009-11-25 | 6 | -21/+66 | |
| | | | | macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. | |||||
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵ | Dean Camera | 2009-11-25 | 1 | -1/+1 | |
| | | | | software UART code). | |||||
* | Fixed host state machine not enabling Auto VBUS mode when ↵ | Dean Camera | 2009-11-24 | 1 | -5/+6 | |
| | | | | HOST_DEVICE_SETTLE_DELAY_MS is set to zero. | |||||
* | Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ↵ | Dean Camera | 2009-11-24 | 3 | -6/+6 | |
| | | | | | | ahead double the expected amount. Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK. | |||||
* | Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. | Dean Camera | 2009-11-23 | 3 | -7/+7 | |
| |