1common: 2 min_ram: 64 3 min_flash: 512 4 5tests: 6 # C functions in double precision 7 zsl.core.c.double: 8 platform_allow: mps2_an521 9 extra_configs: 10 - CONFIG_ZSL_SINGLE_PRECISION=n 11 - CONFIG_ZSL_PLATFORM_OPT=0 12 # C functions in single precision 13 zsl.core.c.single: 14 platform_allow: mps2_an521 15 extra_configs: 16 - CONFIG_ZSL_SINGLE_PRECISION=y 17 - CONFIG_ZSL_PLATFORM_OPT=0 18