Skip to content

Commit bb1600d

Browse files
Mbed Studio supports custom targets
1 parent bca1b6b commit bb1600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/program-setup/mbed_targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Arm Mbed uses JSON as a description language for its build targets. You can find the JSON description of Mbed targets in `targets/targets.json` and in `custom_targets.json` in the root of a project directory. If you provide a source directory using the `--source` switch, Mbed looks for `custom_targets.json` in that directory instead. When you add new targets with `custom_targets.json`, they are added to the list of available targets, in addition to the [scanning rules](../program-setup/build-rules.html).
44

5-
<span class="notes">**Note:** Keil Studio Cloud does not support this functionality. You need to use [Mbed CLI](../build-tools/mbed-cli-1.html) to take your code offline.</span>
5+
<span class="notes">**Note:** Mbed Studio supports [custom targets](https://os.mbed.com/docs/mbed-studio/current/targets/custom-targets.html). You can also use [Mbed CLI](../build-tools/mbed-cli-1.html) to take your code offline.</span>
66

77
You are not allowed to redefine existing targets in `custom_targets.json`. To better understand how a target is defined, we'll use this example (taken from `targets.json`):
88

0 commit comments

Comments
 (0)