aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make WaitWhileBusy function in the AVRISP project more explicit about how it ...Dean Camera2009-08-272-2/+3
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-1/+1
* Added extra note about missing OUT endpoint configuration to the HID Device m...Dean Camera2009-08-271-1/+37
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-1/+1
* Add VTARGET level detection to the AVRISP project on supported AVR models.Dean Camera2009-08-254-7/+31
* Make AVRISP project build again - fix incorrect preprocessor directive in V2P...Dean Camera2009-08-252-2/+2
* Partial Commit: Remove now empty Projects\Incomplete directory and add the ne...Dean Camera2009-08-251-0/+4
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-2514-0/+0
* Add function documentation to the AVRISP project.Dean Camera2009-08-257-30/+152
* Finished preliminary AVRISP project - all V2 protocol commands now work corre...Dean Camera2009-08-251-29/+17
* Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean Camera2009-08-251-21/+29
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-2512-52/+314
* Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PR...Dean Camera2009-08-244-36/+42
* Switch to hardware delays and timeouts via a hardware timer in the V2 Protoco...Dean Camera2009-08-246-28/+101
* Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protoco...Dean Camera2009-08-244-9/+71
* Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRI...Dean Camera2009-08-241-9/+0
* Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the arr...Dean Camera2009-08-248-21/+57