aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/Board.h
diff options
context:
space:
mode:
authorMichael <github@atinyhedgehog.za.net>2013-06-22 11:58:25 +0200
committerMichael <github@atinyhedgehog.za.net>2013-06-22 11:58:25 +0200
commit4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d (patch)
treeaab0bcdc18552856253048bc78e5d68352fcd378 /LUFA/Drivers/Board/Board.h
parent7362abcd8a37227b9b56a4bff3dd535edc7ee5cd (diff)
downloadlufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.tar.gz
lufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.tar.bz2
lufa-4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d.zip
Add U2S board support
Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
Diffstat (limited to 'LUFA/Drivers/Board/Board.h')
-rw-r--r--LUFA/Drivers/Board/Board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/Board.h b/LUFA/Drivers/Board/Board.h
index 1a6595a82..e84d9e075 100644
--- a/LUFA/Drivers/Board/Board.h
+++ b/LUFA/Drivers/Board/Board.h
@@ -151,6 +151,8 @@
#include "AVR8/STANGE_ISP/Board.h"
#elif (BOARD == BOARD_C3_XPLAINED)
#include "XMEGA/C3_XPLAINED/Board.h"
+ #elif (BOARD == BOARD_U2S)
+ #include "AVR8/U2S/Board.h"
#else
#include "Board/Board.h"
#endif