| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean Camera | 2010-03-22 | 2 | -6/+6 |
* | Remove redundant check in the software PDI programming code of the AVRISP pro... | Dean Camera | 2010-03-17 | 1 | -4/+0 |
* | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 5 | -13/+14 |
* | Don't enable the pullup on the target /RESET line in the AVRISP project for P... | Dean Camera | 2010-03-16 | 1 | -4/+3 |
* | Fixed PDI programming mode in the AVRISP programmer project not exiting progr... | Dean Camera | 2010-03-16 | 2 | -16/+15 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 3 | -37/+37 |
* | Update Temperature board driver to be AVR32 compatible when the ADC periphera... | Dean Camera | 2010-02-23 | 2 | -36/+36 |
* | Fixed software PDI/TPI programming mode in the AVRISP project not correctly t... | Dean Camera | 2010-02-23 | 1 | -2/+2 |
* | Oops - need to revert changes made to ease testing of the software PDI progra... | Dean Camera | 2010-02-21 | 3 | -22/+3 |
* | Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod... | Dean Camera | 2010-02-21 | 3 | -43/+55 |
* | More fixes to the AVRISP command timeout system so that it should no longer l... | Dean Camera | 2010-02-21 | 8 | -31/+58 |
* | Increased the speed of both software and hardware TPI/PDI programming modes o... | Dean Camera | 2010-02-21 | 3 | -5/+9 |
* | Oops - missed a few references to the old global TimeoutMSRemaining counter i... | Dean Camera | 2010-02-20 | 1 | -5/+18 |
* | AVRISP programmer project now has a more robust timeout system, allowing for ... | Dean Camera | 2010-02-19 | 6 | -66/+111 |
* | Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t... | Dean Camera | 2010-02-13 | 3 | -2/+9 |
* | Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP pro... | Dean Camera | 2010-02-10 | 1 | -4/+12 |
* | Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr... | Dean Camera | 2010-02-10 | 5 | -14/+43 |
* | Fixed USB_GetHIDReportSize() returning the number of bits in the specified re... | Dean Camera | 2010-02-09 | 1 | -4/+4 |
* | Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty... | Dean Camera | 2010-02-08 | 1 | -1/+0 |
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er... | Dean Camera | 2010-02-08 | 4 | -59/+76 |
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean Camera | 2010-02-04 | 2 | -2/+2 |
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 1 | -1/+2 |
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 1 | -4/+5 |
* | Fix TPI mode chip erase code not properly erasing the target memory space. | Dean Camera | 2010-02-02 | 4 | -6/+13 |
* | Oops - new Write Word alignment code in the TPI programming function means th... | Dean Camera | 2010-02-02 | 2 | -2/+2 |
* | Make TPI writes add a dummy high byte if the data isn't word-aligned. | Dean Camera | 2010-02-02 | 1 | -2/+2 |
* | Make TPI programming protocol program in words, not bytes to satisfy the data... | Dean Camera | 2010-02-02 | 2 | -6/+21 |
* | Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM... | Dean Camera | 2010-02-01 | 1 | -1/+1 |
* | Make AVRISP XPROG function parameters const where possible. | Dean Camera | 2010-02-01 | 4 | -9/+8 |
* | Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project. | Dean Camera | 2010-02-01 | 2 | -8/+9 |
* | Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme... | Dean Camera | 2010-01-31 | 1 | -9/+5 |
* | Oops - PDI handshake delay was too long, causing the device's /RESET function... | Dean Camera | 2010-01-31 | 1 | -4/+8 |
* | Oops - TPI programming is broken in the AVRISP project because the busy-flag ... | Dean Camera | 2010-01-29 | 1 | -3/+5 |
* | Fix TPI communications in the AVRISP project when bit-banged USART mode is se... | Dean Camera | 2010-01-29 | 3 | -9/+9 |
* | Clean up Webserver project - add more Doxygen documentation for the new DHCP ... | Dean Camera | 2010-01-27 | 1 | -2/+2 |
* | Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo... | Dean Camera | 2010-01-27 | 2 | -20/+13 |
* | Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR... | Dean Camera | 2010-01-27 | 1 | -0/+8 |
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -1/+1 |
* | Cleanup and partially fix AVRISP-MKII project's TPI programming support. | Dean Camera | 2010-01-25 | 4 | -23/+53 |
* | ADC2 and ADC3 channels do not exist on the U4 series USB AVRs. | Dean Camera | 2010-01-25 | 1 | -9/+11 |
* | Minor code cleanups, remove TemperatureDataLogger host application's Visual S... | Dean Camera | 2010-01-25 | 3 | -5/+5 |
* | Added explicit ADC channel masks for the standard set of ADC channels, as the... | Dean Camera | 2010-01-25 | 2 | -4/+12 |
* | Enhance TemperatureDatalogger project -- add RTC capabilities so that data is... | Dean Camera | 2010-01-24 | 1 | -0/+1 |
* | Clean up of the altered XPLAINBridge project. | Dean Camera | 2010-01-19 | 1 | -0/+3 |
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr... | Dean Camera | 2010-01-19 | 6 | -34/+39 |
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean Camera | 2010-01-17 | 9 | -44/+78 |
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 5 | -638/+720 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 1 | -0/+6 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 21 | -42/+42 |
* | Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ... | Dean Camera | 2009-12-29 | 3 | -5/+10 |