Skip to content

Commit

Permalink
Deploying to gh-pages from @ 271ab55 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Mar 14, 2024
1 parent 5599b70 commit 7de24d9
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 2 deletions.
Binary file modified .doctrees/applets/api/applet.doctree
Binary file not shown.
Binary file modified .doctrees/applets/api/device.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/library/gateware/bootloader/index.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/core/pll.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/core/scsi.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/core/spi.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/core/uart.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/platform/mixins.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/platform/resources.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/platform/rev1.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/platform/rev2.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/quirks/index.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/device.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/index.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/initiator.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/scsi1.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/scsi2.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/scsi/scsi3.doctree
Binary file not shown.
Binary file modified .doctrees/library/gateware/usb/index.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/commands/common.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/commands/direct.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/commands/index.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/commands/printer.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/device.doctree
Binary file not shown.
Binary file modified .doctrees/library/python/messages.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion library/gateware/core/uart.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h1><code class="docutils literal notranslate"><span class="pre">squishy.gatewar
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This interface is only provided for debugging, not sideband communication.</p>
<p>This elaboratable wraps the <a class="reference external" href="https://torii.shmdn.link/library/stdio/index.html#torii.lib.stdio.serial.AsyncSerial" title="(in Torii-HDL v0.1.dev1+g6c88d68)"><code class="xref py py-class docutils literal notranslate"><span class="pre">torii.lib.stdio.serial.AsyncSerial</span></code></a> UART
<p>This elaboratable wraps the <a class="reference external" href="https://torii.shmdn.link/library/stdio/index.html#torii.lib.stdio.serial.AsyncSerial" title="(in Torii-HDL v0.1.dev1+g1410e5f)"><code class="xref py py-class docutils literal notranslate"><span class="pre">torii.lib.stdio.serial.AsyncSerial</span></code></a> UART
elaboratable and attaches it to an internal wishbone bus.</p>
</div>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion library/gateware/quirks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h1><code class="docutils literal notranslate"><span class="pre">squishy.gatewar
</ul>
<dl class="py method">
<dt class="sig sig-object py" id="squishy.gateware.quirks.usb.windows.WindowsRequestHandler.handler_condition">
<span class="sig-name descname"><span class="pre">handler_condition</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">setup</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://sol.shmdn.link/gateware/usb/request.html#sol_usb.gateware.usb.request.interface.SetupPacket" title="(in SOL v0.1.dev1+gfb55d1e)"><span class="pre">SetupPacket</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">Operator</span></span></span><a class="headerlink" href="#squishy.gateware.quirks.usb.windows.WindowsRequestHandler.handler_condition" title="Link to this definition">#</a></dt>
<span class="sig-name descname"><span class="pre">handler_condition</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">setup</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://sol.shmdn.link/gateware/usb/request.html#sol_usb.gateware.usb.request.interface.SetupPacket" title="(in SOL v0.1.dev1+gda86b1b)"><span class="pre">SetupPacket</span></a></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">Operator</span></span></span><a class="headerlink" href="#squishy.gateware.quirks.usb.windows.WindowsRequestHandler.handler_condition" title="Link to this definition">#</a></dt>
<dd><p>Defines the setup packet conditions under which the request handler will operate.</p>
<p>This is used to gate the handler’s operation and forms part of the condition under which
the stall-only handler will be triggered.</p>
Expand Down
Binary file modified objects.inv
Binary file not shown.

0 comments on commit 7de24d9

Please sign in to comment.