From 401aa3728f1f07bb4cf2b1fffb9052242033f7b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Dec 2023 06:12:28 +0000 Subject: [PATCH] Update documentation for branch main --- main/extra_stylesheet.css | 1 + main/footer.js | 4 ++-- main/index.html | 2 +- version.js | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/main/extra_stylesheet.css b/main/extra_stylesheet.css index b84f7d10..30980a64 100644 --- a/main/extra_stylesheet.css +++ b/main/extra_stylesheet.css @@ -1477,6 +1477,7 @@ div.headertitle dl { padding: 0 0 0 10px; + max-width: var(--max_textblock_width); } /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ diff --git a/main/footer.js b/main/footer.js index 285cf793..ea5fd180 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.15.1-dev12'); + document.write('Version 1.15.1-dev13'); }; function writeFooter() { - document.write('Generated on Mon Dec 18 2023 08:12:17 for CMSIS-DSP 1.15.1-dev12+g14a6adf. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Tue Dec 19 2023 06:12:04 for CMSIS-DSP 1.15.1-dev13+gfb43015. Copyright © 2023 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/index.html b/main/index.html index eadb7fee..fcf18b14 100644 --- a/main/index.html +++ b/main/index.html @@ -166,7 +166,7 @@

The library is now tested on Fast Models building with cmake. Core M0, M4, M7, M33, M55, A32 are tested.

Access to CMSIS-DSP

-

CMSIS-DSP is actively maintained in the CMSIS-DSP GitHub repository and is released as a standalone CMSIS-DSP pack in the CMSIS-Pack format.

+

CMSIS-DSP is actively maintained in the CMSIS-DSP GitHub repository and is released as a standalone CMSIS-DSP pack in the CMSIS-Pack format.

The table below explains the content of ARM::CMSIS-DSP pack.

diff --git a/version.js b/version.js index 78e9163a..7e6fb328 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.15.1-dev12", + "main": "1.15.1-dev13", "latest": "1.15.0", "v1.14.4": "1.14.4", "v1.14.3": "1.14.3",