Skip to content

Commit ce2ea7f

Browse files
chrissnowadbridge
authored andcommitted
fixed missing device_name for xDot and removed progen
1 parent 9bb5cfe commit ce2ea7f

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
@@ -1292,10 +1292,10 @@
12921292
"default_toolchain": "ARM",
12931293
"extra_labels": ["STM", "STM32L1", "STM32L151CC"],
12941294
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
1295-
"progen": {"target": "xdot-l151cc"},
12961295
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
12971296
"default_lib": "std",
1298-
"release_versions": ["5"]
1297+
"release_versions": ["5"],
1298+
"device_name": "STM32L151CC"
12991299
},
13001300
"MOTE_L152RC": {
13011301
"inherits": ["Target"],

0 commit comments

Comments
 (0)