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

zephyr-dom0-xt: Add vchan simple echo server #30

Merged
merged 1 commit into from
Jul 22, 2024

Commits on Jul 22, 2024

  1. zephyr-dom0-xt: Add vchan simple echo server

    Add vchan simple echo server. Server opens channel and all incoming
    data will be send back. Server will be enabled with option
    CONFIG_VCHAN_SHELL_CMDS. Server introduces 2 commands:
        vchan start [domid]
          Start echo server. domid - The peer domain that will be connecting
          (0 by default)
        vchan stop
          Stop server
    Updated README.rst with information about vchan echo server
    
    Signed-off-by: Dmytro Semenets <[email protected]>
    Reviewed-by: Grygorii Strashko <[email protected]>
    Acked-by: Oleksii Moisieiev <[email protected]>
    Acked-by: Volodymyr Babchuk <[email protected]>
    Acked-by: Dmytro Firsov <[email protected]>
    Reviewed-by: Artem Mygaiev <[email protected]>
    dsemenets committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d684057 View commit details
    Browse the repository at this point in the history