aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DeviceSupport.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:41:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:41:06 +0000
commit8c3d421a017301df0d7024db1b4dd318f6a333ab (patch)
tree495b3f6a119e8101cd252669d31f48e9e55d6a2a /LUFA/ManPages/DeviceSupport.txt
parent8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd (diff)
downloadlufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.tar.gz
lufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.tar.bz2
lufa-8c3d421a017301df0d7024db1b4dd318f6a333ab.zip
Added board hardware driver support for the EVK1104 board.
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
Diffstat (limited to 'LUFA/ManPages/DeviceSupport.txt')
-rw-r--r--LUFA/ManPages/DeviceSupport.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt
index 0e800f87c..d8ac7ad26 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -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)