Skip to content

Commit 53bf7b4

Browse files
bcostmadbridge
authored andcommitted
DISCO_L475VG_IOT: Add ARDUINO in "supported_form_factor"
1 parent bba148b commit 53bf7b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,9 +1324,10 @@
13241324
"DISCO_L475VG_IOT": {
13251325
"inherits": ["Target"],
13261326
"core": "Cortex-M4F",
1327-
"default_toolchain": "ARM",
13281327
"extra_labels": ["STM", "STM32L4", "STM32L475VG"],
13291328
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
1329+
"default_toolchain": "ARM",
1330+
"supported_form_factors": ["ARDUINO"],
13301331
"detect_code": ["0764"],
13311332
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USBHOST_OTHER"],
13321333
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],

0 commit comments

Comments
 (0)