aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII
Commit message (Expand)AuthorAgeFilesLines
* 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 information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-063-3/+3
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-052-1/+5
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-319-7/+64
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-6/+6
* 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-175-13/+14
* 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-243-37/+37
* 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-213-22/+3
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-213-43/+55
* 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-133-2/+9
* 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-105-14/+43
* 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-042-2/+2
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* 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-022-6/+21
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean Camera2010-02-011-1/+1
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-014-9/+8
* 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
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-254-23/+53
* ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean Camera2010-01-251-9/+11
* 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
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-0/+1
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-191-0/+3
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-196-34/+39