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/tutorials/using_apis/mesh/quick_start_build.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
### Build time configuration of the Nanostack
2
2
3
-
The mbed configuration system is used for the build time configuration of Nanostack.
4
-
The application needs to create an `mbed_app.json` configuration file if you want to use other than default settings.
5
-
6
-
Also you can minimize the size of the produced stack by using different build options.
3
+
The build time configuration of Nanostack uses the Mbed configuration system. The application needs to create an `mbed_app.json` configuration file if you want to use settings other than default settings. You can also minimize the size of the produced stack by using different build options.
7
4
8
5
#### Build options
9
6
@@ -36,8 +33,7 @@ Select the device role:
36
33
- Mesh network. A router. (default)
37
34
- Star network. A non-routing device. Also known as a host, or sleepy host.
38
35
39
-
Modify your `mbed_app.json` file to tell which Nanostack configuration to choose and which configurations to use. All configurations (6LoWPAN and Thread) are listed in
Modify your `mbed_app.json` file to direct which Nanostack configuration to choose. The [Mbed Mesh API](https://github.com/ARMmbed/mbed-os/blob/master/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json) lists all configurations (6LoWPAN and Thread).
0 commit comments