@@ -834,15 +834,15 @@ Drivers and Sensors
834834 * Added support for Ambiq Apollo3 series.
835835 * Added support for multiple instances of the SPI NOR driver (spi_nor.c).
836836 * Added preliminary support for non-erase devices with introduction of
837- device capabilities to c:struct: `flash_parameters ` and the utility function
838- c:func: `flash_params_get_erase_cap ` that allows to obtain the erase type
839- provided by a device; added c:macro: `FLASH_ERASE_C_EXPLICIT `, which is
837+ device capabilities to : c:struct: `flash_parameters ` and the utility function
838+ : c:func: `flash_params_get_erase_cap ` that allows to obtain the erase type
839+ provided by a device; added : c:macro: `FLASH_ERASE_C_EXPLICIT `, which is
840840 currently the only supported erase type and is set by all flash devices.
841- * Added the c:func: `flash_flatten ` function that can be used on devices,
841+ * Added the : c:func: `flash_flatten ` function that can be used on devices,
842842 with or without erase requirement, when erase has been used not for preparing
843843 a device for a random data write, but rather to remove/scramble data from
844844 that device.
845- * Added the c:func: `flash_fill ` utility function which allows to write
845+ * Added the : c:func: `flash_fill ` utility function which allows to write
846846 a single value across a provided range in a selected device.
847847 * Added support for RRAM on nrf54l15 devices.
848848 * Added support of non busy wait polling in STM32 OSPI driver.
@@ -868,7 +868,7 @@ Drivers and Sensors
868868
869869 * Added support for Ambiq Apollo3 series.
870870 * Added Broadcom Set-top box(brcmstb) SoC GPIO driver.
871- * Added c:macro: `STM32_GPIO_WKUP ` flag which allows to configure specific pins as wakeup source
871+ * Added : c:macro: `STM32_GPIO_WKUP ` flag which allows to configure specific pins as wakeup source
872872 from Power Off state on STM32 L4, U5, WB, & WL SoC series.
873873 * Added driver for Analog Devices MAX32 SoC series.
874874 * Added support for Nuvoton Numaker M2L31X series.
@@ -1047,7 +1047,7 @@ Drivers and Sensors
10471047 * Added support for STM32H7R/S series.
10481048 * Added a Add QTMR PWM driver for NXP imxrt11xx
10491049 * Made the NXP MCUX PWM driver thread safe
1050- * Fix zephyr:code-sample: `pwm-blinky ` code sample to demonstrate PWM support for
1050+ * Fix : zephyr:code-sample: `pwm-blinky ` code sample to demonstrate PWM support for
10511051 :ref: `beagleconnect_freedom `.
10521052 * Added driver for ENE KB1200.
10531053 * Added support for Nordic nRF54H and nRF54L Series SoCs.
@@ -1403,7 +1403,7 @@ Networking
14031403 * Implemented IPv6 Privacy Extensions according to RFC 8981.
14041404 * Added :c:func: `net_ipv6_is_private_addr ` API function.
14051405 * Implemented reachability hint for IPv6. Upper layers can use
1406- c:func: `net_if_nbr_reachability_hint ` to report Neighbor reachability and
1406+ : c:func: `net_if_nbr_reachability_hint ` to report Neighbor reachability and
14071407 avoid unnecessary Neighbor Discovery solicitations.
14081408 * Added :kconfig:option: `CONFIG_NET_IPV6_MTU ` allowing to set custom IPv6 MTU.
14091409 * Added :kconfig:option: `CONFIG_NET_MCAST_ROUTE_MAX_IFACES ` which allows to set
0 commit comments