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

introduce rpmsg-utils binaries #4

Merged
merged 5 commits into from
Nov 15, 2022
Merged

introduce rpmsg-utils binaries #4

merged 5 commits into from
Nov 15, 2022

Commits on Oct 21, 2022

  1. rpmsgexport implementation

    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    andersson authored and arnopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c01e35a View commit details
    Browse the repository at this point in the history
  2. Rename rpmsgexport to rpmsg_export_ept

    Before adding new binary rename it for binaries naming coherency
    
    Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
    arnopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c4dd01d View commit details
    Browse the repository at this point in the history
  3. add rpmsg_destroy_ept binary

    Add util to destroy a rpmsg_char endpoint
    
    Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
    arnopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9b4b5c5 View commit details
    Browse the repository at this point in the history
  4. Add ping test to test /dev/rpmsgX

    The ping test can test up to 2 /dev/rpmsgX device devices in parallel.
    
    Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
    arnopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4860c87 View commit details
    Browse the repository at this point in the history
  5. Add rpmsg_export_dev

    Add tool to handle the RPMSG_CREATE_DEV_IOCTL and
    RPMSG_RELEASE_DEV_IOCTL.
    
    Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
    arnopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    63a7328 View commit details
    Browse the repository at this point in the history