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 Jun 5, 2024
1 parent bad82a2 commit a3c746f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion main/FileSystem/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Jun 4 2024 06:49:27 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Jun 5 2024 05:22:25 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions main/General/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 8.0.0-dev148');
document.write('Version 8.0.0-dev149');
};

function writeFooter() {
document.write('Generated on Tue Jun 4 2024 06:49:26 for MDK-Middleware 8.0.0-dev148+gd3d7611. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Jun 5 2024 05:22:25 for MDK-Middleware 8.0.0-dev149+g5c458f2. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/Network/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Jun 4 2024 06:49:27 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Jun 5 2024 05:22:25 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/Network/group__ftp__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>FTP server functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>FTP_Server_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script> component, so no modifications are required. If you wish to use another type of file system, you need to override these weak procedures with your required functionality.</p>
<p>All functions of the File System Interface are located in <b>FTP_Server_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__ftp__fs__interface.html#gadba422459d2cd790bfbceba3ee88728e">netFTPs_fopen</a> - open a file for reading or writing.</li>
<li><a class="el" href="group__ftp__fs__interface.html#ga548f8a80d43cfc29d117cf93b4165942">netFTPs_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/Network/group__ftpc__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>FTP client functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>FTP_Client_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the File System Component, so no modifications are required. If you wish to use another type of file system, you need to add a similar file to your project.</p>
<p>All functions of the File System Interface are located in <b>FTP_Client_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__ftpc__fs__interface.html#gafc7187116cf338b433a4b600cf3dd1c4">netFTPc_fopen</a> - open a file for reading or writing.</li>
<li><a class="el" href="group__ftpc__fs__interface.html#ga78ba90c223885e5e83c7ce37cf1ad1d6">netFTPc_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/Network/group__smtpc__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>SMTP client functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>SMTP_Client_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the File System Component, so no modifications are required. If you wish to use another type of file system, you need to add a similar file to your project.</p>
<p>All functions of the File System Interface are located in <b>SMTP_Client_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__smtpc__fs__interface.html#ga483fcb55cfcc925168851ff4fa1167c0">netSMTPc_fopen</a> - open a file for reading.</li>
<li><a class="el" href="group__smtpc__fs__interface.html#ga6b7289766a9e36aa7dedf70ddaf72540">netSMTPc_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/Network/group__tftp__server__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>TFTP server functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>TFTP_Server_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script> component, so no modifications are required. If you wish to use another type of file system, you need to override these weak procedures with your required functionality.</p>
<p>All functions of the File System Interface are located in <b>TFTP_Server_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__tftp__server__fs__interface.html#gab32ad29f74e3ec6a8f3364e196f8bdb6">netTFTPs_fopen</a> - open a file for reading or writing.</li>
<li><a class="el" href="group__tftp__server__fs__interface.html#gaf24da09078fa289aabbfcdd742de9cce">netTFTPs_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/Network/group__tftpc__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>TFTP client functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>TFTP_Client_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the File System Component, so no modifications are required. If you wish to use another type of file system or to use a different storage media such as a hard disk, you need to add a similar file to your project.</p>
<p>All functions of the File System Interface are located in <b>TFTP_Client_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__tftpc__fs__interface.html#ga93d1375cba94060f0f25f2f2e2923133">netTFTPc_fopen</a> - open a file for reading or writing.</li>
<li><a class="el" href="group__tftpc__fs__interface.html#gaf47d007ffeeb03ea341fb1bdc02085f9">netTFTPc_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/Network/group__ws__fs__interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>HTTP server functions that work with a File System. </p>
<p>All File System Interface functions are located in <b>HTTP_Server_FS.c</b>, which will be automatically added to your project's <b>Network</b> folder. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no modifications are required. If you wish to use another type of file system, you need to override these weak procedures with your required functionality.</p>
<p>All functions of the File System Interface are located in <b>HTTP_Server_FS.c</b>, which is automatically added to the <b>Network</b> folder of your project. The file is preconfigured for the <script>link_loc('MW-FileSystem');</script>, so no changes are required. If you want to use a different type of file system, you must add a similar file to your project and implement the interface functions yourself.</p>
<p>The following functions are implemented in this module:</p><ul>
<li><a class="el" href="group__ws__fs__interface.html#ga56b6455a9acb54cbf64bfc2c2113bcf0">netHTTPs_fopen</a> - open a file for reading or writing.</li>
<li><a class="el" href="group__ws__fs__interface.html#ga5d5a67471b2b64b160e92c0323a1c836">netHTTPs_fclose</a> - close a file that was previously opened.</li>
Expand Down
2 changes: 1 addition & 1 deletion main/USB/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Tue Jun 4 2024 06:49:28 for USB Component 8.0.0. Copyright &copy; 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Jun 5 2024 05:22:26 for USB Component 8.0.0. 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,7 +1,7 @@
//--- list of versions‚ ---
const versions = {
"General": {
"latest": "8.0.0-dev148"
"latest": "8.0.0-dev149"
},
"FileSystem": {
"latest": "8.0.0"
Expand Down

0 comments on commit a3c746f

Please sign in to comment.