You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file the CLI is looking is extra_targets.json, not custom_targets.json ( I think an older version of mbed CLI used custom_targets.json ) I just tried this at the command line and confirmed this. Also, this PR talks about extra_targets ARMmbed/mbed-os#4103
Copy file name to clipboardExpand all lines: docs/tools/mbed_targets.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Adding and configuring targets
2
2
3
-
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. When you add new targets with `custom_targets.json`, they are added to the list of available targets.
3
+
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 `extra_targets.json` in the root of a project directory. When you add new targets with `extra_targets.json`, they are added to the list of available targets.
4
4
5
5
<spanclass="notes">**Note:** The Online Compiler does not support this functionality. You need to use [Mbed CLI](/docs/v5.7/tools/arm-mbed-cli.html) to take your code offline.</span>
0 commit comments