aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver c...Dean Camera2013-10-271-12/+12
* Minor documentation improvements.Dean Camera2013-03-181-6/+6
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean Camera2012-04-011-4/+4
* Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...Dean Camera2012-03-051-2/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+1
* Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...Dean Camera2011-11-291-3/+9
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean Camera2011-04-131-2/+2
* Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean Camera2011-01-221-4/+4
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-161-0/+34
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-15/+16
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-3/+8
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-131-12/+6
* Make loops in AVRISP-MKII Clone project's XPROG protocol infinite rather than...Dean Camera2010-06-251-6/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-238/+238
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-14/+0
* Make sure that long reads are aborted early if the connection times out while...Dean Camera2010-04-301-2/+2
* Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean Camera2010-04-301-2/+16
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-171-1/+1
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-211-4/+8
* AVRISP programmer project now has a more robust timeout system, allowing for ...Dean Camera2010-02-191-4/+14
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean Camera2010-02-101-8/+14
* 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-081-4/+4
* 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-021-3/+10
* Oops - new Write Word alignment code in the TPI programming function means th...Dean Camera2010-02-021-1/+1
* 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-011-2/+2
* 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-291-2/+2
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean Camera2010-01-271-2/+2
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-5/+27
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks,...Dean Camera2009-12-281-6/+8