zephyr/tests/subsys/settings/performance/testcase.yaml
Matthias Hauser 941a5489d3 dts: boards: we: add board Ophelia-IV
add new board Ophelia-IV

Signed-off-by: Matthias Hauser <matthias.hauser@we-online.de>
2025-04-03 13:16:05 +02:00

71 lines
1.6 KiB
YAML

tests:
settings.performance.zms:
extra_configs:
- CONFIG_SETTINGS_ZMS=y
- CONFIG_ZMS_LOOKUP_CACHE=y
- CONFIG_ZMS_LOOKUP_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- ophelia4ev/nrf54l15/cpuapp
- mps2/an385
integration_platforms:
- mps2/an385
min_ram: 32
tags:
- settings
- zms
settings.performance.nvs:
extra_configs:
- CONFIG_ZMS=n
- CONFIG_NVS=y
- CONFIG_NVS_LOOKUP_CACHE=y
- CONFIG_NVS_LOOKUP_CACHE_SIZE=512
- CONFIG_SETTINGS_NVS_NAME_CACHE=y
- CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- ophelia4ev/nrf54l15/cpuapp
- mps2/an385
integration_platforms:
- mps2/an385
min_ram: 32
tags:
- settings
- nvs
settings.performance.zms_bt:
extra_configs:
- CONFIG_BT=y
- CONFIG_BT_OBSERVER=y
- CONFIG_BT_PERIPHERAL=y
- CONFIG_SETTINGS_ZMS=y
- CONFIG_ZMS_LOOKUP_CACHE=y
- CONFIG_ZMS_LOOKUP_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
min_ram: 32
tags:
- settings
- zms
settings.performance.nvs_bt:
extra_configs:
- CONFIG_BT=y
- CONFIG_BT_OBSERVER=y
- CONFIG_BT_PERIPHERAL=y
- CONFIG_ZMS=n
- CONFIG_NVS=y
- CONFIG_NVS_LOOKUP_CACHE=y
- CONFIG_NVS_LOOKUP_CACHE_SIZE=512
- CONFIG_SETTINGS_NVS_NAME_CACHE=y
- CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
min_ram: 32
tags:
- settings
- nvs