Skip to content

Commit 8f3f63d

Browse files
committed
Update boards.txt
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 997c413 commit 8f3f63d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

boards.txt

+14
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ Nucleo_144.build.core=arduino
2121
Nucleo_144.build.board=Nucleo_144
2222
Nucleo_144.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx}
2323

24+
# NUCLEO_F207ZG board
25+
# Support: USB HID, Serial1 (USART1 on PG9, PG14) and Serial2 (USART2 on PD6, PD5)
26+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG=Nucleo F207ZG
27+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.node=NODE_F207ZG
28+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.upload.maximum_size=1048576
29+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.upload.maximum_data_size=131072
30+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.mcu=cortex-m3
31+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.f_cpu=120000000L
32+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.board=NUCLEO_F207ZG
33+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.series=STM32F2xx
34+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.product_line=STM32F207xx
35+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.variant=NUCLEO_F207ZG
36+
Nucleo_144.menu.board_part_num.NUCLEO_F207ZG.build.cmsis_lib_gcc=arm_cortexM3l_math
37+
2438
# NUCLEO_F429ZI board
2539
# Support: USB HID, Serial1 (USART1 on PG9, PG14) and Serial2 (USART2 on PD6, PD5)
2640
Nucleo_144.menu.board_part_num.NUCLEO_F429ZI=Nucleo F429ZI

0 commit comments

Comments
 (0)