Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: can: remove deprecated CAN API functions and macros #82369

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

henrikbrixandersen
Copy link
Member

Remove deprecated CAN API functions and macros slated for removal in Zephyr v4.1.0:

  • CAN_MAX_STD_ID
  • CAN_MAX_EXT_ID
  • can_get_min_bitrate()
  • can_get_max_bitrate()
  • can_calc_prescaler()

Remove the deprecated CAN_MAX_STD_ID (replaced by CAN_STD_ID_MASK) and
CAN_MAX_EXT_ID (replaced by CAN_EXT_ID_MASK) macros.

Signed-off-by: Henrik Brix Andersen <[email protected]>
Remove the deprecated can_get_min_bitrate() (replaced by
can_get_bitrate_min()) and can_get_max_bitrate() (replaced by
can_get_bitrate_max()) CAN API functions.

Signed-off-by: Henrik Brix Andersen <[email protected]>
Remove the deprecated can_calc_prescaler() CAN API function.

Signed-off-by: Henrik Brix Andersen <[email protected]>
Mention removal of deprecated CAN API functions and macros.

Signed-off-by: Henrik Brix Andersen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: CAN Release Notes To be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants