zephyr/tests/drivers/can/api
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
..
src drivers: can: add can_get_bitrate_{min,max}(), deprecate existing APIs 2024-04-11 17:08:35 -04:00
CMakeLists.txt tests: drivers: can: api: add test for can_get_transceiver() 2024-01-26 14:27:57 +01:00
prj.conf drivers: can: rework support for manual bus-off recovery 2024-03-02 18:26:48 +01:00
testcase.yaml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
twai-enable.overlay tests: drivers: can: api: add virtual CAN TX <-> RX Jumper 2023-07-10 15:13:52 +02:00