Added board hardware driver support for Tom's USBTINY MKII programmer.

This commit is contained in:
Dean Camera 2010-03-30 08:32:46 +00:00
parent 9257f4ab8e
commit a8cbe3466b
10 changed files with 146 additions and 13 deletions

View file

@ -12,6 +12,7 @@
* - Added incomplete MIDIToneGenerator project
* - Added board hardware driver support for the PJRC Teensy line of USB AVR boards
* - Added new Relay Controller Board project (thanks to OBinou)
* - Added board hardware driver support for Tom's USBTINY MKII programmer
*
* <b>Changed:</b>
* - AVRISP programmer project now has a more robust timeout system, allowing for an increase of the software USART speed

View file

@ -33,6 +33,7 @@
* Currently supported third-party boards (see \ref Group_BoardTypes):
* - Bumble-B (using officially recommended peripheral layout)
* - Teensy (all revisions and versions)
* - USBTINY MKII (all revisions and versions)
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/