Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 28, 2024
1 parent fb4384d commit 2c8231b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
44 changes: 26 additions & 18 deletions main/driver_USB.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,24 @@ <h2><a class="anchor" id="driver_EHCI"></a>
<p ><b>Configuration</b></p>
<ul>
<li><b>USB Host Controller 0</b>:<ul>
<li><b>Driver number</b>: Specifies the exported Driver_USBH# instance</li>
<li><b>EHCI registers base address</b>: Specifies the absolute address at which EHCI controller registers are located</li>
<li><b>Relocated EHCI communication area</b>: Specifies if the communication area is located at a specific address (via the linker script)</li>
<li><b>EHCI communication area section name</b>: Specifies the section name of the EHCI communication area</li>
<li><b>Export control block Driver_USBH#</b>: Specifies the exported driver control block number.</li>
<li><b>EHCI Registers base address</b>: Specifies the absolute address at which EHCI controller registers are located.</li>
<li><b>Relocate EHCI Communication Area</b>: Specifies if the communication area is located at a specific address (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name of the EHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
</li>
<li><b>USB Host Controller 1</b> (can be enabled/disabled):<ul>
<li><b>Driver number</b>: Specifies the exported Driver_USBH# instance</li>
<li><b>EHCI registers base address</b>: Specifies the absolute address at which EHCI controller registers are located</li>
<li><b>Relocated EHCI communication area</b>: Specifies if the communication area is located at a specific address (via the linker script)</li>
<li><b>EHCI communication area section name</b>: Specifies the section name of the EHCI communication area</li>
<li><b>Export control block Driver_USBH#</b>: Specifies the exported driver control block number.</li>
<li><b>EHCI Registers base address</b>: Specifies the absolute address at which EHCI controller registers are located.</li>
<li><b>Relocate EHCI Communication Area</b>: Specifies if the communication area is located at a specific address (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name of the EHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
</li>
<li><b>USBH_EHCI_MAX_PIPES</b>: Specifies maximum number of pipes that the driver will support (per controller)</li>
<li><b>Maximum number of Pipes (per controller)</b>: Specifies the maximum number of pipes that the driver will support (per controller).</li>
</ul>
<h2><a class="anchor" id="driver_OHCI"></a>
OHCI</h2>
Expand All @@ -151,20 +155,24 @@ <h2><a class="anchor" id="driver_OHCI"></a>
<p ><b>Configuration</b></p>
<ul>
<li><b>USB Host Controller 0</b>:<ul>
<li><b>Driver number</b>: Specifies the exported Driver_USBH# instance</li>
<li><b>OHCI registers base address</b>: Specifies the absolute address at which OHCI controller registers are located</li>
<li><b>Relocated OHCI communication area (HCCA)</b>: Specifies if the communication area is located at a specific address (via the linker script)</li>
<li><b>OHCI communication area section name</b>: Specifies the section name of the OHCI communication area</li>
<li><b>Export control block Driver_USBH#</b>: Specifies the exported driver control block number.</li>
<li><b>OHCI Registers base address</b>: Specifies the absolute address at which OHCI controller registers are located.</li>
<li><b>Relocate OHCI Communication Area (HCCA)</b>: Specifies if the communication area is located at a specific address (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name of the OHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
</li>
<li><b>USB Host Controller 1</b> (can be enabled/disabled):<ul>
<li><b>Driver number</b>: Specifies the exported Driver_USBH# instance</li>
<li><b>OHCI registers base address</b>: Specifies the absolute address at which OHCI controller registers are located</li>
<li><b>Relocated OHCI communication area (HCCA)</b>: Specifies if the communication area is located at a specific address (via the linker script)</li>
<li><b>OHCI communication area section name</b>: Specifies the section name of the OHCI communication area</li>
<li><b>Export control block Driver_USBH#</b>: Specifies the exported driver control block number.</li>
<li><b>OHCI Registers base address</b>: Specifies the absolute address at which OHCI controller registers are located.</li>
<li><b>Relocate OHCI Communication Area (HCCA)</b>: Specifies if the communication area is located at a specific address (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name of the OHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
</li>
<li><b>USBH_OHCI_MAX_PIPES</b>: Specifies maximum number of pipes that the driver will support (per controller) </li>
<li><b>Maximum number of Pipes (per controller)</b>: Specifies the maximum number of pipes that the driver will support (per controller). </li>
</ul>
</div></div><!-- contents -->
</div><!-- PageDoc -->
Expand Down
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 2.8.1-dev4');
document.write('Version 2.8.1-dev5');
};

function writeFooter() {
document.write('Generated on Thu May 16 2024 11:19:00 for CMSIS-Driver Implementations 2.8.1-dev4+g0bf6d7d. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue May 28 2024 05:18:09 for CMSIS-Driver Implementations 2.8.1-dev5+g55860a7. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "2.8.1-dev4",
"main": "2.8.1-dev5",
"latest": "2.8.0",
"2.7.2": "2.7.2"
}
Expand Down

0 comments on commit 2c8231b

Please sign in to comment.