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/
This commit is contained in:
parent
7362abcd8a
commit
4a4b9d3051
7 changed files with 331 additions and 1 deletions
|
@ -157,6 +157,8 @@
|
|||
#include "AVR8/STANGE_ISP/Buttons.h"
|
||||
#elif (BOARD == BOARD_C3_XPLAINED)
|
||||
#include "XMEGA/C3_XPLAINED/Buttons.h"
|
||||
#elif (BOARD == BOARD_U2S)
|
||||
#include "AVR8/U2S/Buttons.h"
|
||||
#else
|
||||
#include "Board/Buttons.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue