aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
AgeCommit message (Expand)Author
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean
2012-03-05Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-29Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-04-13Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-16Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-06-25Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-02Change AVRISP project's timeout to be interrupt based again, but make the int...Dean
2010-04-30Make sure that long reads are aborted early if the connection times out while...Dean
2010-04-30Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-02-21More fixes to the AVRISP command timeout system so that it should no longer l...Dean
2010-02-19AVRISP programmer project now has a more robust timeout system, allowing for ...Dean
2010-02-10Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean
2010-02-09Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean
2010-02-08Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean
2010-02-08Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2010-02-02Minor fixups to the documentation and preprocessor tokens.Dean
2010-02-02Fix TPI mode chip erase code not properly erasing the target memory space.Dean
2010-02-02Oops - new Write Word alignment code in the TPI programming function means th...Dean
2010-02-02Make TPI writes add a dummy high byte if the data isn't word-aligned.Dean
2010-02-02Make TPI programming protocol program in words, not bytes to satisfy the data...Dean
2010-02-01Make AVRISP XPROG function parameters const where possible.Dean
2010-01-29Oops - TPI programming is broken in the AVRISP project because the busy-flag ...Dean
2010-01-29Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean
2010-01-27Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean
2010-01-25Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks,...Dean
2009-12-28Add first draft of the TPI NVM commands for reading, writing and erasing a ta...Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-27Rename AVRISP project folder to AVRISP-MKII.Dean