Lines Matching refs:device

228   * Fixed device deferred initialization in case of ARC MWDT toolchain
283 * Any device initialization can be deferred if its associated devicetree node
284 has the special ``zephyr,deferred-init`` property set. The device can be
328 It works as a device that is the gateway of the audio. The typical device acting as Audio
329 Gateway is a cellular phone. It controls the device (Hands-free Unit), that is the remote
599 ``adc_nrfx_saadc.c`` device driver.
696 * Added a loopback disk driver, to expose a disk device backed by a file.
771 * Added support for network device power management with nxp_enet driver on Kinetis platforms.
796 * Moved OA buffers out of device data of the adin2111 driver to save ~32KB of space
837 device capabilities to :c:struct:`flash_parameters` and the utility function
839 provided by a device; added :c:macro:`FLASH_ERASE_C_EXPLICIT`, which is
843 a device for a random data write, but rather to remove/scramble data from
844 that device.
846 a single value across a provided range in a selected device.
851 * STM32 OSPI driver: clk, dqs, ncs ports can now be configured by device tree
862 * Added GNSS device driver API test suite.
864 * Added device driver for the u-blox M8 GNSS modem (:dtcompatible:`u-blox,m8`).
865 * Added device driver for the Luatos Air530z GNSS modem (:dtcompatible:`luatos,air530z`).
879 * Added device EUI64 ID support and implementation for STM32WB, STM32WBA and STM32WL series.
890 using device tree.
928 * Added device completion to LED shell commands and made the ``get_info`` command display
1015 * Added support for mode selection via the device tree
1024 * Added MSPI flash device emulator to showcase the use of the MSPI API and interfacing with
1026 * Added APS6404L QPI pSRAM device driver.
1027 * Added ATXP032 OPI NOR flash device driver.
1030 showcase the use of MSPI device drivers.
1228 * Prevents UART from transmitting when device is suspended.
1236 * Added support for reset device.
1601 * New USB device stack:
1664 * When using the hawkBit autohandler and an update is installed, the device will now
1668 registered to set the device ID. Use the :c:func:`hawkbit_set_device_identity_cb` function to
1672 registered to set the device attributes that are sent to the hawkBit server. Use the
1717 * Added modem pipelink module which shares modem pipes globally, allowing device drivers to
1730 constraints when it is needed by the device. This feature is enabled with
1733 to lock and unlock all power states that cause power loss in a device.
1735 * Added shell support for device power management.
1741 * Make it possible to disable system device power management individually per
1742 power state using ``zephyr,pm-device-disabled``. This allows targets tuning which
1743 states should (and which should not) trigger device power management.
1784 SDHC device in use did not report support for the maximum frequency
1811 to prepare a device for a random data write.
1914 Development Kit (MSDK) that contains device header files and bare metal
2023 ``net/mgmt/updatehub``. The ``GSM_PPP`` device driver has been deprecated and removed. The new
2024 ``MODEM_CELLULAR`` device driver which replaces it uses the native networking stack and ``PM``
2027 * Removed ``net/gsm_modem`` sample as the ``GSM_PPP`` device driver it depended on has been
2029 based on the ``MODEM_CELLULAR`` device driver.