diff --git a/latest b/latest
index df0ccfc3..ae34460d 120000
--- a/latest
+++ b/latest
@@ -1 +1 @@
-v1.10.4
\ No newline at end of file
+v1.10.1
\ No newline at end of file
diff --git a/v1.10.1/ChangeLog_pg.html b/v1.10.1/ChangeLog_pg.html
index b0347fc4..eb8b95d7 100644
--- a/v1.10.1/ChangeLog_pg.html
+++ b/v1.10.1/ChangeLog_pg.html
@@ -111,19 +111,7 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html','');});
| Version | Description |
-| 1.10.1-rc5 | Github workflow testing |
-
-| 1.10.1-rc4 | Workflow testing |
-
-| 1.10.1-rc3 | Pack and documentation generation |
-
-| 1.10.1-rc2 | Testing github workflow |
-
-| 1.10.1-rc1 | CMSIS-DSP on new repository : release candidate 1 |
-
-| 1.10.1 | Corrected scripts for workflow.
-Use /bin/bash rather than relying on execution permissions.
- |
+1.10.1 | First release with new repository |
diff --git a/v1.10.1/arm_bayes_example_f32_8c-example.html b/v1.10.1/arm_bayes_example_f32_8c-example.html
index 30149abb..cf2e5947 100644
--- a/v1.10.1/arm_bayes_example_f32_8c-example.html
+++ b/v1.10.1/arm_bayes_example_f32_8c-example.html
@@ -199,6 +199,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
#if defined(SEMIHOSTING)
printf("Class = %d\n", index);
+ printf("Max proba = %f\n", (double)maxProba);
#endif
in[0] = -1.5f;
@@ -210,6 +211,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
#if defined(SEMIHOSTING)
printf("Class = %d\n", index);
+ printf("Max proba = %f\n", (double)maxProba);
#endif
in[0] = 0.0f;
@@ -221,6 +223,7 @@ $(document).ready(function(){initNavTree('arm_bayes_example_f32_8c-example.html'
#if defined(SEMIHOSTING)
printf("Class = %d\n", index);
+ printf("Max proba = %f\n", (double)maxProba);
#endif
#if !defined(SEMIHOSTING)
diff --git a/v1.10.1/arm_class_marks_example_f32_8c-example.html b/v1.10.1/arm_class_marks_example_f32_8c-example.html
index dd58bfff..62b06ed8 100644
--- a/v1.10.1/arm_class_marks_example_f32_8c-example.html
+++ b/v1.10.1/arm_class_marks_example_f32_8c-example.html
@@ -279,7 +279,7 @@ $(document).ready(function(){initNavTree('arm_class_marks_example_f32_8c-example
#if defined(SEMIHOSTING)
- printf(
"mean = %f, std = %f\n",
mean,
std);
+ printf(
"mean = %f, std = %f\n",(
double)
mean,(
double)
std);
#endif
#if !defined(SEMIHOSTING)
diff --git a/v1.10.1/footer.js b/v1.10.1/footer.js
index 6417db29..b1d370ab 100644
--- a/v1.10.1/footer.js
+++ b/v1.10.1/footer.js
@@ -3,5 +3,5 @@ function writeHeader() {
};
function writeFooter() {
- document.write('Generated on Tue Jun 28 2022 11:55:45 for CMSIS-DSP 1.10.1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
+ document.write('Generated on Wed Jun 29 2022 12:29:20 for CMSIS-DSP 1.10.1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};