Skip to content

Commit

Permalink
Merge pull request #2827 from MultiTechSystems/xdot-add-release
Browse files Browse the repository at this point in the history
include MultiTech xDot in mbed 5 releases
  • Loading branch information
sg- authored Sep 28, 2016
2 parents 2daa935 + 7b29421 commit 66329c4
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hal/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1181,10 +1181,11 @@
"core": "Cortex-M3",
"default_toolchain": "ARM",
"extra_labels": ["STM", "STM32L1", "STM32L151CC"],
"supported_toolchains": ["ARM", "GCC_ARM"],
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"progen": {"target": "xdot-l151cc"},
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"default_lib": "std"
"default_lib": "std",
"release_versions": ["5"]
},
"MOTE_L152RC": {
"inherits": ["Target"],
Expand Down
Loading

0 comments on commit 66329c4

Please sign in to comment.