Skip to content

Commit 3750f6e

Browse files
committed
rename feature to device_has in new target
PR ARMmbed#1881 renamed option in targets.json - this commit is doing the same with the new target
1 parent 9197f94 commit 3750f6e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

hal/targets.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,21 @@
789789
"progen": {"target":"nucleo-l011k4"},
790790
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
791791
},
792+
"NUCLEO_F767ZI": {
793+
"inherits": ["Target"],
794+
"core": "Cortex-M7F",
795+
"extra_labels": ["STM", "STM32F7", "STM32F767", "STM32F767ZI"],
796+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
797+
"default_toolchain": "ARM",
798+
"progen": {
799+
"target": "nucleo-f767zi",
800+
"uvision5": {
801+
"template": ["uvision.uvproj.tmpl"]
802+
}
803+
},
804+
"detect_code": ["0799"],
805+
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
806+
},
792807
"NUCLEO_L031K6": {
793808
"inherits": ["Target"],
794809
"core": "Cortex-M0",

0 commit comments

Comments
 (0)