File tree Expand file tree Collapse file tree 11 files changed +19
-18
lines changed
boards/esp32/wifi_station Expand file tree Collapse file tree 11 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ bundled in the :ref:`Zephyr SDK <zephyr_sdk>` by installing it.
195195Python
196196======
197197
198- A `modern Python 3 version <install-required-tools> ` is required. Check what
199- version you have by using ``python3 --version ``.
198+ A :ref: `modern Python 3 version <install-required-tools >` is required. Check
199+ what version you have by using ``python3 --version ``.
200200
201201If you have an older version, you will need to install a more recent Python 3.
202202You can build from source, or use a backport from your distribution's package
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Example
5858-------
5959
6060This example uses the log module backend tied to serial console.
61- This was done on `qemu_x86 ` where a null pointer was dereferenced.
61+ This was done on :ref: `qemu_x86 ` where a null pointer was dereferenced.
6262
6363This is the core dump log from the serial console, and is stored
6464in :file: `coredump.log `:
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ Using RAM backend
205205
206206For devices that do not have available I/O for tracing such as USB or UART but have
207207enough RAM to collect trace datas, the ram backend can be enabled with configuration
208- `CONFIG_TRACING_BACKEND_RAM `.
209- Adjust `CONFIG_RAM_TRACING_BUFFER_SIZE ` to be able to record enough traces for your needs.
208+ :kconfig: `CONFIG_TRACING_BACKEND_RAM `.
209+ Adjust :kconfig: `CONFIG_RAM_TRACING_BUFFER_SIZE ` to be able to record enough traces for your needs.
210210Then thanks to a runtime debugger such as gdb this buffer can be fetched from the target
211211to an host computer::
212212
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ generated C header which is put into every application build directory:
379379:ref: `devicetree_unfixed.h <dt-outputs >`. This file contains macros with
380380devicetree data.
381381
382- These macros have tricky naming conventions which the `devicetree_api ` API
382+ These macros have tricky naming conventions which the :ref: `devicetree_api ` API
383383abstracts away. They should be considered an implementation detail, but it's
384384useful to understand them since they will frequently be seen in compiler error
385385messages.
Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ Fixtures are defined in the hardware map file as a list::
611611 runner: pyocd
612612 serial: /dev/ttyACM9
613613
614- When running `twister ` with ``--device-testing ``, the configured fixture
614+ When running `` twister ` ` with ``--device-testing ``, the configured fixture
615615in the hardware map file will be matched to testcases requesting the same fixtures
616616and these tests will be executed on the boards that provide this fixture.
617617
Original file line number Diff line number Diff line change @@ -226,9 +226,10 @@ west.manifest
226226
227227.. automodule :: west.manifest
228228
229- The main classes are `Manifest ` and `Project `. These represent the contents of
230- a :ref: `manifest file <west-manifests >`. The recommended methods for parsing
231- west manifests are `Manifest.from_file ` and `Manifest.from_data `.
229+ The main classes are :py:class: `Manifest ` and :py:class: `Project `. These
230+ represent the contents of a :ref: `manifest file <west-manifests >`. The
231+ recommended methods for parsing west manifests are
232+ :py:meth: `Manifest.from_file ` and :py:meth: `Manifest.from_data `.
232233
233234Constants and functions
234235=======================
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ More information about Modbus and Modbus RTU can be found on the website
2525Samples
2626*******
2727
28- `modbus-rtu-server-sample ` and `modbus-rtu-client-sample ` give
28+ :ref: `modbus-rtu-server-sample ` and :ref: `modbus-rtu-client-sample ` give
2929the possibility to try out RTU server and RTU client implementation with
3030an evaluation board.
3131
32- `modbus-tcp-server-sample ` is a simple Modbus TCP server.
32+ :ref: `modbus-tcp-server-sample ` is a simple Modbus TCP server.
3333
34- `modbus-gateway-sample ` is an example how to build a TCP to serial line
34+ :ref: `modbus-gateway-sample ` is an example how to build a TCP to serial line
3535gateway with Zephyr OS.
3636
3737API Reference
Original file line number Diff line number Diff line change @@ -1004,7 +1004,7 @@ release:
10041004* :github: `31944 ` - flashing not working with openocd runner
10051005* :github: `31938 ` - Invalid SPDX license identifier used in file
10061006* :github: `31937 ` - sample.bluetooth.peripheral_hr_rv32m1_vega_ri5cy does not build
1007- * :github: `31930 ` - uart_nrfx_uarte: `CONFIG_UART_ASYNC_API ` with `CONFIG_PM_DEVICE ` breaks
1007+ * :github: `31930 ` - uart_nrfx_uarte: `` CONFIG_UART_ASYNC_API `` with `` CONFIG_PM_DEVICE ` ` breaks
10081008* :github: `31928 ` - usb loopback not work on nrf52840
10091009* :github: `31924 ` - IVSHMEM with ACRN not working
10101010* :github: `31921 ` - west flash not working with pyocd
@@ -1632,7 +1632,7 @@ release:
16321632* :github: `28870 ` - Peripheral initiated connection parameter update is ignored
16331633* :github: `28867 ` - ARM Cortex-M4: Semaphores could not be used in ISRs with priority 0?
16341634* :github: `28865 ` - Doc: Generate documentation using dts bindings
1635- * :github: `28854 ` - `CONFIG_STACK_POINTER_RANDOM ` may be undefined
1635+ * :github: `28854 ` - `` CONFIG_STACK_POINTER_RANDOM ` ` may be undefined
16361636* :github: `28847 ` - code_relocation sample does not work on windows
16371637* :github: `28844 ` - Double quote prepended when exporting CMAKE compile option using zephyr_get_compile_options_for_lang()
16381638* :github: `28833 ` - STM32: SPI DMA Driver - HW CS handling not compatible with spi_nor (Winbond W25Q)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The sample can be built and flashed as follows:
3333 west flash
3434
3535 If using another supported Espressif board, replace the board argument in the above
36- command with your own board (e.g., `esp32s2_saola ` board).
36+ command with your own board (e.g., :ref: `esp32s2_saola ` board).
3737
3838Sample Output
3939=============
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Requirements
1919Building and Running
2020********************
2121
22- Host machine with `ip_k66f ` board from Segger.
22+ Host machine with :ref: `ip_k66f ` board from Segger.
2323
2424Follow these steps to build the DSA sample application:
2525
You can’t perform that action at this time.
0 commit comments