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

samples: webusb: Host webusb demo app directly on zephyr doc #62420

Merged
merged 5 commits into from Sep 25, 2023

Commits on Sep 9, 2023

  1. samples: webusb: Copy needed file from the external repository

    Copy file index.html from the external repository
    finikorg/webusb-sample.
    
    Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
    finikorg committed Sep 9, 2023
    Copy the full SHA
    7afc175 View commit details
    Browse the repository at this point in the history
  2. samples: webusb: Include demo.rst to documentation

    Include demo.rst to the webusb sample documentation.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    kartben authored and finikorg committed Sep 9, 2023
    Copy the full SHA
    c16a43a View commit details
    Browse the repository at this point in the history
  3. doc: samples: usb: Include only README to TOC

    Include only README.rst to docs, skipping helpers included with :doc:
    directive.
    
    Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
    finikorg committed Sep 9, 2023
    Copy the full SHA
    a71c83d View commit details
    Browse the repository at this point in the history
  4. samples: webusb: Update README

    Update webusb README with recent changes after index.html was moved to
    sample from the external repository.
    
    Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
    finikorg committed Sep 9, 2023
    Copy the full SHA
    3ce8a6c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. samples: webusb: Fix HTML validator issues

    Running the HTML code through W3C Validator revealed several issues with
    the markup that this commit fixes.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    kartben committed Sep 14, 2023
    Copy the full SHA
    ac5e404 View commit details
    Browse the repository at this point in the history