This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7ea8b59a59 boards/imx93-evk: kernel build for AHAB boot new 76e1b80076 arch/sim: add CAN support based on host SocketCAN new 7e99c9582b boards/sim: add CAN support and configuration 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: .../platforms/sim/sim/boards/sim/index.rst | 60 ++++ Documentation/platforms/sim/sim/index.rst | 15 + arch/sim/Kconfig | 23 ++ arch/sim/src/Makefile | 12 + arch/sim/src/sim/CMakeLists.txt | 12 + .../sim/src/sim/posix/sim_hostcan.c | 206 ++++++------ arch/sim/src/sim/sim_canchar.c | 373 +++++++++++++++++++++ arch/sim/src/sim/sim_cansock.c | 258 ++++++++++++++ .../nxcontext.h => arch/sim/src/sim/sim_hostcan.h | 53 ++- arch/sim/src/sim/sim_internal.h | 12 + boards/sim/sim/sim/Kconfig | 20 ++ boards/sim/sim/sim/configs/{rc => can}/defconfig | 38 ++- boards/sim/sim/sim/src/sim_bringup.c | 16 + 13 files changed, 960 insertions(+), 138 deletions(-) copy drivers/video/mipidsi/mipi_dsi_host.c => arch/sim/src/sim/posix/sim_hostcan.c (50%) create mode 100644 arch/sim/src/sim/sim_canchar.c create mode 100644 arch/sim/src/sim/sim_cansock.c copy libs/libnx/nxcontext.h => arch/sim/src/sim/sim_hostcan.h (72%) copy boards/sim/sim/sim/configs/{rc => can}/defconfig (59%)