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 Jul 5, 2024
1 parent 6072123 commit 7a2f9e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions main/driver_USB.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ <h2><a class="anchor" id="driver_EHCI"></a>
<li><b>USB Host Controller 0</b>:<ul>
<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>
<li><b>Locate EHCI Communication Area</b>: Specifies if the communication area is located in a specific memory (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name for 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>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>
<li><b>Locate EHCI Communication Area</b>: Specifies if the communication area is located in a specific memory (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name for the EHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
Expand All @@ -157,17 +157,17 @@ <h2><a class="anchor" id="driver_OHCI"></a>
<li><b>USB Host Controller 0</b>:<ul>
<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>
<li><b>Locate OHCI Communication Area (HCCA)</b>: Specifies if the communication area is located in a specific memory (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name for 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>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>
<li><b>Locate OHCI Communication Area (HCCA)</b>: Specifies if the communication area is located in a specific memory (via the linker script):<ul>
<li><b>Section name</b>: Specifies the section name for the OHCI communication area (for positioning via the linker script).</li>
</ul>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions main/driver_WiFi.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<h2><a class="anchor" id="driver_DA16200"></a>
DA16200</h2>
<p >The documentation for the Renesas DA16200 can be found here: <a href="https://www.renesas.com/eu/en/products/interface-connectivity/wireless-communications/wi-fi/da16200-ultra-low-power-wi-fi-soc-battery-powered-iot-devices">https://www.renesas.com/eu/en/products/interface-connectivity/wireless-communications/wi-fi/da16200-ultra-low-power-wi-fi-soc-battery-powered-iot-devices</a></p>
<p >DA16200 FreeRTOS SDK Firmware Image v3.2.3.0 (or newer) is required. Firmware image and programing instructions "DA16200 DA16600 FreeRTOS Getting Started Guide" are also available on the above web site.</p>
<p >DA16200 FreeRTOS SDK Firmware Image v3.2.3.0 (or newer) is required. Firmware image and programming instructions "DA16200 DA16600 FreeRTOS Getting Started Guide" are also available on the above web site.</p>
<h2><a class="anchor" id="driver_ESP32"></a>
ESP32</h2>
<p >The documentation for the Espressif ESP32 can be found here: <a href="https://www.espressif.com/en/products/hardware/esp-wroom-32/overview">https://www.espressif.com/en/products/hardware/esp-wroom-32/overview</a></p>
Expand Down Expand Up @@ -158,7 +158,7 @@ <h3><a class="anchor" id="ismart43362_e_firmware_download"></a>
<img src="ISM43362_set_COM_port_conf.png" alt=""/>
</div>
</li>
<li>Check the follwoing settings (Serial Port being the one added just now): <div class="image">
<li>Check the following settings (Serial Port being the one added just now): <div class="image">
<img src="ISM43362_set_COM_port.png" alt=""/>
</div>
</li>
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.9.0-dev1');
document.write('Version 2.9.0-dev2');
};

function writeFooter() {
document.write('Generated on Mon Jun 10 2024 15:00:41 for CMSIS-Driver Implementations 2.9.0-dev1+g8d1cd95. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Jul 5 2024 05:48:10 for CMSIS-Driver Implementations 2.9.0-dev2+gec6335e. 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.9.0-dev1",
"main": "2.9.0-dev2",
"latest": "2.8.0",
"2.7.2": "2.7.2"
}
Expand Down

0 comments on commit 7a2f9e9

Please sign in to comment.