Skip to content

Commit f5ae9c8

Browse files
author
Amanda Butler
authored
Add engineering changes to configuration.md
Make changes from engineering after reviewing on test site.
1 parent 418d55a commit f5ae9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/configuration/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ The application can freely override the configuration of any of the libraries it
249249

250250
```JSON
251251
{
252+
"artifact_name": "my-application",
252253
"config": {
253254
"welcome_string": {
254255
"help": "The string printed on the display on start-up",
@@ -272,5 +273,6 @@ The `mbed_app.json` above defines its own configuration parameter (`welcome_stri
272273

273274
- When compiling for `NCS36510`, `app.welcome_string` is `"Hello!"`, `target.mac_addr_high` is `"0x11223344"` (from the `NCS36510` override) and `mylib.timer_period` is 100 (from the `*` override).
274275
- When compiling for `LPC1768`, `app.welcome_string` is `"Hello!"` and `mylib.timer_period` is 100 (also from the `*` override).
276+
- The final artifact (binary) is named `my-application.bin`, as specified by the `artifact_name` section.
275277

276278
It is an error for the application configuration to override an undefined configuration parameter.

0 commit comments

Comments
 (0)