Skip to content

Commit 26c0b66

Browse files
greg-ferrlubos
authored andcommitted
doc: create_application: fix freestanding app desc
Updated one line in the freestanding application description. The line became incorrect with the recent changes in the IDE. The new line is reused from the adding_code.rst and more accurate. Reported by @kylebonnici. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 11284f3 commit 26c0b66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/nrf/app_dev/create_application.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ Freestanding application
111111

112112
This kind of application is handled separately from the |NCS|.
113113
It is located out-of-tree, that is outside of a west workspace, and is not using the `west manifest file`_ to specify the SDK version.
114-
Instead, the |NCS| version is taken from the :makevar:`ZEPHYR_BASE` environment variable.
115-
This means that all freestanding applications will use the same |NCS| version and the same copy of the SDK.
114+
The build system will find the location of the SDK through the :makevar:`ZEPHYR_BASE` environment variable, which is set either through a script or manually in an IDE.
116115

117116
With this kind of application, the workspace has the following structure:
118117

0 commit comments

Comments
 (0)