This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 4fa0319f1c6 arch/arm/stm32f4: add STM32F412CG chip selection
     new fbe3468703f arch/arm/src/stm32h7: Remove broken FDCAN filter ioctl 
stubs.
     new 60ef78f0426 net/netdev: Combine the per-command CAN ioctl options into 
NETDEV_CAN_IOCTL
     new eb40eed2485 arch/arm/src/imxrt: Unify FlexCAN TX work and add 
SIOCGCANERRORS.
     new 3e2f28ef680 net, arch: Fix nxstyle errors in files the CAN ioctl merge 
touches.

The 4 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:
 arch/arm/src/imx9/imx9_flexcan.c                   | 233 +++++++++++----------
 arch/arm/src/imxrt/hardware/imxrt_flexcan.h        |   7 +
 arch/arm/src/imxrt/imxrt_flexcan.c                 | 172 ++++++++++++---
 arch/arm/src/kinetis/kinetis_flexcan.c             | 110 +++++-----
 arch/arm/src/s32k1xx/s32k1xx_flexcan.c             |  97 +++++----
 arch/arm/src/s32k3xx/s32k3xx_flexcan.c             | 197 +++++++++--------
 arch/arm/src/stm32h7/stm32_fdcan_sock.c            | 131 +++++-------
 arch/arm64/src/imx9/imx9_flexcan.c                 |  54 +++--
 arch/risc-v/src/mpfs/mpfs_can.c                    | 159 +++++++-------
 .../at32f437-mini/configs/can_socket/defconfig     |   2 +-
 boards/arm/imx9/imx95-evk/configs/can/defconfig    |   2 +-
 .../linum-stm32h753bi/configs/socketcan/defconfig  |   2 +-
 .../nucleo-h743zi2/configs/socketcan/defconfig     |   2 +-
 .../nucleo-h753zi/configs/socketcan/defconfig      |   2 +-
 boards/sim/sim/sim/configs/dynconns/defconfig      |   3 +-
 include/net/if.h                                   |  21 ++
 include/nuttx/net/ioctl.h                          |   2 +
 net/can/can_callback.c                             |  39 ++--
 net/netdev/Kconfig                                 |  27 +--
 net/netdev/netdev_ioctl.c                          |  68 +++---
 20 files changed, 749 insertions(+), 581 deletions(-)

Reply via email to