Support for SilverGate Board
This commit is contained in:
parent
b48a77c88a
commit
4fb3ce4739
45 changed files with 294 additions and 15 deletions
|
|
@ -102,10 +102,7 @@ const PinInfo pin_array[] PROGMEM = {
|
|||
|
||||
};
|
||||
|
||||
#define AVR_ATmega2560_FAMILY_PLUS_70 (MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D \
|
||||
|| MOTHERBOARD == BOARD_MIGHTYBOARD_REVE \
|
||||
|| MOTHERBOARD == BOARD_MINIRAMBO \
|
||||
|| MOTHERBOARD == BOARD_SCOOVO_X9H)
|
||||
#define AVR_ATmega2560_FAMILY_PLUS_70 (MB(BQ_ZUM_MEGA_3D) || MB(MIGHTYBOARD_REVE) || MB(MINIRAMBO) || MB(SCOOVO_X9H))
|
||||
|
||||
#if AVR_AT90USB1286_FAMILY
|
||||
// Working with Teensyduino extension so need to re-define some things
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue