From 3e1dd82ad2d2bd909240562b05e3d2420282e708 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Oct 2024 21:23:30 +0000 Subject: [PATCH] Update documentation for branch main --- main/FileSystem/create_app.html | 2 +- main/FileSystem/footer.js | 2 +- main/General/footer.js | 4 ++-- main/General/mw_using.html | 4 ++-- main/Network/footer.js | 2 +- main/USB/footer.js | 2 +- version.js | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/FileSystem/create_app.html b/main/FileSystem/create_app.html index c6a11ac0..eada4ae3 100644 --- a/main/FileSystem/create_app.html +++ b/main/FileSystem/create_app.html @@ -276,7 +276,7 @@

System Resource Configuration

For proper operation, the File System Component requires some system configuration settings. The requirements are:

diff --git a/main/FileSystem/footer.js b/main/FileSystem/footer.js index b111b371..3a2b3c0a 100644 --- a/main/FileSystem/footer.js +++ b/main/FileSystem/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Wed Oct 9 2024 20:43:03 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Oct 9 2024 21:22:24 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/General/footer.js b/main/General/footer.js index 27e38b0a..e90ad074 100644 --- a/main/General/footer.js +++ b/main/General/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 8.0.0-dev231'); + document.write('Version 8.0.0-dev232'); }; function writeFooter() { - document.write('Generated on Wed Oct 9 2024 20:43:03 for MDK-Middleware 8.0.0-dev231+g5cb5b34. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Oct 9 2024 21:22:24 for MDK-Middleware 8.0.0-dev232+gc17ceef. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/General/mw_using.html b/main/General/mw_using.html index 361fdae1..4b4a0781 100644 --- a/main/General/mw_using.html +++ b/main/General/mw_using.html @@ -159,7 +159,7 @@

Configure Middleware

Every middleware component has specific configuration files that need to be adapted to the needs of the application. Depending on the component, more than one file might need to be adapted. For example, the File System component needs to be configured for the amount of files that can be opened simultaneously.

-

In addition, you need to set drive specific settings in the **FS_Config_Drive_0.h** file, such as page and block sizes for Flash memories, general disk sizes for a RAM drive, and the hardware driver number for connecting the drive to the appropriate hardware peripheral driver.

+

In addition, you need to set drive specific settings in the FS_Config_Drive_0.h file, such as page and block sizes for Flash memories, general disk sizes for a RAM drive, and the hardware driver number for connecting the drive to the appropriate hardware peripheral driver.

@@ -173,7 +173,7 @@

RTE_Device.h File for Driver Configuration

Configure System Resources

-

Every software component has resource requirements for stack, heap, and memory. Configuration files such as **startup_device.s** and file need to be adapted to these requirements. Every middleware component has a section that explains the resource requirements and gives examples on how to calculate the resulting values for adaption of the configuration files. The section Stack, Heap and RTOS Configuration gives you more information about the background and the configuration files that need to be touched.

+

Every software component has resource requirements for stack, heap, and memory. Configuration files such as startup_device.s and file need to be adapted to these requirements. Every middleware component has a section that explains the resource requirements and gives examples on how to calculate the resulting values for adaption of the configuration files. The section Stack, Heap and RTOS Configuration gives you more information about the background and the configuration files that need to be touched.

diff --git a/main/Network/footer.js b/main/Network/footer.js index 02d54532..0dc059f8 100644 --- a/main/Network/footer.js +++ b/main/Network/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Wed Oct 9 2024 20:43:04 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Oct 9 2024 21:22:25 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/USB/footer.js b/main/USB/footer.js index 6d471900..a1bf022b 100644 --- a/main/USB/footer.js +++ b/main/USB/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Wed Oct 9 2024 20:43:05 for USB Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Oct 9 2024 21:22:26 for USB Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index d74dd35f..5edd5c16 100644 --- a/version.js +++ b/version.js @@ -1,7 +1,7 @@ //--- list of versions‚ --- const versions = { "General": { - "latest": "8.0.0-dev231", + "latest": "8.0.0-dev232", "doc_usb": "8.0.0-dev211" }, "FileSystem": {