Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: dual_qemu_ivhshmem: add RPMsg over IVSHMEM sample code. #11

Merged
merged 2 commits into from
Aug 17, 2023

Commits on Jul 20, 2023

  1. examples: dual_qemu_ivshmem: add RPMsg over IVSHMEM sample code.

    The additions include a backend to glue the Zephyr IVSHMEM
    device driver into the openAMP code making it usable to send
    data between two QEMU instances using the RPMsg protocol.
    
    Also a custom shell command in the host side application
    is provided to send string messages for a number of times.
    
    Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
    uLipe committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    908882e View commit details
    Browse the repository at this point in the history
  2. west: update zephyr revsion to v3.4-branch

    This revision contains the IVSHMEM infrastructure
    needed to make the RPMsg over it to work.
    
    Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
    uLipe committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5b94086 View commit details
    Browse the repository at this point in the history