Skip to content

Commit cc72970

Browse files
committed
Update targets.json to add NUCLEO_F207ZG
1 parent 72f4aa5 commit cc72970

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hal/targets.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,18 @@
699699
"default_build": "small",
700700
"release": true
701701
},
702+
"NUCLEO_F207ZG": {
703+
"supported_form_factors": ["ARDUINO", "MORPHO"],
704+
"core": "Cortex-M3",
705+
"default_toolchain": "ARM",
706+
"extra_labels": ["STM", "STM32F2", "STM32F207ZG"],
707+
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
708+
"inherits": ["Target"],
709+
"progen": {"target": "nucleo-f207zg"},
710+
"detect_code": ["0835"],
711+
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
712+
"default_build": "small"
713+
},
702714
"NUCLEO_F302R8": {
703715
"supported_form_factors": ["ARDUINO", "MORPHO"],
704716
"core": "Cortex-M4",

0 commit comments

Comments
 (0)