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 de2920605d sim_offload: add MONO channel encode method and set samplerate before encode. new bcfdb58686 arch/arm64/src/common/arm64_initialize.c: Add initializing of socket can interface new 6a5b395459 arch/arm64/src/imx9: Add initial version of canbus driver 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: arch/arm64/src/common/arm64_initialize.c | 4 + arch/arm64/src/imx9/Kconfig | 114 ++ arch/arm64/src/imx9/Make.defs | 4 + .../src/imx9/hardware/imx9_flexcan.h} | 272 +-- arch/arm64/src/imx9/imx9_flexcan.c | 2086 ++++++++++++++++++++ .../src/imx9/imx9_flexcan.h} | 18 +- 6 files changed, 2370 insertions(+), 128 deletions(-) copy arch/{arm/src/imxrt/hardware/imxrt_flexcan.h => arm64/src/imx9/hardware/imx9_flexcan.h} (69%) create mode 100644 arch/arm64/src/imx9/imx9_flexcan.c copy arch/{arm/src/imxrt/imxrt_flexcan.h => arm64/src/imx9/imx9_flexcan.h} (87%)