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
|
@ -46,7 +46,11 @@
|
|||
#define AUX_LINE_PORT PORTB
|
||||
#define AUX_LINE_PIN PINB
|
||||
#define AUX_LINE_DDR DDRB
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#if (BOARD == BOARD_U2S)
|
||||
#define AUX_LINE_MASK (1 << 0)
|
||||
#else
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#endif
|
||||
|
||||
#define ENABLE_ISP_PROTOCOL
|
||||
#define ENABLE_XPROG_PROTOCOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue