Skip to content

Commit b1c8aac

Browse files
committed
Updated device name for nucleo_f746zg and disco_f746ng
1 parent b861c36 commit b1c8aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
853853
"features": ["LWIP"],
854854
"release_versions": ["2", "5"],
855-
"device_name": "stm32ff746zg"
855+
"device_name": "STM32F746ZG"
856856
},
857857
"NUCLEO_F767ZI": {
858858
"inherits": ["Target"],
@@ -1073,7 +1073,7 @@
10731073
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
10741074
"features": ["LWIP"],
10751075
"release_versions": ["2", "5"],
1076-
"device_name": "stm32f746ng"
1076+
"device_name": "STM32F746NG"
10771077
},
10781078
"DISCO_F769NI": {
10791079
"inherits": ["Target"],

0 commit comments

Comments
 (0)