🔨 [2.0.9.7] Use older chitu_crypt.py
[Marlin.git] / ini / stm32f7.ini
blob62755c846d478814bbff307fed5b54519f2a0f5f
2 # Marlin Firmware
3 # PlatformIO Configuration File
6 #################################
8 # STM32F7 Architecture
10 # Naming Example: STM32F767ZIT6
12 # F : Foundation (sometimes High Performance F2/F4)
13 # 7 : Cortex M7 core (0:M0, 1-2:M3, 3-4:M4, 7:M7)
14 # 67 : Line/Features
15 # Z : 144 pins
16 # I : 4096KB Flash-memory
17 # T : LQFP package
18 # 6 : -40...85°C (7: ...105°C)
20 #################################
23 # ST NUCLEO-F767ZI Development Board
24 # This environment is for testing purposes prior to control boards
25 # being readily available based on STM32F7 MCUs
27 [env:NUCLEO_F767ZI]
28 extends = common_stm32
29 board = nucleo_f767zi
30 build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
33 # REMRAM_V1
35 [env:REMRAM_V1]
36 extends = common_stm32
37 board = remram_v1