This commit is contained in:
trabucayre 2026-03-02 17:44:51 +00:00
parent 5274feaae3
commit c2dfc42123
5 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -385,7 +385,8 @@ Example (enable FTDI-based cables and Xilinx devices only):
- ``ENABLE_USB_BLASTERII``: Enable Altera USB-Blaster II support.
- ``ENABLE_LIBGPIOD``: Enable libgpiod bitbang driver support (Linux only).
- ``ENABLE_REMOTEBITBANG``: Enable remote-bitbang driver support.
- ``ENABLE_XILINX_VIRTUAL_CABLE``: Enable Xilinx Virtual Cable (XVC) support.
- ``ENABLE_XILINX_VIRTUAL_CABLE_CLIENT``: Enable Xilinx Virtual Cable (XVC) client support.
- ``ENABLE_XILINX_VIRTUAL_CABLE_SERVER``: Enable Xilinx Virtual Cable (XVC) server support.
**Vendor options**

View File

@ -345,7 +345,8 @@ Then re-enable only what you need by adding one or more options below.</p>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_USB_BLASTERII</span></code>: Enable Altera USB-Blaster II support.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_LIBGPIOD</span></code>: Enable libgpiod bitbang driver support (Linux only).</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_REMOTEBITBANG</span></code>: Enable remote-bitbang driver support.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_XILINX_VIRTUAL_CABLE</span></code>: Enable Xilinx Virtual Cable (XVC) support.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_XILINX_VIRTUAL_CABLE_CLIENT</span></code>: Enable Xilinx Virtual Cable (XVC) client support.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">ENABLE_XILINX_VIRTUAL_CABLE_SERVER</span></code>: Enable Xilinx Virtual Cable (XVC) server support.</p></li>
</ul>
<p><strong>Vendor options</strong></p>
<ul class="simple">

File diff suppressed because one or more lines are too long