Skip to content

Commit 12ca90e

Browse files
Merge pull request #4225 from chrissnow/xDot_fix-target
fixed missing device_name for xDot and removed progen
2 parents 0b5b6cb + fe4d375 commit 12ca90e

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

0 commit comments

Comments
 (0)