Split up platformio.ini (#21507)

This commit is contained in:
Scott Lahteine
2021-04-01 21:53:19 -05:00
committed by GitHub
parent 0dde8f8968
commit 3229100025
14 changed files with 1504 additions and 1441 deletions

30
ini/stm32f7.ini Normal file
View File

@ -0,0 +1,30 @@
#
# 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}