aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2009-11-23Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean
2009-11-23Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean
2009-11-23The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean
2009-11-23Add activity LED updates to the AVRISP project.Dean
2009-11-20Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean
2009-11-17Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean
2009-11-13Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-11-09Minor changes to the AVRISP project for code clarity.Dean
2009-11-08Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean
2009-11-07Make Low Level host demos use void pointers for the configuration descriptor,...Dean
2009-11-06Add double banking property to LUFA powered projects in the Projects director...Dean
2009-10-26Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-10-16Fix invalid Event name rule in demo/project makefiles.Dean
2009-10-12Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-10-01Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c...Dean
2009-09-24Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean
2009-09-21Fix broken MagStripe demo due to the HID Class driver changes.Dean
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean
2009-09-07Add link to third-party signed version of the official FLIP DFU driver for 64...Dean
2009-09-07Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean
2009-09-06Add in new invalid event hook check targets to project makefiles to produce c...Dean
2009-09-06Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean
2009-09-06Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean
2009-09-01Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n...Dean
2009-08-30Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean
2009-08-30Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP...Dean
2009-08-28Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co...Dean
2009-08-27Make WaitWhileBusy function in the AVRISP project more explicit about how it ...Dean
2009-08-27Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean
2009-08-27Added extra note about missing OUT endpoint configuration to the HID Device m...Dean
2009-08-25Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean
2009-08-25Add VTARGET level detection to the AVRISP project on supported AVR models.Dean
2009-08-25Make AVRISP project build again - fix incorrect preprocessor directive in V2P...Dean
2009-08-25Partial Commit: Remove now empty Projects\Incomplete directory and add the ne...Dean
2009-08-25Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean
2009-08-25Add function documentation to the AVRISP project.Dean
2009-08-25Finished preliminary AVRISP project - all V2 protocol commands now work corre...Dean
2009-08-25Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean
2009-08-25Updated Benito project -- added hardware interrupt and software buffering for...Dean
2009-08-24Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PR...Dean
2009-08-24Switch to hardware delays and timeouts via a hardware timer in the V2 Protoco...Dean
2009-08-24Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protoco...Dean
2009-08-24Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRI...Dean
2009-08-24Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the arr...Dean
2009-08-23Added V2 protocol handlers for the READ and WRITE memory commands in the AVRI...Dean
2009-08-23Moved out target-related V2 protocol commands into a seperate file for the AV...Dean
2009-08-23Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean