Skip to content

Commit 01b94c6

Browse files
author
Amanda Butler
authored
Merge pull request #463 from theotherjimmy/config-overhaul
Overhaul the configuration system documentation
2 parents 5fc2487 + 44c1cce commit 01b94c6

File tree

7 files changed

+260
-337
lines changed

7 files changed

+260
-337
lines changed

docs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,6 @@
665665
"title": "Configuring Tools",
666666
"sources": [{
667667
"type": "markdown",
668-
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/tools/config_system.md"
669-
},
670-
{
671-
"type": "markdown",
672668
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/tools/bootloader.md"
673669
},
674670
{

docs/reference/configuration/Connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h2 id="configuration-connectivity">Connectivity</h2>
22

33

4-
You can configure various parameters using either C++ APIs or the Arm Mbed configuration system. Below are the parameters you can configure using the Mbed configuration system:
4+
You can configure various parameters using either C++ APIs or the Arm Mbed configuration system. The following is the complete list of connectivity configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/development/reference/configuration.html) for details on how you may use or override these settings.
55

66
```
77
Configuration parameters

docs/reference/configuration/Drivers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<h2 id="configuration-drivers">Drivers</h2>
22

3+
The following is the complete list of driver configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/development/reference/configuration.html) for details on how you may use or override these settings.
4+
35
```
46
Configuration parameters
57
------------------------

docs/reference/configuration/Platform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<h2 id="configuration-platform">Platform</h2>
22

3+
The following is the complete list of platform configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/development/reference/configuration.html) for details on how you may use or override these settings.
4+
35
```
46
Configuration parameters
57
------------------------

docs/reference/configuration/RTOS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ All threads in Mbed OS share a global heap. By default, mbed OS dynamically allo
88

99
By default, there are four threads running after boot: the ISR/scheduler thread, the idle thread, the timer thread and the main application thread. Combined, the idle thread, timer thread and ISR/scheduler thread consume 2 kilobytes of RAM. The user cannot modify these. You can expand or reduce the size of the main application thread stack by using the Mbed configuration system.
1010

11+
12+
The following is the complete list of RTOS configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/development/reference/configuration.html) for details on how you may use or override these settings.
13+
1114
```
1215
Configuration parameters
1316
------------------------

docs/reference/configuration/configuration.md

Lines changed: 252 additions & 24 deletions
Large diffs are not rendered by default.

docs/tools/config_system.md

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)