Lines Matching full:now
41 * STM32WBA: The command used for fetching blobs required to build ble applications is now
49 * The :c:macro:`DT_REG_ADDR` macro and its variants are now expanding into an
72 * ``CONFIG_MBEDTLS_ENTROPY_ENABLED`` is now :kconfig:option:`CONFIG_MBEDTLS_ENTROPY_C`,
73 * ``CONFIG_MBEDTLS_ZEPHYR_ENTROPY`` is now :kconfig:option:`CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR`.
76 corresponding build symbol was removed in Mbed TLS 3.1.0 and is now assumed to
88 * The security counter used for the hardware rollback protection now comes explicitly from
112 * More C keywords are now capitalized to avoid naming collision.
130 Chip variants with open-drain outputs (``mcp23x09``, ``mcp23x18``) now correctly reflect this in
144 it is now mandatory to also explicitly define a domain clock source using the ``clock`` property.
150 now be configured using devicetree. The Kconfig options
161 LFXO can now be configured like this:
176 HFXO can now be configured like this:
202 * The SDMMC subsystem driver now requires a ``disk-name`` property be supplied
208 * The MMC subsystem driver now requires a ``disk-name`` property be supplied
231 * :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer
237 ``invert-input`` (there's now an ``invert-output`` available as well).
242 * The Raspberry Pi Pico PWM driver now configures frequency adaptively.
255 * The NXP USDHC driver now assumes a card is present if no card detect method
264 to support all JEDEC JC 42.4 compatible temperature sensors. It now uses the
266 * The :dtcompatible:`current-sense-amplifier` sense resistor is now specified in milli-ohms
270 are now limited to a maximum value of ``UINT16_MAX`` to enable smaller rounding errors in internal
281 * Users of :c:func:`uart_irq_tx_ready` now need to check for ``ret > 0`` to ensure that the FIFO
282 can accept data bytes, instead of ``ret == 1``. The function now returns a lower bound on the
290 * Internal regulators present in nRF52/53 series can now be configured using
339 * The Kconfig option :kconfig:option:`BT_SPI` is now automatically selected based on devicetree
346 :code:`bt_vcp_vol_rend_cb.flags` for VCP now contain an additional parameter for
356 :kconfig:option:`CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT` to reflect that they now serve as a
365 :c:func:`bt_csip_set_coordinator_release` now require that :kconfig:option:`CONFIG_BT_BONDABLE`
370 :code:`const`, and now multiple callback structures can be registered.
373 * The Broadcast Audio Scan Service (BASS) shall now be registered and unregistered dynamically
378 now been removed and merged with :c:func:`bt_bap_scan_delegator_register()`.
384 * The Telephone Bearer Service (TBS) and Generic Telephone Bearer Service (GTBS) shall now be
394 * The generation of broadcast ID inside of zephyr stack has been removed, it is now up the
395 application to generate a broadcast ID. This means that the application can now fully decide
485 :c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``
535 * :c:func:`hawkbit_autohandler` now takes one argument. This argument has to be set to
541 The configuration part of hawkbit is now in ``<zephyr/mgmt/hawkbit/config.h>``. (:github:`71037`)
547 …The requirement for Bluetooth authentication is now indicated by the :kconfig:option:`CONFIG_MCUMG…
554 of TinyCrypt in the CTR-DRBG random number generator was removed. From now on
567 * By default, the signature is now computed using the PSA Crypto API for both RSA and ECDSA