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 ccfe35b commit 06158ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
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 3.0.1-dev23');
document.write('Version 3.0.1-dev24');
};

function writeFooter() {
document.write('Generated on Fri Mar 8 2024 11:18:37 for CMSIS-Driver Validation 3.0.1-dev23+ga9e52e2. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Jul 5 2024 05:59:15 for CMSIS-Driver Validation 3.0.1-dev24+ga4e044d. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions main/group__spi__tests__drv__mgmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga1f84a363466cd780fcbc4cc
</div><!-- fragment --><p >Testing sequence:</p><ul>
<li>Driver is uninitialized and peripheral is powered-off:<ul>
<li>Call PowerControl(ARM_POWER_FULL) function and assert that it returned ARM_DRIVER_ERROR status</li>
<li>Call PowerControl(ARM_POWER_LOW) function and assert that it returned ARM_DRIVER_ERROR status</li>
<li>Call PowerControl(ARM_POWER_OFF) function and assert that it returned ARM_DRIVER_ERROR status</li>
<li>Call PowerControl(ARM_POWER_LOW) function and assert that it returned ARM_DRIVER_ERROR or ARM_DRIVER_ERROR_UNSUPPORTED status</li>
<li>Call PowerControl(ARM_POWER_OFF) function and assert that it returned ARM_DRIVER_OK status</li>
<li>Call Send function and assert that it returned ARM_DRIVER_ERROR status</li>
<li>Call Receive function and assert that it returned ARM_DRIVER_ERROR status</li>
<li>Call Transfer function and assert that it returned ARM_DRIVER_ERROR status</li>
Expand Down
4 changes: 3 additions & 1 deletion main/rev_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>v3.0.1-dev23+ga9e52e2 </td><td>Active Development ...<ul>
<td>v3.0.1-dev24+ga4e044d </td><td>Active Development ...<ul>
<li>Add GPIO Driver validation</li>
<li>Improve Ethernet driver validation</li>
<li>Minor update to SPI driver validation</li>
<li>Minor update to USART driver validation</li>
<li>Update examples</li>
<li>Update documentation </li>
</ul>
Expand Down
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": "3.0.1-dev23",
"main": "3.0.1-dev24",
"latest": "3.0.0",
"3.0.0": "3.0.0"
}
Expand Down

0 comments on commit 06158ed

Please sign in to comment.