From 498e70097904dd312c63b991ea42cf7241f54214 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Mar 2024 07:10:43 +0000 Subject: [PATCH] Update documentation for branch main --- main/dsppp_main.html | 2 +- main/dsppp_vector_example.html | 2 +- main/footer.js | 4 ++-- main/group__DSPPP.html | 2 +- main/index.html | 2 +- version.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main/dsppp_main.html b/main/dsppp_main.html index 830f67e4..ee53a32c 100644 --- a/main/dsppp_main.html +++ b/main/dsppp_main.html @@ -132,7 +132,7 @@

C++ extensions to CMSIS-DSP using C++ template meta-programming (headers only).

-

The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the CMSIS-DSP github. There is nothing to build. Just include the headers when you want to use this framework.

+

The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the CMSIS-DSP github. There is nothing to build. Just include the headers when you want to use this framework.

  • Introduction
  • C++ template for C programmer
  • diff --git a/main/dsppp_vector_example.html b/main/dsppp_vector_example.html index 236831fb..65f2e47c 100644 --- a/main/dsppp_vector_example.html +++ b/main/dsppp_vector_example.html @@ -147,7 +147,7 @@

    Include the headers

    -

    The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the CMSIS-DSP github

    +

    The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the CMSIS-DSP github

    #include <memory_pool>
    #include <matrix>
    diff --git a/main/footer.js b/main/footer.js index 01097a88..fd430f17 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.15.1-dev31'); + document.write('Version 1.15.1-dev32'); }; function writeFooter() { - document.write('Generated on Wed Mar 6 2024 06:36:38 for CMSIS-DSP 1.15.1-dev31+ga277827. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Mar 6 2024 07:10:14 for CMSIS-DSP 1.15.1-dev32+g1bd68d7. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/group__DSPPP.html b/main/group__DSPPP.html index 845bf9f4..da97c7c7 100644 --- a/main/group__DSPPP.html +++ b/main/group__DSPPP.html @@ -162,7 +162,7 @@  

    Description

    -

    C++ template extension to CMSIS-DSP. It is not yet part of the pack but the headers can be found on the CMSIS-DSP github The principles are described in this page

    +

    C++ template extension to CMSIS-DSP. It is not yet part of the pack but the headers can be found on the CMSIS-DSP github The principles are described in this page

diff --git a/main/index.html b/main/index.html index a9db3d71..5bf56799 100644 --- a/main/index.html +++ b/main/index.html @@ -164,7 +164,7 @@

Experimental C++ template extension

This extension is a set of C++ headers. They just need to included to start using the features.

-

Those headers are not yet part of the pack and you need to get them from the github repository

+

Those headers are not yet part of the pack and you need to get them from the github repository

More documentation about the DSP++ extension.

Using the CMSIS-DSP Library

diff --git a/version.js b/version.js index 3895e422..1f29b6ab 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.15.1-dev31", + "main": "1.15.1-dev32", "latest": "1.15.0", "v1.14.4": "1.14.4", "v1.14.3": "1.14.3",