aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵Dean Camera2010-07-131-285/+0
| | | | project name. Add AVRStudio project file for the AVRISP-MKII project.
* Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and ↵Dean Camera2010-06-211-1/+0
| | | | XPLAINBridge project loops and into the AVRISP management function.
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ↵Dean Camera2010-05-271-0/+15
| | | | | | the AVRISP-MKII programmer project to set the VTARGET reference voltage and scale factor. Fixed XPLAINBridge project not correctly reading the XMEGA's supply voltage when reporting back to the host.
* The RingBuff library code has been replaced in the XPLAINBridge project with ↵Dean Camera2010-05-261-2/+2
| | | | an ultra lightweight buffer to help improve the reliability of the bridge.
* Short UUIDs are measured in bytes, not bits -- update Service Discovery ↵Dean Camera2010-05-201-4/+6
| | | | Protocol code so that it can now correctly match against UUIDs in the service table.
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
|
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and ↵Dean Camera2010-05-131-3/+2
| | | | | | AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver. Fix Benito makefile which was accidentally changed during testing.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-269/+269
| | | | correctly converted to the target system's native end of line style.
* Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ↵Dean Camera2010-05-041-23/+7
| | | | was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
* Fixed device state not being reset back to the default state if the host ↵Dean Camera2010-05-041-2/+3
| | | | | | | | sets the address to 0x00. Fixed Set Configuration requests not being stalled until the host has set the device's address. Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte read (thanks to Andrei Krainev).
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-061-1/+1
| | | | Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵Dean Camera2010-03-311-0/+7
| | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
* Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, ↵Dean Camera2010-02-131-1/+7
| | | | to disable VTARGET detection on AVR models with an on-chip ADC.
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP ↵Dean Camera2010-02-101-0/+4
| | | | | | programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
* Make TPI programming protocol program in words, not bytes to satisfy the ↵Dean Camera2010-02-021-2/+2
| | | | datasheet conditions.
* ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean Camera2010-01-251-9/+11
|
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-2/+4
|
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ↵Dean Camera2009-12-291-15/+19
| | | | not always used for target reset.
* Minor documentation updates.Dean Camera2009-12-291-6/+6
|
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+259