Lines Matching refs:been
48 * The :kconfig:option:`CONFIG_LEGACY_INCLUDE_PATH` option has been disabled by
49 default, all upstream code and modules have been converted to use
62 * :zephyr_file:`include/zephyr/zephyr.h` has been deprecated in favor of
73 …* The Zephyr SocketCAN definitions have been moved from :zephyr_file:`include/zephyr/drivers/can.h`
74 to :zephyr_file:`include/zephyr/net/socketcan.h`, the SocketCAN ``struct can_frame`` has been
75 renamed to :c:struct:`socketcan_frame`, and the SocketCAN ``struct can_filter`` has been renamed
79 * The CAN controller ``struct zcan_frame`` has been renamed to :c:struct:`can_frame`, and ``struct
80 zcan_filter`` has been renamed to :c:struct:`can_filter`.
82 …* The :c:enum:`can_state` enumerations have been renamed to contain the word STATE in order to make
90 * The error code for :c:func:`can_send` when the CAN controller is in bus off state has been
94 * The list of valid return values for the CAN timing calculation functions have been expanded to
108 deprecated kernel work queue API have been removed:
127 that have been replaced with :c:struct:`gpio_dt_spec`.
166 * Flash Map API macros :c:macro:`FLASH_MAP_`, which have been using DTS node label
167 property to reference partitions, have been deprecated and replaced with
290 * Macros ``RSR`` and ``WSR`` have been renamed to :c:macro:`XTENSA_RSR`
347 * The handling of GATT multiple notifications has been rewritten, and is now
508 * A driver for bridging from :ref:`native_posix` to Linux SocketCAN has been added.
509 * A driver for the Espressif ESP32 TWAI has been added. See the
511 * The STM32 CAN-FD CAN driver clock configuration has been moved from Kconfig to :ref:`devicetree
513 * The filter handling of STM32 bxCAN driver has been simplified and made more reliable.
516 * The CAN shell module has been rewritten to properly support the additions and changes to the CAN
519 controller driver, has been moved to :zephyr_file:`drivers/net/canbus.c` and can now be enabled
645 * All IEEE 802.15.4 drivers have been converted to Devicetree-based drivers.
658 * Support for Intel S1000 in cAVS IDC driver has been removed as the board
659 ``intel_s1000_crb`` has been removed.
839 * ``CONFIG_NET_CONFIG_IEEE802154_DEV_NAME`` has been removed in favor of
899 * Use of the devicetree *label property* has been deprecated, and the property
900 has been made optional in almost all bindings throughout the tree.
1340 * The generated ``device_extern.h`` has been replaced using
1353 * C library heap initialization call has been moved from the ``APPLICATION``
1395 thread state changed it could give a falsely short process list has been
1410 * MCUMGR taskstat runtime field support has been added, if
1412 number of CPU cycles have been spent executing the thread.
1415 not been used, and the ``nb`` parameter, of :c:struct:`net_buf` type,
1417 * A dummy SMP transport has been added which allows for testing MCUMGR
1420 be split up with multiple start-of-frame headers instead of only one has been
1430 headers has been fixed.
1434 OS's have been reduced to simplify code and reduce output size.
1435 * Bluetooth SMP debug output format specifier has been fixed to avoid a build
1438 has been fixed.
1440 error condition has been fixed.
1441 * Unused MCUMGR header files such as mcumgr_util.h have been removed.
1442 * Verbose error response reporting has been fixed and is now present when
1444 * Internal SMP functions have been removed from the public smp.h header file
1446 * Kconfig files have been split up and moved to directories containing the
1448 * MCUMGR img_mgmt image upload over-riding/hiding of result codes has been
1648 * A large number of tests have been reworked to use the new ztest API, see
1651 * smp_svr Bluetooth overlay (overlay-bt) has been reworked to increase
2451 * :github:`45774` - drivers: gpio: pca9555: Driver is writing to output port despite all pins been …
2454 * :github:`45678` - Lorawan: Devnonce has already been used
2468 * :github:`45374` - Creating the unicast group before both ISO connections have been configured mig…