Skip to content

Commit 73e708d

Browse files
authored
Merge pull request #2996 from jeromecoutant/PR_STM32_arduino
Add Arduino form factor for DISCO_F746NG and NUCLEO_F767ZI
2 parents a701339 + 2366c86 commit 73e708d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@
866866
"extra_labels": ["STM", "STM32F7", "STM32F767", "STM32F767ZI"],
867867
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
868868
"default_toolchain": "ARM",
869+
"supported_form_factors": ["ARDUINO"],
869870
"detect_code": ["0818"],
870871
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
871872
"features": ["LWIP"],
@@ -1075,6 +1076,7 @@
10751076
"extra_labels": ["STM", "STM32F7", "STM32F746", "STM32F746NG"],
10761077
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
10771078
"default_toolchain": "ARM",
1079+
"supported_form_factors": ["ARDUINO"],
10781080
"detect_code": ["0815"],
10791081
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG"],
10801082
"features": ["LWIP"],

0 commit comments

Comments
 (0)