aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-046-6/+6
* 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-0313-24/+39
* 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-0310-61/+86
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-039-36/+239
* Add new more reliable software UART for the XPLAINBridge project by David Pre...Dean Camera2009-12-023-1/+205
* Removed John Steggall's software UART code from the XPLAIN Bridge project due...Dean Camera2009-12-025-617/+37
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-0210-45/+389
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...Dean Camera2009-12-024-3/+3
* Factor out all the ISP related code into a seperate ISPProtocol set of files ...Dean Camera2009-12-0210-485/+636
* Rename the V2Protocol command handlers in the AVRISP project in preperation o...Dean Camera2009-12-022-51/+52
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+1
* Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this is...Dean Camera2009-11-262-1/+3
* Updated John Steggall's software USART in the XPLAINBridge project.Dean Camera2009-11-263-71/+237
* Fix more Doxygen errors from missing parameter documentation.Dean Camera2009-11-251-0/+1
* Fix build and Doxygen errors.Dean Camera2009-11-251-0/+1485
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-253-2/+7
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-2515-8/+2186
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-245-12/+17
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-5/+1
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-232-2/+2
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-2315-355/+470
* Add activity LED updates to the AVRISP project.Dean Camera2009-11-232-0/+7
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-201-1/+1
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-1718-0/+3926
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-098-160/+160
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-094-17/+14
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-081-1/+0
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-064-22/+26
* Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean Camera2009-10-261-11/+11
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-1811-0/+3278
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-164-4/+4
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-124-25/+14
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+1
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c...Dean Camera2009-10-011-11/+20
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-244-18/+18
* Fix broken MagStripe demo due to the HID Class driver changes.Dean Camera2009-09-212-15/+3
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-094-8/+4
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-2/+2
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-071-5/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-064-122/+191
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-061-0/+10
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-062-33/+84
* Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n...Dean Camera2009-09-011-21/+16
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-305-5/+5
* Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP...Dean Camera2009-08-303-9/+24
* Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co...Dean Camera2009-08-283-3/+16