aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
Commit message (Collapse)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean Camera2011-05-291-9/+4
|
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-291-4/+9
| | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Fixed AVRISP-MKII clone project not starting the target's program ↵Dean Camera2010-11-161-0/+2
| | | | automatically after exiting TPI programming mode.
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-11/+12
| | | | tool made by Laszlo Monda
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-211-3/+8
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS ↵Dean Camera2010-05-131-1/+1
| | | | | | commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-77/+77
| | | | correctly converted to the target system's native end of line style.
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵Dean Camera2010-02-081-0/+1
| | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
* Fix TPI mode chip erase code not properly erasing the target memory space.Dean Camera2010-02-021-1/+1
|
* Oops - new Write Word alignment code in the TPI programming function means ↵Dean Camera2010-02-021-1/+1
| | | | that the WriteBuffer parameter is no longer const.
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-011-2/+2
|
* Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵Dean Camera2010-01-291-2/+2
| | | | selected.
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-2/+7
|
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized ↵Dean Camera2009-12-281-1/+1
| | | | chunks, not byte sized chunks.
* Add first draft of the TPI NVM commands for reading, writing and erasing a ↵Dean Camera2009-12-281-6/+4
| | | | target. Needs testing when physical access to a part is available.
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+73