mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 23:12:57 +00:00
Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0 for other uses in the future.
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
* - Changed over library projects to use the new general ring buffer library driver module
|
||||
* - Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function
|
||||
* - Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition
|
||||
* - Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0
|
||||
* for other uses
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Core:
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
|
||||
* - USBTINY-MKII, an AVRISP-MKII Clone AVR Programmer: http://tom-itx.dyndns.org:81/~webpage/boards/USBTiny_Mkii/USBTiny_Mkii_index.php
|
||||
* - XMEGA Development Board, using LUFA as an On-Board Programmer: http://xmega.mattair.net/
|
||||
* - Zeptoprog, a multifunction AVR programmer: http://www.mattairtech.com/index.php/featured/zeptoprog.html
|
||||
*
|
||||
* \section Sec_LUFAPublications Publications Mentioning LUFA
|
||||
* - Elektor Magazine, "My First AVR-USB" by Antoine Authier (feature), January 2010 Issue
|
||||
|
||||
Reference in New Issue
Block a user