rt-thread/bsp/rockchip
Old-Ding 9e2ab35e17 bsp: rockchip: Fix CAN-FD bit timing copy size
RT_CAN_CMD_SET_BITTIMING receives an array of struct rt_can_bit_timing entries. The Rockchip CAN-FD driver used sizeof(&timing->items[n]) when copying those entries, so only pointer-sized bytes were copied into the device configuration.

Use the element size so both arbitration and data phase timing structures are copied completely.

Generated-by: OpenAI Codex
Signed-off-by: Old-Ding <35417409+Old-Ding@users.noreply.github.com>
2026-07-08 14:02:42 +08:00
..
common clang format ignore migration 2025-11-13 10:33:25 +08:00
dm bsp: rockchip: Fix CAN-FD bit timing copy size 2026-07-08 14:02:42 +08:00
rk2108 [format][version]: synchronize bsp version configuration 2026-05-08 11:22:12 +08:00
rk3300 [bsp/rockchip]Add CI compilation checks for RK3500 BSP. 2026-06-21 17:08:53 +08:00
rk3500 [bsp][rockchip] support DVFS for Rockchip 2026-06-23 08:02:09 +08:00
tools [bsp/rockchip]Add CI compilation checks for RK3500 BSP. 2026-06-21 17:08:53 +08:00
.clang-format-ignore clang format ignore migration 2025-11-13 10:33:25 +08:00