doc: releases: 4.1: mention removal of deprecated CAN APIs
Mention removal of deprecated CAN API functions and macros. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
a619fe74a9
commit
f8c6570584
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ Removed APIs in this release
|
||||||
|
|
||||||
* The deprecated Bluetooth HCI driver API has been removed. It has been replaced by a
|
* The deprecated Bluetooth HCI driver API has been removed. It has been replaced by a
|
||||||
:c:group:`new API<bt_hci_api>` that follows the normal Zephyr driver model.
|
:c:group:`new API<bt_hci_api>` that follows the normal Zephyr driver model.
|
||||||
|
* The deprecated ``CAN_MAX_STD_ID`` (replaced by :c:macro:`CAN_STD_ID_MASK`) and ``CAN_MAX_EXT_ID``
|
||||||
|
(replaced by :c:macro:`CAN_EXT_ID_MASK`) CAN API macros have been removed.
|
||||||
|
* The deprecated ``can_get_min_bitrate()`` (replaced by :c:func:`can_get_bitrate_min`) and
|
||||||
|
``can_get_max_bitrate()`` (replaced by :c:func:`can_get_bitrate_max`) CAN API functions have been
|
||||||
|
removed.
|
||||||
|
* The deprecated ``can_calc_prescaler()`` CAN API function has been removed.
|
||||||
|
|
||||||
Deprecated in this release
|
Deprecated in this release
|
||||||
==========================
|
==========================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue