Skip to content

Commit

Permalink
doc: create_application: fix freestanding app desc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
greg-fer authored and rlubos committed Jan 16, 2025
1 parent 11284f3 commit 26c0b66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/nrf/app_dev/create_application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Freestanding application

This kind of application is handled separately from the |NCS|.
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.
Instead, the |NCS| version is taken from the :makevar:`ZEPHYR_BASE` environment variable.
This means that all freestanding applications will use the same |NCS| version and the same copy of the SDK.
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.

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

Expand Down

0 comments on commit 26c0b66

Please sign in to comment.