This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6d9971296b Documentation: pico-2: migrate to rst and update the board docs new 5d95d0871f drivers/can: move CAN utils to CAN common files new dc73324ed0 drivers/can: fix codespell errors The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: drivers/can/CMakeLists.txt | 6 +- drivers/can/Make.defs | 4 + drivers/can/can.c | 124 +---------------- drivers/can/can_common.c | 149 +++++++++++++++++++++ drivers/can/ctucanfd_pci.c | 10 +- drivers/can/kvaser_pci.c | 10 +- include/nuttx/can.h | 2 + include/nuttx/can/can.h | 42 +----- .../bl602_glb.h => include/nuttx/can/can_common.h | 65 ++++----- 9 files changed, 201 insertions(+), 211 deletions(-) create mode 100644 drivers/can/can_common.c copy arch/risc-v/src/bl602/bl602_glb.h => include/nuttx/can/can_common.h (63%)