| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 1 | -1/+1 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 8 | -160/+160 |
* | Minor changes to the AVRISP project for code clarity. | Dean Camera | 2009-11-09 | 4 | -17/+14 |
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since t... | Dean Camera | 2009-11-08 | 1 | -1/+0 |
* | Make Low Level host demos use void pointers for the configuration descriptor,... | Dean Camera | 2009-11-07 | 1 | -1/+1 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 4 | -22/+26 |
* | Use clearer buffer names in the USBtoSerial project to prevent confusion. | Dean Camera | 2009-10-26 | 1 | -11/+11 |
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean Camera | 2009-10-18 | 11 | -0/+3278 |
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 4 | -4/+4 |
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 4 | -25/+14 |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 1 | -1/+1 |
* | Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c... | Dean Camera | 2009-10-01 | 1 | -11/+20 |
* | Doxygen fixes to \param directives to give data direction in all projects. Ma... | Dean Camera | 2009-09-24 | 4 | -18/+18 |
* | Fix broken MagStripe demo due to the HID Class driver changes. | Dean Camera | 2009-09-21 | 2 | -15/+3 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 4 | -8/+4 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 1 | -2/+2 |
* | Remove information about 64 bit Windows OS signing requirements for the CDC b... | Dean Camera | 2009-09-07 | 1 | -5/+0 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 4 | -122/+191 |
* | Added 64 bit OS driver installation instructions to the readme for all CDC ba... | Dean Camera | 2009-09-06 | 1 | -0/+10 |
* | Changed Still Image Host class driver to auto-fill TransactionID element of s... | Dean Camera | 2009-09-06 | 2 | -33/+84 |
* | Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n... | Dean Camera | 2009-09-01 | 1 | -21/+16 |
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 5 | -5/+5 |
* | Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP... | Dean Camera | 2009-08-30 | 3 | -9/+24 |
* | Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co... | Dean Camera | 2009-08-28 | 3 | -3/+16 |
* | Make WaitWhileBusy function in the AVRISP project more explicit about how it ... | Dean Camera | 2009-08-27 | 2 | -2/+3 |
* | Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s... | Dean Camera | 2009-08-27 | 1 | -1/+1 |
* | Added extra note about missing OUT endpoint configuration to the HID Device m... | Dean Camera | 2009-08-27 | 1 | -1/+37 |
* | Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled... | Dean Camera | 2009-08-25 | 1 | -1/+1 |
* | Add VTARGET level detection to the AVRISP project on supported AVR models. | Dean Camera | 2009-08-25 | 4 | -7/+31 |
* | Make AVRISP project build again - fix incorrect preprocessor directive in V2P... | Dean Camera | 2009-08-25 | 2 | -2/+2 |
* | Partial Commit: Remove now empty Projects\Incomplete directory and add the ne... | Dean Camera | 2009-08-25 | 1 | -0/+4 |
* | Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. | Dean Camera | 2009-08-25 | 14 | -0/+0 |
* | Add function documentation to the AVRISP project. | Dean Camera | 2009-08-25 | 7 | -30/+152 |
* | Finished preliminary AVRISP project - all V2 protocol commands now work corre... | Dean Camera | 2009-08-25 | 1 | -29/+17 |
* | Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h... | Dean Camera | 2009-08-25 | 1 | -21/+29 |
* | Updated Benito project -- added hardware interrupt and software buffering for... | Dean Camera | 2009-08-25 | 12 | -52/+314 |
* | Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PR... | Dean Camera | 2009-08-24 | 4 | -36/+42 |
* | Switch to hardware delays and timeouts via a hardware timer in the V2 Protoco... | Dean Camera | 2009-08-24 | 6 | -28/+101 |
* | Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protoco... | Dean Camera | 2009-08-24 | 4 | -9/+71 |
* | Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRI... | Dean Camera | 2009-08-24 | 1 | -9/+0 |
* | Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the arr... | Dean Camera | 2009-08-24 | 8 | -21/+57 |
* | Added V2 protocol handlers for the READ and WRITE memory commands in the AVRI... | Dean Camera | 2009-08-23 | 3 | -10/+110 |
* | Moved out target-related V2 protocol commands into a seperate file for the AV... | Dean Camera | 2009-08-23 | 5 | -82/+183 |
* | Fixed AVRISP programmer demo -- can now connect to a target and read/write Si... | Dean Camera | 2009-08-23 | 3 | -47/+22 |
* | Added V2Protocol handlers to the AVRISP project to enter/exit programming mod... | Dean Camera | 2009-08-23 | 4 | -41/+265 |
* | Renamed Projects/Unfinished to Projects/Incomplete for consistancy. | Dean Camera | 2009-08-20 | 12 | -0/+0 |
* | Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj... | Dean Camera | 2009-08-20 | 2 | -0/+21 |
* | Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to ... | Dean Camera | 2009-08-19 | 2 | -6/+8 |
* | Moved out the handling of V2 Protocol parameters to a seperate set of files. ... | Dean Camera | 2009-08-19 | 6 | -89/+239 |
* | Reorganise V2Protocol.c, add in function to assert or de-assert target RESET ... | Dean Camera | 2009-08-19 | 5 | -93/+132 |