You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
739 B
31 lines
739 B
4 years ago
|
#
|
||
|
# Marlin Firmware
|
||
|
# PlatformIO Configuration File
|
||
|
#
|
||
|
|
||
|
#################################
|
||
|
# #
|
||
|
# STM32F7 Architecture #
|
||
|
# #
|
||
|
#################################
|
||
|
|
||
|
#
|
||
|
# ST NUCLEO-F767ZI Development Board
|
||
|
# This environment is for testing purposes prior to control boards
|
||
|
# being readily available based on STM32F7 MCUs
|
||
|
#
|
||
|
[env:NUCLEO_F767ZI]
|
||
|
platform = ${common_stm32.platform}
|
||
|
extends = common_stm32
|
||
|
board = nucleo_f767zi
|
||
|
build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
|
||
|
|
||
|
#
|
||
|
# REMRAM_V1
|
||
|
#
|
||
|
[env:REMRAM_V1]
|
||
|
platform = ${common_stm32.platform}
|
||
|
extends = common_stm32
|
||
|
board = remram_v1
|
||
|
build_flags = ${common_stm32.build_flags}
|