From 74d3e2f71af6adf6171167bdf2b076074916ab72 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 3 Sep 2019 07:25:52 +0200 Subject: [PATCH] CMSIS-DSP:Added cmakefiles --- Testing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/README.md b/Testing/README.md index 5a9334d6..90609d4d 100644 --- a/Testing/README.md +++ b/Testing/README.md @@ -541,7 +541,7 @@ To add a to sqlite3 databse: AGroup should be the class name of a Group in the desc.txt -The suite in this Group should eb compatible and have the same parameters. +The suite in this Group should be compatible and have the same parameters. For instance, we have a BasicBenchmarks group is desc.txt This group is containing the suites BasicMathsBenchmarksF32, BasicMathsBenchmarksQ31, BasicMathsBenchmarks15 and BasicMathsBenchmarksQ7. @@ -578,7 +578,7 @@ Database schema (defined in createDb.sql) is creating several columns for the fi Like that it is easier to change the name of this additional information and it makes the database smaller. -But then it means that to display the tables in a readbale format by the user, some joins are needed. +But then it means that to display the tables in a readable format by the user, some joins are needed. examples.sql and diff.sql are showing some examples.