diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-20 00:06:13 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-20 00:06:13 +0200 |
commit | fdf50e941126140cdb1f87296ea05079ab25e5f7 (patch) | |
tree | dfdf25690ed3b7449c7be4a062c3ff9320773540 /BuildTests | |
parent | 847426272826c19eb7ab226465a7687ab47266ce (diff) | |
download | lufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.tar.gz lufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.tar.bz2 lufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.zip |
Add support for the XMEGA C3 Xplained board.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/BoardDriverTest/BoardDeviceMap.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index 28062ef2b..0d4f16b46 100644 --- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg +++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg @@ -74,6 +74,7 @@ BOARD_STANGE_ISP = AVR8 : at90usb162 : # ----------------- XMEGA Boards ----------------- BOARD_A3BU_XPLAINED = XMEGA : atxmega256a3bu : BOARD_B1_XPLAINED = XMEGA : atxmega128b1 : +BOARD_C3_XPLAINED = XMEGA : atxmega384c3 : # # ------------------ UC3 Boards ------------------ BOARD_EVK1100 = UC3 : uc3a0512 : |