aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add LEDNotifier project to the Projects folder build list. Add new LEDMixer C...Dean Camera2009-12-1813-2/+723
* Fix up references in the LEDNotifier project to the old HotmailNotifier name.Dean Camera2009-12-186-18/+15
* Rename HotmailNotifier project files to LEDNotifier.Dean Camera2009-12-1815-1/+1
* Renamed HotmailNotifier project to LEDNotifier.Dean Camera2009-12-1822-3/+3
* Enhance the HotmailNotifier project so that the LEDs' individual brightness c...Dean Camera2009-12-186-26/+125
* Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...Dean Camera2009-12-183-2/+4
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-1731-37/+3786
* More speed and quality improvements to the software USART in the AVRISP project.Dean Camera2009-12-165-38/+25
* Slightly speed up software USART in the AVRISP project - faster parity comput...Dean Camera2009-12-163-9/+25
* The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ...Dean Camera2009-12-163-7/+23
* Use default NVM base address in the AVRISP programmer project in case the hos...Dean Camera2009-12-163-5/+6
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-159-55/+59
* Complete initial working revision of PDI programming in the AVRISP project (X...Dean Camera2009-12-155-81/+59
* Fix a bug in the Still Image Host Class driver where the returned block statu...Dean Camera2009-12-156-32/+134
* Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...Dean Camera2009-12-153-5/+84
* Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean Camera2009-12-154-39/+57
* Add Doxygen documentation to the completed portions of the PDI programming pr...Dean Camera2009-12-145-9/+69
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-145-41/+67
* Added memory erase handling to the PDI protocol in the AVRISP project.Dean Camera2009-12-143-1/+49
* Fix NVM commands so that memory reads and CRC generations now work correctly ...Dean Camera2009-12-143-44/+108
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-1413-121/+237
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-1313-13/+29
* Oops - wrong casting on the Configuration Descriptor pointer advance routine.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-1316-66/+121
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-137-130/+202
* PDI NVM enable is fast enough that bare polling is enough without a fixed del...Dean Camera2009-12-112-6/+6
* Fix PDI code - must send NVM enable key least significant byte first, need to...Dean Camera2009-12-113-18/+50
* Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean Camera2009-12-114-13/+25
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-115-101/+194
* Fix PDITarget_ReceiveByte() not discarding the start bit properly, and readin...Dean Camera2009-12-101-4/+6
* Add even parity bit to the software USART framing in the AVRISP project's PDI...Dean Camera2009-12-092-7/+33
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-096-9/+10
* Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.Dean Camera2009-12-091-2/+4
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-0961-122/+133
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-085-6/+11
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-0715-37/+37
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-0745-41/+41
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-0753-7/+7
* Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean Camera2009-12-063-0/+33
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-044-4/+20
* Added support for the Atmel EVK527 board hardware.Dean Camera2009-12-0414-10/+569
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-042-4/+4
* Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean Camera2009-12-041-2/+0
* Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...Dean Camera2009-12-042-2/+2
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-0412-17/+52
* Make sure the protocol handler files are included in the Doxygen documentatio...Dean Camera2009-12-035-5/+5
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-0314-26/+41
* Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN...Dean Camera2009-12-0311-7/+245
* Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...Dean Camera2009-12-036-15/+61
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-0311-61/+87