raiden00pl opened a new pull request, #15833:
URL: https://github.com/apache/nuttx/pull/15833

   ## Summary
   
   - boards/nucleo-f722ze: fix CAN bit timings
   - boards/nucleo-g431rb: fix CAN bit timings and unify bitrate
   - boards/nucleo-f302r8: fix CAN bit timings
   - boards/nucleo-f446re: fix CAN bit timings
   - boards/b-g431b-esc1: fix CAN bit timings
   - boards/nucleo-f303re: fix CAN bit timings
   
   ## Impact
   
   all updated CAN configurations are now compatible with each other
   
   ## Testing
   
   different board combinations in the CAN network.
   
   here example with `b-g431rb-esc` [1] `nucleo-g431rb` [2] and `nucleo-f302r8`:
   ```
   [1]
   nsh> cansend can0 123#DEADBEEF
   
   [2]
   nsh> candump can0
     can0  123   [4]  DE AD BE EF
     
   [3]
   nsh> candump can0
     can0  123   [4]  DE AD BE EF
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to