Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be doubly-certain that the incomming CDC class driver's endpoint/pipe is ↵ | Dean Camera | 2010-01-28 | 2 | -10/+26 |
| | | | | flushed only once when the bank is empty. | ||||
* | Clean up Webserver project - add more Doxygen documentation for the new DHCP ↵ | Dean Camera | 2010-01-27 | 1 | -4/+4 |
| | | | | client functions and defines. | ||||
* | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean Camera | 2010-01-25 | 2 | -2/+2 |
| | | | | Fix TemperatureDataLogger and Webserver project builds. | ||||
* | Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints ↵ | Dean Camera | 2010-01-25 | 4 | -115/+15 |
| | | | | should use two seperate pipes, not one half-duplex pipe. | ||||
* | Cleanup and partially fix AVRISP-MKII project's TPI programming support. | Dean Camera | 2010-01-25 | 1 | -9/+34 |
| | |||||
* | ADC2 and ADC3 channels do not exist on the U4 series USB AVRs. | Dean Camera | 2010-01-25 | 1 | -4/+12 |
| | |||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 3 | -6/+88 |
| | | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. | ||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -1/+1 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Added master mode hardware TWI driver. | Dean Camera | 2010-01-19 | 3 | -0/+265 |
| | | | | Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address. | ||||
* | 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. |