Skip to content

Commit 4508c76

Browse files
bcostmadbridge
authored andcommitted
Add DISCO_L475VG_IOT in targets.json
1 parent 3e63c20 commit 4508c76

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

targets/targets.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,18 @@
13211321
"release_versions": ["2", "5"],
13221322
"device_name": "STM32F769NI"
13231323
},
1324+
"DISCO_L475VG_IOT": {
1325+
"inherits": ["Target"],
1326+
"core": "Cortex-M4F",
1327+
"default_toolchain": "ARM",
1328+
"extra_labels": ["STM", "STM32L4", "STM32L475VG"],
1329+
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
1330+
"detect_code": ["0764"],
1331+
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USBHOST_OTHER"],
1332+
"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"],
1333+
"release_versions": ["2", "5"],
1334+
"device_name": "stm32l475vg"
1335+
},
13241336
"DISCO_L476VG": {
13251337
"inherits": ["Target"],
13261338
"core": "Cortex-M4F",

0 commit comments

Comments
 (0)