Lines Matching full:now
24 * Until now ``_POSIX_C_SOURCE``, ``_XOPEN_SOURCE``, and ``_XOPEN_SOURCE_EXTENDED`` were defined
34 * Build type by setting ``CONF_FILE`` to ``prj_<build>.conf`` is now deprecated, users should
40 * The system heap size and its availability is now determined by a ``K_HEAP_MEM_POOL_SIZE``
49 * STM32H7 and STM32F7 should now activate the cache (Icache and Dcache) by setting explicitly
80 erase is needed when flashing MCUboot, this should now be provided directly to the ``west``
93 * All enum (choice) names have now gained a ``_c`` suffix, so the enum name no longer matches
106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called
166 of the Devicetree macros now return the as-seen value in the devicetree instead of the Zephyr
244 * The native Linux SocketCAN driver, which can now be used in both :ref:`native_posix<native_posix>`
262 * The CAN transceiver API function :c:func:`can_transceiver_enable` now takes a :c:type:`can_mode_t`
273 individual RX filtering based on the RTR bit. Applications can now use
279 * The :dtcompatible:`st,stm32h7-fdcan` CAN controller driver now supports configuring the
281 for kernel clock, but now it defaults to the HSE clock, which is the chip default. Boards that
294 * ILI9XXX based displays now use the MIPI DBI driver class. These displays
295 must now be declared within a MIPI DBI driver wrapper device, which will
387 respective ``reset-gpios``. This has been fixed so those signals now have to
395 The callback now takes an additional `irq_number` parameter. Out-of-tree users of
434 * Runtime configuration is now disabled by default for Nordic UART drivers. The motivation for the
454 * ATT now has its own TX buffer pool.
456 they now instead should be configured through :kconfig:option:`CONFIG_BT_ATT_TX_COUNT`.
458 renamed for the IPC transport. The ``CONFIG_BT_RPMSG`` Kconfig option is now
460 Devicetree chosen is now ``zephyr,bt-hci-ipc``. The existing sample has also
464 cleared on :c:func:`bt_enable`. Callbacks can now be registered before the initial
476 * The :c:func:`bt_l2cap_chan_send` API now requires the application to reserve
480 as well. :c:func:`bt_iso_chan_send` now always sends without timestamp. To send with a timestamp,
483 buffers get by default one byte of headroom now, which HCI transport implementations can rely on
524 ``BT_AUDIO_CODEC_LC3_CHAN_COUNT`` is now ``BT_AUDIO_CODEC_CAP_TYPE_CHAN_COUNT``,
525 ``BT_AUDIO_CODEC_LC3_FREQ`` is now ``BT_AUDIO_CODEC_CAP_TYPE_FREQ``, and
526 ``BT_AUDIO_CODEC_CONFIG_LC3_FREQ`` is now ``BT_AUDIO_CODEC_CFG_FREQ``, etc.
528 E.g. ``bt_audio_codec_config_freq`` is now ``bt_audio_codec_cfg_freq``,
529 ``bt_audio_codec_capability_type`` is now ``bt_audio_codec_cap_type``,
530 ``bt_audio_codec_config_type`` is now ``bt_audio_codec_cfg_type``, etc. (:github:`67024`)
532 :c:func:`bt_bap_stream_send` now always sends without timestamp.
535 :c:func:`bt_cap_stream_send` now always sends without timestamp.
542 :c:func:`coap_remove_observer` now returns a result if the observer was removed. This
561 * The IGMP multicast library now supports IGMPv3. This results in a minor change to the existing
562 api. The :c:func:`net_ipv4_igmp_join` now takes an additional argument of the type
568 * The network stack now uses a separate IPv4 TTL (time-to-live) value for multicast packets.
594 :c:func:`lorawan_register_battery_level_callback` and the return type is now ``void``. This
601 * MCUmgr applications that make use of serial transports (shell or UART) must now select
608 * The following subsystem and driver shell modules are now disabled by default. Each required shell
609 module must now be explicitly enabled via Kconfig (:github:`65307`):
640 * The ``SHELL_UART_DEFINE`` macro now only requires a ``_name`` argument. In the meantime, the
644 * :kconfig:option:`CONFIG_SHELL_BACKEND_SERIAL_API` now does not automatically default to