aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure that long reads are aborted early if the connection times out while...Dean Camera2010-04-303-5/+8
* Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean Camera2010-04-303-15/+54
* Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean Camera2010-04-281-14/+25
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-1/+1
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-051-0/+4
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-314-0/+29
* Remove redundant check in the software PDI programming code of the AVRISP pro...Dean Camera2010-03-171-4/+0
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-174-12/+13
* Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean Camera2010-03-161-4/+3
* Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean Camera2010-03-162-16/+15
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-242-36/+36
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-232-36/+36
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-2/+2
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-212-21/+2
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-212-42/+54
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-218-31/+58
* Increased the speed of both software and hardware TPI/PDI programming modes o...Dean Camera2010-02-213-5/+9
* Oops - missed a few references to the old global TimeoutMSRemaining counter i...Dean Camera2010-02-201-5/+18
* AVRISP programmer project now has a more robust timeout system, allowing for ...Dean Camera2010-02-196-66/+111
* Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t...Dean Camera2010-02-131-1/+1
* Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP pro...Dean Camera2010-02-101-4/+12
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean Camera2010-02-104-14/+39
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-4/+4
* Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean Camera2010-02-081-1/+0
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-084-59/+76
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-4/+5
* Fix TPI mode chip erase code not properly erasing the target memory space.Dean Camera2010-02-024-6/+13
* Oops - new Write Word alignment code in the TPI programming function means th...Dean Camera2010-02-022-2/+2
* Make TPI writes add a dummy high byte if the data isn't word-aligned.Dean Camera2010-02-021-2/+2
* Make TPI programming protocol program in words, not bytes to satisfy the data...Dean Camera2010-02-021-4/+19
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-013-6/+6
* Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.Dean Camera2010-02-012-8/+9
* Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme...Dean Camera2010-01-311-9/+5
* Oops - PDI handshake delay was too long, causing the device's /RESET function...Dean Camera2010-01-311-4/+8
* Oops - TPI programming is broken in the AVRISP project because the busy-flag ...Dean Camera2010-01-291-3/+5
* Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean Camera2010-01-293-9/+9
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean Camera2010-01-271-2/+2
* Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean Camera2010-01-272-20/+13
* Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean Camera2010-01-271-0/+8
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-254-23/+53
* Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean Camera2010-01-253-5/+5
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-252-4/+12
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-194-19/+38
* Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean Camera2010-01-178-42/+76
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-063-5/+7
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-0/+6
* Update copyright year to 2010.Dean Camera2009-12-3017-34/+34
* Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ...Dean Camera2009-12-293-5/+10
* Fixed AVRISP PDI race condition where the guard time between direction change...Dean Camera2009-12-294-63/+83