Revert "doc: develop: tools: Exclude webp images from PDF"
This reverts commit a156b619d4
.
Now that Sphinx 7.4 is out, it is possible to use webp images
in the PDF documentation (they're converted to png).
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
d06e95c49b
commit
f0b901085e
1 changed files with 20 additions and 30 deletions
|
@ -58,12 +58,10 @@ not happen, go to :menuselection:`Settings --> Build, Execution, Deployment -->
|
||||||
#. Click :menuselection:`Add environment --> From file` and select
|
#. Click :menuselection:`Add environment --> From file` and select
|
||||||
``..\.venv\Scripts\activate.bat``.
|
``..\.venv\Scripts\activate.bat``.
|
||||||
|
|
||||||
.. only:: html
|
.. figure:: img/clion_toolchain_mingw.webp
|
||||||
|
:width: 600px
|
||||||
.. figure:: img/clion_toolchain_mingw.webp
|
:align: center
|
||||||
:width: 600px
|
:alt: MinGW toolchain with environment script
|
||||||
:align: center
|
|
||||||
:alt: MinGW toolchain with environment script
|
|
||||||
|
|
||||||
Click :guilabel:`Apply` to save the changes.
|
Click :guilabel:`Apply` to save the changes.
|
||||||
|
|
||||||
|
@ -74,12 +72,10 @@ not happen, go to :menuselection:`Settings --> Build, Execution, Deployment -->
|
||||||
|
|
||||||
-DBOARD=nrf52840dk/nrf52840
|
-DBOARD=nrf52840dk/nrf52840
|
||||||
|
|
||||||
.. only:: html
|
.. figure:: img/clion_cmakeprofile.webp
|
||||||
|
:width: 600px
|
||||||
.. figure:: img/clion_cmakeprofile.webp
|
:align: center
|
||||||
:width: 600px
|
:alt: CMake profile
|
||||||
:align: center
|
|
||||||
:alt: CMake profile
|
|
||||||
|
|
||||||
#. Click :guilabel:`Apply` to save the changes.
|
#. Click :guilabel:`Apply` to save the changes.
|
||||||
|
|
||||||
|
@ -170,21 +166,17 @@ your setup is different, make sure to adjust the configuration settings accordin
|
||||||
* - :guilabel:`TCP/IP port`
|
* - :guilabel:`TCP/IP port`
|
||||||
- Auto
|
- Auto
|
||||||
|
|
||||||
.. only:: html
|
.. figure:: img/clion_gdbserverconfig.webp
|
||||||
|
:width: 500px
|
||||||
.. figure:: img/clion_gdbserverconfig.webp
|
:align: center
|
||||||
:width: 500px
|
:alt: Embedded GDB server configuration
|
||||||
:align: center
|
|
||||||
:alt: Embedded GDB server configuration
|
|
||||||
|
|
||||||
#. Click :guilabel:`Next` to set the Segger J-Link parameters.
|
#. Click :guilabel:`Next` to set the Segger J-Link parameters.
|
||||||
|
|
||||||
.. only:: html
|
.. figure:: img/clion_segger_settings.webp
|
||||||
|
:width: 500px
|
||||||
.. figure:: img/clion_segger_settings.webp
|
:align: center
|
||||||
:width: 500px
|
:alt: Segger J-Link parameters
|
||||||
:align: center
|
|
||||||
:alt: Segger J-Link parameters
|
|
||||||
|
|
||||||
#. Click :guilabel:`Create` when ready.
|
#. Click :guilabel:`Create` when ready.
|
||||||
|
|
||||||
|
@ -201,12 +193,10 @@ Start debugging
|
||||||
Zephyr tasks are listed in the :guilabel:`Threads & Variables` pane. You can switch between them
|
Zephyr tasks are listed in the :guilabel:`Threads & Variables` pane. You can switch between them
|
||||||
and inspect the variables for each task.
|
and inspect the variables for each task.
|
||||||
|
|
||||||
.. only:: html
|
.. figure:: img/clion_debug_threads.webp
|
||||||
|
:width: 800px
|
||||||
.. figure:: img/clion_debug_threads.webp
|
:align: center
|
||||||
:width: 800px
|
:alt: Viewing Zephyr tasks during a debug session
|
||||||
:align: center
|
|
||||||
:alt: Viewing Zephyr tasks during a debug session
|
|
||||||
|
|
||||||
Refer to `CLion web help`_ for detailed description of the IDE debug capabilities.
|
Refer to `CLion web help`_ for detailed description of the IDE debug capabilities.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue