This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
824a241132
zephyr
/
tests
/
lib
/
cmsis_dsp
/
bayes
/
prj.conf
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: lib: cmsis_dsp: Add 'bayes' test application This commit adds the test application for the CMSIS-DSP 'bayes' functions. This test application is loosely based on the C++ test suite included in the upstream CMSIS-DSP distribution. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-12-26 15:48:18 +08:00
CONFIG_ZTEST=y
tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC Instead of forcing use of NEWLIB_LIBC, select any available complete C library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF where needed. Signed-off-by: Keith Packard <keithp@keithp.com>
2023-09-29 07:26:48 +08:00
CONFIG_REQUIRES_FULL_LIBC=y
tests: lib: cmsis_dsp: Add 'bayes' test application This commit adds the test application for the CMSIS-DSP 'bayes' functions. This test application is loosely based on the C++ test suite included in the upstream CMSIS-DSP distribution. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-12-26 15:48:18 +08:00
CONFIG_CMSIS_DSP=y
tests: cmsis-dsp: request required features Request the CMSIS DSP features required for each test. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-11-24 14:04:58 +08:00
CONFIG_CMSIS_DSP_BAYES=y