2021-04-02 02:53:19 +00:00
|
|
|
#
|
|
|
|
# Marlin Firmware
|
|
|
|
# PlatformIO Configuration File
|
|
|
|
#
|
|
|
|
|
|
|
|
#################################
|
2021-04-18 19:07:30 +00:00
|
|
|
#
|
|
|
|
# STM32F7 Architecture
|
|
|
|
#
|
|
|
|
# Naming Example: STM32F767ZIT6
|
|
|
|
#
|
|
|
|
# F : Foundation (sometimes High Performance F2/F4)
|
|
|
|
# 7 : Cortex M7 core
|
|
|
|
# 67 : Line/Features
|
|
|
|
# Z : 144 pins
|
|
|
|
# I : 4096KB Flash-memory
|
|
|
|
# T : LQFP package
|
|
|
|
# 6 : -40...85°C (7: ...105°C)
|
|
|
|
#
|
2021-04-02 02:53:19 +00:00
|
|
|
#################################
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|