Skip to content

Commit 7c89a00

Browse files
magp-nordicrlubos
authored andcommitted
doc: nrf: app_dev: update description of asm developer mode
Update description of asm developer mode so that it included building for FLPR core only. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 515f3d7 commit 7c89a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/app_dev/device_guides/coprocessors/assembly_management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can change the mechanism of :c:func:`hpf_assembly_check` and :c:func:`hpf_as
7979
* User mode - The application uses a pre-generated assembly file to construct the HRT component.
8080
* Developer mode - The application employs a newly generated assembly file.
8181
This approach not only facilitates the integration of updates but also allows for a thorough review of changes made by developers and modifications introduced by the toolchain.
82-
You can enable it by setting the :kconfig:option:`SB_CONFIG_HPF_DEVELOPER_MODE` Kconfig option.
82+
You can enable it by setting the :kconfig:option:`SB_CONFIG_HPF_DEVELOPER_MODE` Kconfig option, when building for the application core, or :kconfig:option:`CONFIG_HPF_DEVELOPER_MODE`, when building for the FLPR core only.
8383
If this setting is disabled, files are built in the user mode.
8484

8585
Verifiying assembly files and managing updates

0 commit comments

Comments
 (0)