doc: esp32: fix rendering of MCUboot note

Use proper syntax to ensure rendering of the
CONFIG_BOOTLOADER_MCUBOOT snippet is correct.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-07-01 11:11:40 +02:00 committed by Alberto Escolar
parent fa4537df8f
commit 5a07cf4e0d
25 changed files with 98 additions and 74 deletions

View File

@ -141,9 +141,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -141,9 +141,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -463,9 +463,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -116,9 +116,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -146,9 +146,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -112,9 +112,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -112,9 +112,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -161,9 +161,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -161,9 +161,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -527,9 +527,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -79,9 +79,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -120,9 +120,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -67,9 +67,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -181,9 +181,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -111,9 +111,9 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
.. code-block:: cfg
.. code-block:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -108,9 +108,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -134,9 +134,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -160,9 +160,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -109,9 +109,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -78,9 +78,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -136,9 +136,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -123,9 +123,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -105,9 +105,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -120,9 +120,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========

View File

@ -141,9 +141,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========