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
Copy file name to clipboardExpand all lines: docs/api/networkinterfaces/MeshInterface.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Mbed OS provides three types of IPv6 based mesh networks:
10
10
- Wi-SUN, following the specification from Wi-SUN alliance.
11
11
- Thread, following the specification from Thread Group.
12
12
13
-
Nanostack is the networking stack that provides these protocols. For more information on the stack internals, please refer to the [Thread](../reference/thread.html), [Wi-SUN](../reference/wi-sun.html) and [6LowPAN](../reference/mesh-tech.html) sections. Application developers use Nanostack through the Mbed Mesh API.
13
+
Nanostack is the networking stack that provides these protocols. For more information on the stack internals, please refer to the [Thread](../reference/thread-tech.html), [Wi-SUN](../reference/wisun-tech.html) and [6LowPAN](../reference/mesh-tech.html) sections. Application developers use Nanostack through the Mbed Mesh API.
14
14
15
15
The application can use the `LoWPANNDInterface`, `WisunInterface` or `ThreadInterface` object for connecting to the mesh network. When successfully connected, the application can use the Mbed [C++ socket APIs](network-socket.html) to create a socket to start communication with a remote peer.
16
16
@@ -46,8 +46,8 @@ To learn how to use mesh, please see our [light control tutorial](../tutorials/l
Copy file name to clipboardExpand all lines: docs/api/security/psa_lifecycle.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The following is a state machine depiction of the PSA lifecycle:
13
13
14
14
You can specify the lifecycle value during build time using the `MBED_CONF_LIFECYCLE_STATE` macro. The default lifecycle value is `PSA_LIFECYCLE_ASSEMBLY_AND_TEST`.
15
15
16
-
In Mbed OS, the PSA lifecycle is implemented as part of the [platform service](../apis/platform-service.html).
16
+
In Mbed OS, the PSA lifecycle is implemented as part of the platform service.
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/workflow.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Release: patch
100
100
101
101
A functionality change can be any change in the functionality, including adding a new feature, a new method or a function. Software language does not matter.
102
102
103
-
A feature contribution contains a new API, capability or behavior. It does not break backward compatibility with existing APIs, capabilities or behaviors. New feature contributions are very welcome in Mbed OS. However, because they add capability to the codebase, it's easy for a new feature to introduce bugs and a support burden. The introduction of new features should also come with documentation, majority of targets support and comprehensive test coverage proving the correctness of the feature per the documentation. Feature PRs are treated cautiously, and new features require a new minor version for the codebase. Features are candidates for feature releases.
103
+
A feature contribution contains a new API, capability or behavior. It does not break backward compatibility with existing APIs, capabilities or behaviors. New feature contributions are very welcome in Mbed OS. However, because they add capability to the codebase, it's easy for a new feature to introduce bugs and a support burden. The introduction of new features should also come with documentation, majority of targets support and comprehensive test coverage proving the correctness of the feature per the documentation. Feature PRs are treated cautiously, and new features require a new minor version for the codebase. Features are candidates for feature releases.
104
104
105
105
Every pull request changing or adding functionality must contain a release notes section called "Release notes" to describe the changes to users.
106
106
@@ -112,7 +112,7 @@ It must contain:
112
112
113
113
<spanclass="notes">**Note:** We may use this content in our official release notes.</span>
114
114
115
-
For more details, please see the [pull request template addition for functional changes](./pull_request_drafts/pr_functional_change.md).
115
+
For more details, please see the [pull request template addition for functional changes](../pull_request_drafts/pr_functional_change.md).
116
116
117
117
We initially implement new features on separate branches in the Mbed OS repository. Mbed OS maintainers create the new branches by following the naming convention: "feature-" prefix.
118
118
@@ -151,7 +151,7 @@ It must contain:
151
151
152
152
<spanclass="notes">**Note:** We may use this content in our official release notes.</span>
153
153
154
-
For more details, please see the [pull request template addition](./pull_request_drafts/pr_breaking_change.md).
154
+
For more details, please see the [pull request template addition](../pull_request_drafts/pr_breaking_change.md).
155
155
156
156
A project technical lead and the Mbed OS technical lead must approve breaking change pull requests.
0 commit comments