Board IDs for G2560 Rev B, G2560 v4, GTM32 VD (#21499)
This commit is contained in:
@@ -244,6 +244,10 @@
|
||||
#include "mega/pins_GT2560_REV_A_PLUS.h" // ATmega2560, ATmega1280 env:mega2560 env:mega1280
|
||||
#elif MB(GT2560_V3)
|
||||
#include "mega/pins_GT2560_V3.h" // ATmega2560 env:mega2560
|
||||
#elif MB(GT2560_REV_B)
|
||||
#include "mega/pins_GT2560_REV_B.h" // ATmega2560 env:mega2560
|
||||
#elif MB(GT2560_V4)
|
||||
#include "mega/pins_GT2560_V4.h" // ATmega2560 env:mega2560
|
||||
#elif MB(GT2560_V3_MC2)
|
||||
#include "mega/pins_GT2560_V3_MC2.h" // ATmega2560 env:mega2560
|
||||
#elif MB(GT2560_V3_A20)
|
||||
@@ -470,6 +474,8 @@
|
||||
#include "stm32f1/pins_STM3R_MINI.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_PRO_VB)
|
||||
#include "stm32f1/pins_GTM32_PRO_VB.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_PRO_VD)
|
||||
#include "stm32f1/pins_GTM32_PRO_VD.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_MINI)
|
||||
#include "stm32f1/pins_GTM32_MINI.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_MINI_A30)
|
||||
|
||||
Reference in New Issue
Block a user