Skip to content

Commit

Permalink
doc: sysbuild: Fix namespace example
Browse files Browse the repository at this point in the history
The namespace example seems to have a typo missing the CONFIG_
part of the kconfig argument in the mcuboot target, fix it.

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny authored and MaureenHelm committed May 7, 2024
1 parent 3850c92 commit 5f93822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build/sysbuild/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ applying to both images debug optimizations:
:board: reel_board
:goals: build
:west-args: --sysbuild
:gen-args: -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_DEBUG_OPTIMIZATIONS=y
:gen-args: -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_CONFIG_DEBUG_OPTIMIZATIONS=y
:compact:

.. group-tab:: ``cmake``
Expand All @@ -180,7 +180,7 @@ applying to both images debug optimizations:
:app: share/sysbuild
:board: reel_board
:goals: build
:gen-args: -DAPP_DIR=samples/hello_world -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_DEBUG_OPTIMIZATIONS=y
:gen-args: -DAPP_DIR=samples/hello_world -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_CONFIG_DEBUG_OPTIMIZATIONS=y
:compact:

See the following subsections for more information.
Expand Down

0 comments on commit 5f93822

Please sign in to comment.