Hi, I am currently migrating my project from nRF Connect SDK v2.5.3 to v2.9.0 / sysbuild.
Unfortunately, my devicetree configuration for a mcp2515 CAN interface is not accepted anymore:
(1) the "bus-speed" setting was renamed to "bitrate", which can easily be found out on the driver documentation webpage. This is no problem.
(2) the "sjw" setting (synchronization jump width) apparently was removed without further information. It is NOT documented in the deprecated section!
Why is this change not documented? Where can I configure this setting in the new driver version?
Also, the "CAN_FILTER_DATA" flag definition for receive filters was removed. When features are just removed, this makes it difficult to migrate to newer SDK versions without a worry.
Best regards,
Michael