Add support for compiling native_posix platform in cmsis-dsp tests on ci. Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
12 lines
317 B
YAML
12 lines
317 B
YAML
tests:
|
|
libraries.cmsis_dsp.complexmath:
|
|
filter: ((CONFIG_CPU_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- sam_e70_xplained
|
|
- mps2_an521
|
|
- native_posix
|
|
tags: cmsis_dsp
|
|
min_flash: 128
|
|
min_ram: 64
|