zephyr/tests/drivers/can
Henrik Brix Andersen 8eded2f76b drivers: can: add can_get_bitrate_{min,max}(), deprecate existing APIs
Since the minimum/maximum supported bitrates are now stored in the common
CAN controller driver configuration struct, retrieving these can no longer
fail.

Add new CAN controller API functions can_get_bitrate_min() and
can_get_bitrate_max() reflecting this and deprecate the existing
can_get_min_bitrate() and can_get_max_bitrate().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2024-04-11 17:08:35 -04:00
..
api drivers: can: add can_get_bitrate_{min,max}(), deprecate existing APIs 2024-04-11 17:08:35 -04:00
shell drivers: can: fake: use CiA recommeded configurations ranges 2024-03-19 09:47:24 +01:00
timing tests/drivers/can/timing: Remove unused overlays 2024-03-22 12:42:31 +00:00