[Backport v4.0-branch] manifest: update cmsis-dsp to v1.16.2 #165181
Annotations
1 error, 1 warning, and 4 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- "square root did fail with an input value "
- "of less than '0'");
+ "square root did fail with an input value "
+ "of less than '0'");
File:tests/lib/cmsis_dsp/fastmath/src/q15.c
Line:97
You may want to run clang-format on this change:
- "square root did fail with an input value "
- "of less than '0'");
+ "square root did fail with an input value "
+ "of less than '0'");
File:tests/lib/cmsis_dsp/fastmath/src/q31.c
Line:97
You may want to run clang-format on this change:
-static void test_arm_weighted_average_f16(
- int ref_offset, size_t length)
+static void test_arm_weighted_average_f16(int ref_offset, size_t length)
File:tests/lib/cmsis_dsp/support/src/f16.c
Line:187
You may want to run clang-format on this change:
-static void test_arm_weighted_average_f32(
- int ref_offset, size_t length)
+static void test_arm_weighted_average_f32(int ref_offset, size_t length)
File:tests/lib/cmsis_dsp/support/src/f32.c
Line:150
|
Run Compliance Tests:
tests/lib/cmsis_dsp/fastmath/src/q15.c#L97
tests/lib/cmsis_dsp/fastmath/src/q15.c:97
- "square root did fail with an input value "
- "of less than '0'");
+ "square root did fail with an input value "
+ "of less than '0'");
|
Run Compliance Tests:
tests/lib/cmsis_dsp/fastmath/src/q31.c#L97
tests/lib/cmsis_dsp/fastmath/src/q31.c:97
- "square root did fail with an input value "
- "of less than '0'");
+ "square root did fail with an input value "
+ "of less than '0'");
|
Run Compliance Tests:
tests/lib/cmsis_dsp/support/src/f16.c#L187
tests/lib/cmsis_dsp/support/src/f16.c:187
-static void test_arm_weighted_average_f16(
- int ref_offset, size_t length)
+static void test_arm_weighted_average_f16(int ref_offset, size_t length)
|
Run Compliance Tests:
tests/lib/cmsis_dsp/support/src/f32.c#L150
tests/lib/cmsis_dsp/support/src/f32.c:150
-static void test_arm_weighted_average_f32(
- int ref_offset, size_t length)
+static void test_arm_weighted_average_f32(int ref_offset, size_t length)
|
Loading