Skip to content

Commit 66329c4

Browse files
authored
Merge pull request #2827 from MultiTechSystems/xdot-add-release
include MultiTech xDot in mbed 5 releases
2 parents 2daa935 + 7b29421 commit 66329c4

File tree

3 files changed

+569
-2
lines changed

3 files changed

+569
-2
lines changed

hal/targets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,11 @@
11811181
"core": "Cortex-M3",
11821182
"default_toolchain": "ARM",
11831183
"extra_labels": ["STM", "STM32L1", "STM32L151CC"],
1184-
"supported_toolchains": ["ARM", "GCC_ARM"],
1184+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
11851185
"progen": {"target": "xdot-l151cc"},
11861186
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
1187-
"default_lib": "std"
1187+
"default_lib": "std",
1188+
"release_versions": ["5"]
11881189
},
11891190
"MOTE_L152RC": {
11901191
"inherits": ["Target"],

0 commit comments

Comments
 (0)