aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added V2 protocol handlers for the READ and WRITE memory commands in the AVRI...Dean Camera2009-08-233-10/+110
* Moved out target-related V2 protocol commands into a seperate file for the AV...Dean Camera2009-08-235-82/+183
* Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean Camera2009-08-233-47/+22
* Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean Camera2009-08-234-41/+265
* Renamed Projects/Unfinished to Projects/Incomplete for consistancy.Dean Camera2009-08-2012-0/+0
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-202-0/+21
* Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to ...Dean Camera2009-08-192-6/+8
* Moved out the handling of V2 Protocol parameters to a seperate set of files. ...Dean Camera2009-08-196-89/+239
* Reorganise V2Protocol.c, add in function to assert or de-assert target RESET ...Dean Camera2009-08-195-93/+132
* Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ...Dean Camera2009-08-198-9/+165
* Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...Dean Camera2009-08-196-55/+38
* Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean Camera2009-08-181-4/+0
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...Dean Camera2009-08-1810-0/+0
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...Dean Camera2009-08-185-64/+221
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-1711-1/+2922
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-162-8/+5
* Adjust endpoint polling intervals for HID demos, to make them compliant with ...Dean Camera2009-08-131-1/+1
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-132-4/+4
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-1/+1
* Add Benito board LED driver to the Benito Programmer project.Dean Camera2009-08-051-0/+110
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-053-7/+10
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-056-25/+25
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-024-4/+4
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-312-11/+20