Lines Matching refs:been

23   A new :ref:`comparator<comparator_api>` device driver subsystem for analog comparators has been
39 Zephyr's audio and video capabilities have been expanded with support for new image sensors, video
43 A `Prometheus`_ metrics library has been added to the networking stack. It provides a way to
81 * Macro ``K_THREAD_STACK_MEMBER``, deprecated since v3.5.0, has been removed.
84 * ``CBPRINTF_PACKAGE_COPY_*`` macros, deprecated since Zephyr 3.5.0, have been removed.
111 * The :ref:`kscan_api` subsystem has been marked as deprecated.
115 * :ref:`native_posix<native_posix>` has been deprecated in favour of
345 * Support for Google Kukui EC board (``google_kukui``) has been dropped.
350 * PHYTEC: ``mimx8mp_phyboard_pollux`` has been renamed to :ref:`phyboard_pollux<phyboard_pollux>`,
352 * PHYTEC: ``mimx8mm_phyboard_polis`` has been renamed to :ref:`phyboard_polis<phyboard_polis>`,
420 have been updated to use this directive, with full migration planned for the next release.
494 …* DAC API now supports specifying channel path as internal. Support has been added in STM32 driver…
598 device tee when SFDP at run-time has been enabled (:github:`80383`)
606 …* The flash API has been extended with the :c:func:`flash_copy` utility function which allows perf…
654 * :c:func:`i3c_ccc_do_setdasa` has been modified to now require specifying the assigned
656 * :c:func:`i3c_determine_default_addr` has been removed
696 * LED code samples have been consolidated under the :zephyr_file:`samples/drivers/led` directory.
1303 * Settings has been extended to allow prioritizing the commit handlers using
1318 * LittleFS: The module has been updated with changes committed upstream