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 Oct 18, 2024
1 parent b299833 commit d986719
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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 1.0.1-dev6');
document.write('Version 1.0.1-dev7');
};

function writeFooter() {
document.write('Generated on Fri Oct 18 2024 06:46:25 for CMSIS-Driver_STM32 1.0.1-dev6+g48ea5c0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Oct 18 2024 10:48:58 for CMSIS-Driver_STM32 1.0.1-dev7+ged177ff. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
14 changes: 13 additions & 1 deletion main/gpio_stm32.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
<div class="textblock"><h1><a class="anchor" id="autotoc_md10"></a>
Revision History</h1>
<ul>
<li>Version 1.1<ul>
<li>Added support for GPIO ports M, N, O and P</li>
</ul>
</li>
<li>Version 1.0<ul>
<li>Initial release</li>
</ul>
Expand Down Expand Up @@ -169,7 +173,15 @@ <h1><a class="anchor" id="autotoc_md12"></a>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">160 .. 175 </td><td class="markdownTableBodyLeft">PORTK 0..15 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft">176 .. 191 </td><td class="markdownTableBodyLeft">PORTZ 0..15 </td></tr>
<td class="markdownTableBodyLeft">176 .. 191 </td><td class="markdownTableBodyLeft">PORTM 0..15 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">192 .. 207 </td><td class="markdownTableBodyLeft">PORTN 0..15 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft">208 .. 223 </td><td class="markdownTableBodyLeft">PORTO 0..15 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyLeft">224 .. 239 </td><td class="markdownTableBodyLeft">PORTP 0..15 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyLeft">240 .. 255 </td><td class="markdownTableBodyLeft">PORTZ 0..15 </td></tr>
</table>
<h1><a class="anchor" id="autotoc_md13"></a>
Deviations</h1>
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": "1.0.1-dev6",
"main": "1.0.1-dev7",
"latest": "1.0.0"
}
//--- list of versions ---
Expand Down

0 comments on commit d986719

Please sign in to comment.