aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: b3442ed4f28f0d80a6d08cbbffc07480d72636b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html>
  <head>
    <title>ZJS Test Pages</title>
    <link rel="stylesheet" type="text/css" href="webusb.css">
  </head>

  <body>
    <div style="margin: 0 auto; width: 800px;">
      <h1>ZJS Test Pages</h1>

      <p>These pages are part of the JavaScript&reg; Runtime for Zephyr&trade; OS
        (<a href="http://github.com/01org/zephyr.js">ZJS</a>) project.
      </p>

    <ul>
      <li><a href="webusb">WebUSB Test Page</a> used by:
        <ul>
          <li>
            <a href="https://github.com/01org/zephyr.js/blob/master/samples/WebUSB.js">WebUSB.js</a> sample
          </li>
        </ul>

      <li><a href="webusb/acme">Device Configuration w/ WebUSB</a> used by:
        <ul>
          <li>
            <a href="https://github.com/01org/zephyr.js/blob/master/samples/WebUSBConfig.js">WebUSBConfig.js</a> sample
          </li><li>
            <a href="https://github.com/01org/zephyr.js/blob/master/samples/WebUSBConfigGroveLCD.js">WebUSBConfigGroveLCD.js</a> sample
          </li>
        </ul>
    </ul>
    </div>
  </body>
</html>