Skip to content

Commit c3a9aeb

Browse files
Deprecation notes added for exporters
1 parent ffada06 commit c3a9aeb

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

docs/porting/target/exporter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Porting a new target for exporters
22

3+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
4+
35
Exporting allows users to transition from Mbed CLI to the development environment of their choice. When you add a new target, you must add support for exporters. The following sections explain how you add support for a new target to each exporter.
46

57
## Eclipse and Make

docs/program-setup/concepts/managed-unmanaged-bootloader.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ An unmanaged bootloader build is a method of controlling the link location of a
229229

230230
## Exporter limitations
231231

232+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
233+
232234
Although the exporters can export bootloader projects using the bootloader parameters, there are some limitations.
233235

234236
The exporters do not interpret Mbed OS configuration, and any changes to configuration parameters, especially bootloader parameters, require you to rerun the `mbed export` command.

docs/tools/mbed_cli_1/cli-create.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ You can create new applications as Mbed OS or non-versioned (blank) projects.
3737

3838
When you create a new program, Mbed CLI automatically imports the latest [Mbed OS release](https://github.com/ARMmbed/mbed-os/). Each release includes all the components: code, build tools and IDE exporters.
3939

40+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
41+
4042
With this in mind, let's create a new program (we'll call it `mbed-os-program`):
4143

4244
```

docs/tools/toolchains/export_to_third_party.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Exporting
22

3+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
4+
35
If you'd like to develop on Arm Mbed OS with a third party tool, or migrate to one, you can choose to export an Mbed project to the following development environments:
46

57
- Keil µVision 5.0.

docs/tools/toolchains/exporters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# About the exporters
22

3+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
4+
35
Use the Arm Mbed exporters to export your code to various third party tools and IDEs. Each exporter implements a `generate` function that produces an IDE specific project file. Exporters benefit from Mbed build tools. However, instead of using your source and [config data](../build-tools/compile.html) to create an executable, we use that information to populate an IDE project file that will be configured to build, flash and debug your code.
46

57
## Arm Mbed CLI command

docs/tools/tools_intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ You can build Mbed OS with the Arm Compiler and GNU Arm Embedded toolchains. The
5757

5858
## Exporting to third party development tools
5959

60+
<span class="notes">**Note:** Note that exporters to export your code to various third party tools and IDEs are no longer supported. See this [blog post](https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/) for more details.</span>
61+
6062
You can export your project from Mbed Studio or Mbed CLI to third party tools. For instructions, as well as tool-specific information, see the [Exporting to third party toolchains page](../build-tools/third-party-build-tools.html).

0 commit comments

Comments
 (0)