3 # PlatformIO Configuration File
6 #################################
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)
16 # I : 4096KB Flash-memory
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
28 extends = common_stm32
30 build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
36 extends = common_stm32