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: applications/nrf5340_audio/doc/building.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ This eases the process of building and programming images for multiple developme
48
48
49
49
The script is located in the :file:`applications/nrf5340_audio/tools/buildprog` directory.
50
50
51
+
.. note::
52
+
The :file:`buildprog.py` script is an app-specific script for building and programming multiple kits and cores with various audio application configurations. The script will be deprecated in a future release. The audio applications will gradually shift only to using standard tools for building and programming development kits.
53
+
51
54
Preparing the JSON file
52
55
=======================
53
56
@@ -115,9 +118,9 @@ For example, the following command builds headset and gateway applications using
115
118
116
119
The command can be run from any location, as long as the correct path to :file:`buildprog.py` is given.
117
120
118
-
The build files are saved in separate subdirectories in the :file:`applications/nrf5340_audio/build` directory.
119
-
The script creates a directory for each application version and device type combination.
120
-
For example, when running the command above, the script creates the :file:`dev_gateway/build_debug` and:file:`dev_headset/build_debug` directories.
121
+
The build files are saved in separate subdirectories in the :file:`applications/nrf5340_audio/tools/build` directory.
122
+
The script creates a directory for each transport, device type, core, and version combination.
123
+
For example, when running the command above, the script creates the :file:`unicast/gateway/app/debug`, :file:`unicast/gateway/net/debug`,:file:`unicast/headset/app/debug`, :file:`unicast/headset/net/debug` files and directories.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,11 @@ Matter Bridge
285
285
nRF5340 Audio
286
286
-------------
287
287
288
-
|no_changes_yet_note|
288
+
* Updated:
289
+
290
+
* The documentation for :ref:`nrf53_audio_app_building` with cross-links and additional information.
291
+
* The :file:`buildprog.py` is an app-specific script for building and programming multiple kits and cores with various audio application configurations. The script will be deprecated in a future release. The audio applications will gradually shift only to using standard tools for building and programming development kits.
292
+
* The :ref:`nrf53_audio_app` :ref:`nrf53_audio_app_building_script` now builds into a directory for each transport, device type, core, and version combination.
0 commit comments