Added board hardware driver support for Tom's USBTINY MKII programmer.
This commit is contained in:
parent
9257f4ab8e
commit
a8cbe3466b
10 changed files with 146 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue