Added new Relay Controller Board project (thanks to OBinou).

Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
This commit is contained in:
Dean Camera 2010-03-24 08:06:23 +00:00
parent c2de01b661
commit b8db5fc1e7
14 changed files with 3002 additions and 10 deletions

View file

@ -10,6 +10,8 @@
*
* <b>New:</b>
* - 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)
*
* <b>Changed:</b>
* - AVRISP programmer project now has a more robust timeout system, allowing for an increse of the software USART speed

View file

@ -21,18 +21,18 @@
* - AT90USB1286 (USB Device Only)
* - AT90USB1287 (USB Host and Device)
*
* Currently supported Atmel boards:
* Currently supported Atmel boards (see \ref Group_BoardTypes):
* - AT90USBKEY
* - ATAVRUSBRF01
* - EVK527
* - RZUSBSTICK
* - STK525
* - STK526
* - XPLAIN Revision 1 (Board AT90USB1287 only, original 45DB041D Dataflash IC)
* - XPLAIN Revision 2 onwards (Board AT90USB1287 only, newer 45DB642D Dataflash IC)
* - XPLAIN (Both original first revision board, and newer boards with a different Dataflash model)
*
* Currently supported third-party boards (via hardware drivers):
* - BUMBLEB (using officially recommended peripheral layout)
* Currently supported third-party boards (see \ref Group_BoardTypes):
* - Bumble-B (using officially recommended peripheral layout)
* - Teensy (all revisions and versions)
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/