This commits is restricting the execution of the samples/modules/canopennode to board configuration where the nvs_sector_size is less than 0x10000. When the CONFIG_CANOPENNODE_STORAGE is selected, the settings_subsys_init do not accept nvs_sector_size > UINT16_MAX. Then all the stm32h723/h743/h745/h750 cannot run the sample.modules.canopennode testcase Signed-off-by: Francois Ramu <francois.ramu@st.com>
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
sample:
|
|
name: CANopenNode sample
|
|
common:
|
|
tags: can canopen
|
|
modules:
|
|
- canopennode
|
|
depends_on: can
|
|
filter: dt_chosen_enabled("zephyr,canbus")
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "(.*)CANopen stack initialized"
|
|
tests:
|
|
sample.modules.canopennode:
|
|
filter: dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") and
|
|
dt_chosen_enabled("zephyr,flash-controller") and
|
|
CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
platform_exclude: nucleo_h723zg nucleo_h743zi nucleo_h745zi_q nucleo_h753zi
|
|
sample.modules.canopennode.program_download:
|
|
build_only: true
|
|
platform_exclude: native_posix native_posix_64 rcar_h3ulcb_cr7
|
|
filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions") and
|
|
dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and
|
|
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") and
|
|
dt_chosen_enabled("zephyr,flash-controller") and
|
|
CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
extra_configs:
|
|
- CONFIG_BOOTLOADER_MCUBOOT=y
|
|
sample.modules.canopennode.no_storage:
|
|
extra_args: CONF_FILE=prj_no_storage.conf
|