39
39
nRF Util (``nrfutil ``) tool. This means that you may need to `install nRF Util
40
40
<https://www.nordicsemi.com/Products/Development-tools/nrf-util> `_ or, if you
41
41
prefer to continue using ``nrfjprog ``, you can do so by invoking west while
42
- specfying the runner: ``west flash -r nrfjprog ``. The full documentation for
42
+ specifying the runner: ``west flash -r nrfjprog ``. The full documentation for
43
43
nRF Util can be found
44
44
`here <https://docs.nordicsemi.com/bundle/nrfutil/page/README.html >`_.
45
45
@@ -175,7 +175,7 @@ Ethernet
175
175
``ETH_STM32_CARRIER_CHECK_RX_IDLE_TIMEOUT_MS ``, ``ETH_STM32_AUTO_NEGOTIATION_ENABLE ``,
176
176
``ETH_STM32_SPEED_10M ``, ``ETH_STM32_MODE_HALFDUPLEX `` have been removed, as they are no longer
177
177
needed, and the driver now uses the ethernet phy api to communicate with the phy driver, which
178
- is resposible for configuring the phy settings (:github: `87593 `).
178
+ is responsible for configuring the phy settings (:github: `87593 `).
179
179
180
180
* ``ethernet_native_posix `` has been renamed ``ethernet_native_tap ``, and with it its
181
181
kconfig options: :kconfig:option: `CONFIG_ETH_NATIVE_POSIX ` and its related options have been
@@ -188,7 +188,7 @@ Ethernet
188
188
:zephyr_file: `include/zephyr/net/ethernet.h ` have been renamed
189
189
to ``ETHERNET_DSA_CONDUIT_PORT `` and ``ETHERNET_DSA_USER_PORT ``.
190
190
191
- * Enums for the Ethernet speed have been renamed to be more indepedent of the used medium.
191
+ * Enums for the Ethernet speed have been renamed to be more independent of the used medium.
192
192
``LINK_HALF_10BASE_T ``, ``LINK_FULL_10BASE_T ``, ``LINK_HALF_100BASE_T ``, ``LINK_FULL_100BASE_T ``,
193
193
``LINK_HALF_1000BASE_T ``, ``LINK_FULL_1000BASE_T ``, ``LINK_FULL_2500BASE_T `` and
194
194
``LINK_FULL_5000BASE_T `` have been renamed to :c:enumerator: `LINK_HALF_10BASE `,
@@ -439,7 +439,7 @@ Bluetooth HCI
439
439
have been deprecated, but are still usable, with the exception that they can only be
440
440
called once per buffer.
441
441
442
- * The :c:func: `bt_hci_cmd_create ` function has been depracated and the new :c:func: `bt_hci_cmd_alloc `
442
+ * The :c:func: `bt_hci_cmd_create ` function has been deprecated and the new :c:func: `bt_hci_cmd_alloc `
443
443
function should be used instead. The new function takes no parameters because the command
444
444
sending functions have been updated to do the command header encoding.
445
445
0 commit comments