Skip to content

Commit

Permalink
dsp: move cmsis_dsp basicmath tests
Browse files Browse the repository at this point in the history
Move the tests to tests/subsys/dsp/ as they'll be a part of the Zephyr
dsp subsystem.

Signed-off-by: Yuval Peress <[email protected]>
  • Loading branch information
yperess authored and carlescufi committed Dec 2, 2022
1 parent 8fb0f3e commit 0433965
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ CMSIS-DSP integration:
- modules/Kconfig.cmsis_dsp
- tests/benchmarks/cmsis_dsp/
- tests/lib/cmsis_dsp/
- tests/subsys/dsp/
labels:
- "area: CMSIS-DSP"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ target_sources(app PRIVATE
)

target_sources_ifdef(CONFIG_CMSIS_DSP_FLOAT16 app PRIVATE src/f16.c)

target_include_directories(app PRIVATE ${ZEPHYR_BASE}/tests/lib/cmsis_dsp)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <zephyr/kernel.h>
#include <stdlib.h>
#include <arm_math_f16.h>
#include "../../common/test_common.h"
#include "common/test_common.h"

#include "f16.pat"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <zephyr/kernel.h>
#include <stdlib.h>
#include <arm_math.h>
#include "../../common/test_common.h"
#include "common/test_common.h"

#include "f32.pat"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <zephyr/kernel.h>
#include <stdlib.h>
#include <arm_math.h>
#include "../../common/test_common.h"
#include "common/test_common.h"

#include "q15.pat"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <zephyr/kernel.h>
#include <stdlib.h>
#include <arm_math.h>
#include "../../common/test_common.h"
#include "common/test_common.h"

#include "q31.pat"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <zephyr/kernel.h>
#include <stdlib.h>
#include <arm_math.h>
#include "../../common/test_common.h"
#include "common/test_common.h"

#include "q7.pat"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0433965

Please sign in to comment.