Added board hardware driver support for the EVK1104 board.

Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
This commit is contained in:
Dean Camera 2011-06-27 13:41:06 +00:00
parent 8cc3fd56d9
commit 8c3d421a01
10 changed files with 263 additions and 3 deletions

View file

@ -21,6 +21,7 @@
* - Added new Host mode Audio Class driver
* - Added new SPI_GetCurrentMode() function to the SPI peripheral driver
* - Added board hardware driver support for the EVK1100 board
* - Added board hardware driver support for the EVK1104 board
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo

View file

@ -88,6 +88,7 @@
* Currently supported Atmel UC3 boards (see \ref Group_BoardTypes):
* - EVK1100
* - EVK1101
* - EVK1104
*
* Currently supported third-party boards (see \ref Group_BoardTypes for makefile BOARD constant names):
* - Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)