aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to the AVRISP command timeout system so that it should no longer ↵Dean Camera2010-02-211-4/+8
| | | | lock up while processing command no matter what the conditions.
* AVRISP programmer project now has a more robust timeout system, allowing for ↵Dean Camera2010-02-191-4/+14
| | | | a doubling of the software USART speed for PDI and TPI programming.
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP ↵Dean Camera2010-02-101-8/+14
| | | | | | programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified ↵Dean Camera2010-02-091-4/+4
| | | | | | | | report instead of bytes. Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code. Make Webserver project report the LUFA version as part of the HTTP header.
* Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ↵Dean Camera2010-02-081-1/+0
| | | | type in ProcessLEDReport().
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵Dean Camera2010-02-081-4/+4
| | | | | | 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.
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵Dean Camera2010-02-041-1/+1
| | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects.
* 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 ↵Dean Camera2010-02-021-1/+1
| | | | that the WriteBuffer parameter is no longer const.
* 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 ↵Dean Camera2010-02-021-4/+19
| | | | datasheet conditions.
* 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
| | | | check wasn't inverting the result.
* Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵Dean Camera2010-01-291-2/+2
| | | | selected.
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ↵Dean Camera2010-01-271-2/+2
| | | | client functions and defines.
* 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 ↵Dean Camera2009-12-281-6/+8
| | | | chunks, not byte sized chunks.
* Add first draft of the TPI NVM commands for reading, writing and erasing a ↵Dean Camera2009-12-281-11/+77
| | | | 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/+104