Jason Smith
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
20 additions and
1 deletions
-
Marlin/src/pins/stm32f1/pins_FLSUN_HISPEED.h
-
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
-
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h
-
Marlin/src/pins/stm32f4/pins_FLYF407ZG.h
-
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h
-
Marlin/src/pins/stm32f4/pins_MKS_ROBIN_PRO_V2.h
-
platformio.ini
|
@ -40,6 +40,9 @@ |
|
|
|
|
|
|
|
|
#define BOARD_NO_NATIVE_USB |
|
|
#define BOARD_NO_NATIVE_USB |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
|
|
|
|
|
|
#define TEMP_TIMER 5 |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
//
|
|
|
//
|
|
|
|
@ -36,6 +36,9 @@ |
|
|
|
|
|
|
|
|
#define BOARD_NO_NATIVE_USB |
|
|
#define BOARD_NO_NATIVE_USB |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
|
|
|
|
|
|
#define TEMP_TIMER 5 |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
//
|
|
|
//
|
|
|
|
@ -37,6 +37,9 @@ |
|
|
|
|
|
|
|
|
#define BOARD_NO_NATIVE_USB |
|
|
#define BOARD_NO_NATIVE_USB |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
|
|
|
|
|
|
#define TEMP_TIMER 5 |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
|
|
//
|
|
|
//
|
|
|
|
@ -31,6 +31,10 @@ |
|
|
#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLYF407ZG" |
|
|
#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLYF407ZG" |
|
|
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME |
|
|
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with fans and TIMER_TONE
|
|
|
|
|
|
#define TEMP_TIMER 3 |
|
|
|
|
|
#define STEP_TIMER 5 |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// EEPROM Emulation
|
|
|
// EEPROM Emulation
|
|
|
//
|
|
|
//
|
|
|
|
@ -31,6 +31,9 @@ |
|
|
|
|
|
|
|
|
#define BOARD_INFO_NAME "MKS Robin Nano V3" |
|
|
#define BOARD_INFO_NAME "MKS Robin Nano V3" |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with TIMER_TONE
|
|
|
|
|
|
#define STEP_TIMER 13 |
|
|
|
|
|
|
|
|
// Use one of these or SDCard-based Emulation will be used
|
|
|
// Use one of these or SDCard-based Emulation will be used
|
|
|
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
|
|
|
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
|
|
|
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
|
|
|
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
|
|
|
|
@ -29,6 +29,9 @@ |
|
|
|
|
|
|
|
|
#define BOARD_INFO_NAME "MKS Robin PRO V2" |
|
|
#define BOARD_INFO_NAME "MKS Robin PRO V2" |
|
|
|
|
|
|
|
|
|
|
|
// Avoid conflict with TIMER_TONE
|
|
|
|
|
|
#define STEP_TIMER 13 |
|
|
|
|
|
|
|
|
// Use one of these or SDCard-based Emulation will be used
|
|
|
// Use one of these or SDCard-based Emulation will be used
|
|
|
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
|
|
|
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
|
|
|
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
|
|
|
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
|
|
|
|
@ -980,7 +980,7 @@ board_build.ldscript = ldscript.ld |
|
|
board_build.offset = 0x7000 |
|
|
board_build.offset = 0x7000 |
|
|
board_build.firmware = Robin.bin |
|
|
board_build.firmware = Robin.bin |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 |
|
|
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 -DTIMER_SERIAL=TIM5 |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|