- 10 Feb, 2010 1 commit
-
-
Dean Camera authored
Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
-
- 02 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 25 Jan, 2010 1 commit
-
-
Dean Camera authored
-
- 17 Jan, 2010 1 commit
-
-
Dean Camera authored
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs.
-
- 30 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 28 Dec, 2009 2 commits
-
-
Dean Camera authored
Add first draft of the TPI NVM commands for reading, writing and erasing a target. Needs testing when physical access to a part is available.
-
Dean Camera authored
-
- 27 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 26 Dec, 2009 1 commit
-
-
Dean Camera authored
Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device. Removed string descriptors from the TeensyHID bootloader to reduce its size.
-
- 24 Dec, 2009 3 commits
-
-
Dean Camera authored
Complete combining of PDI and TPI target communication code files, stub out TINY NVM controller functions.
-
Dean Camera authored
-
Dean Camera authored
Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
-
- 23 Dec, 2009 3 commits
-
-
Dean Camera authored
Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory to hold each protocol's files.
-
Dean Camera authored
-
Dean Camera authored
-
- 20 Dec, 2009 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 17 Dec, 2009 1 commit
-
-
Dean Camera authored
Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
-
- 16 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 15 Dec, 2009 5 commits
-
-
Dean Camera authored
Fix project text files to refer to "project" instead of "demo".
-
Dean Camera authored
Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
-
Dean Camera authored
Fix a bug in the Still Image Host Class driver where the returned block status code was being truncated. Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional.
-
Dean Camera authored
-
Dean Camera authored
Fix error in AVRISP programmer when repeatedly using PDI mode via the hardware USART due to the SendByte routine not clearing the Transmit Complete USART flag.
-
- 14 Dec, 2009 5 commits
-
-
Dean Camera authored
Add Doxygen documentation to the completed portions of the PDI programming protocol in the AVRISP project.
-
Dean Camera authored
Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol overhead and greatly improve transfer throughput. Switch bit-bang USART in the AVRISP project to Timer 1, so that Timer 0 can be used for hardware timeouts while waiting for the NVM bus or controller to become ready.
-
Dean Camera authored
-
Dean Camera authored
Fix NVM commands so that memory reads and CRC generations now work correctly using unoptimized PDI commands.
-
Dean Camera authored
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
-