From f6f10e0c30de5a943cc7e2857e05d7966e5c7df7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jul 2024 06:06:24 +0000 Subject: [PATCH] Update develop documentation --- develop/Core/html/cmsis_footer.js | 2 +- develop/Core_A/html/cmsis_footer.js | 2 +- develop/DAP/html/cmsis_footer.js | 2 +- develop/Driver/html/cmsis_footer.js | 2 +- develop/General/html/cmsis_footer.js | 2 +- develop/RTOS/html/cmsis_footer.js | 2 +- develop/RTOS2/html/cmsis_footer.js | 2 +- develop/RTOS2/html/theory_of_operation.html | 4 ++-- develop/SVD/html/cmsis_footer.js | 2 +- develop/Zone/html/cmsis_footer.js | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/develop/Core/html/cmsis_footer.js b/develop/Core/html/cmsis_footer.js index 3495cc4e01..b037e98c2f 100644 --- a/develop/Core/html/cmsis_footer.js +++ b/develop/Core/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:21 for CMSIS-Core (Cortex-M) Version 5.7.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:35 for CMSIS-Core (Cortex-M) Version 5.7.0 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/Core_A/html/cmsis_footer.js b/develop/Core_A/html/cmsis_footer.js index 7e3ad70f4b..a9a8d57773 100644 --- a/develop/Core_A/html/cmsis_footer.js +++ b/develop/Core_A/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:22 for CMSIS-Core (Cortex-A) Version 1.2.1 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:36 for CMSIS-Core (Cortex-A) Version 1.2.1 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/DAP/html/cmsis_footer.js b/develop/DAP/html/cmsis_footer.js index fefad9bf22..b5a40608ca 100644 --- a/develop/DAP/html/cmsis_footer.js +++ b/develop/DAP/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-DAP Version 2.1.2 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-DAP Version 2.1.2 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/Driver/html/cmsis_footer.js b/develop/Driver/html/cmsis_footer.js index 30b3f8e33e..4ddb1a5ab2 100644 --- a/develop/Driver/html/cmsis_footer.js +++ b/develop/Driver/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-Driver Version 2.8.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-Driver Version 2.8.0 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/General/html/cmsis_footer.js b/develop/General/html/cmsis_footer.js index b9d05448a8..3c5e20a19f 100644 --- a/develop/General/html/cmsis_footer.js +++ b/develop/General/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS Version 5.9.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS Version 5.9.0 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/RTOS/html/cmsis_footer.js b/develop/RTOS/html/cmsis_footer.js index be842e7d63..a24dd092c3 100644 --- a/develop/RTOS/html/cmsis_footer.js +++ b/develop/RTOS/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:23 for CMSIS-RTOS Version 1.03 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:37 for CMSIS-RTOS Version 1.03 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/RTOS2/html/cmsis_footer.js b/develop/RTOS2/html/cmsis_footer.js index bdca0c6452..a09978cc4a 100644 --- a/develop/RTOS2/html/cmsis_footer.js +++ b/develop/RTOS2/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-RTOS2 Version 2.2.0 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-RTOS2 Version 2.2.0 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/RTOS2/html/theory_of_operation.html b/develop/RTOS2/html/theory_of_operation.html index 68bf4f66f2..a533d7cd69 100644 --- a/develop/RTOS2/html/theory_of_operation.html +++ b/develop/RTOS2/html/theory_of_operation.html @@ -155,7 +155,7 @@

  • Object-specific Memory Pools uses a fixed-size memory pool for each object type. The method is time deterministic and avoids memory fragmentation.
  • Static Object Memory reserves memory during compile time and completely avoids that a system can be out of memory. This is typically a required for some safety critical systems.
  • -

    It possible to intermix all the memory allocation methods in the same application.

    +

    It's possible to intermix all the memory allocation methods in the same application.

    Global Memory Pool

    The global memory pool allocates all objects from a memory area. This method of memory allocation is the default configuration setting of RTX5.

    @@ -203,7 +203,7 @@

    Message Queue (osMessageQueueAttr_t::mq_mem) 4-Byte alignment. Size calculated with osRtxMessageQueueMemSize. -

    In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks these needs to be placed in individual memory sections, i.e. using __attribute__((section(...))).

    +

    In order to allow RTX5 aware debugging, i.e. Component Viewer, to recognize control blocks, they need to be placed in individual memory sections by using __attribute__((section(...))).

    diff --git a/develop/SVD/html/cmsis_footer.js b/develop/SVD/html/cmsis_footer.js index acfe9d191e..c91d3a166c 100644 --- a/develop/SVD/html/cmsis_footer.js +++ b/develop/SVD/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-SVD Version 1.3.9 by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-SVD Version 1.3.9 by Arm Ltd. All rights reserved.'); }; diff --git a/develop/Zone/html/cmsis_footer.js b/develop/Zone/html/cmsis_footer.js index 3d94df02b2..4055d41c68 100644 --- a/develop/Zone/html/cmsis_footer.js +++ b/develop/Zone/html/cmsis_footer.js @@ -1,3 +1,3 @@ function writeFooter() { - document.write('Generated on Mon Jul 29 2024 10:52:24 for CMSIS-Zone Version 1.2.0-alpha by Arm Ltd. All rights reserved.'); + document.write('Generated on Wed Jul 31 2024 06:05:38 for CMSIS-Zone Version 1.2.0-alpha by Arm Ltd. All rights reserved.'); };
    RTX Object Linker Section