Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
1.0 KiB

tests:
# section.subsection
drivers.charger.sbs.emulated:
tags:
- drivers
- charger
filter: >
dt_compat_enabled("sbs,sbs-charger") and
(CONFIG_QEMU_TARGET or CONFIG_ARCH_POSIX)
extra_args:
CONF_FILE="prj.conf;boards/emulated_board.conf"
DTC_OVERLAY_FILE="boards/emulated_board.overlay"
platform_exclude:
- qemu_cortex_a53
- qemu_cortex_a53//smp
- qemu_kvm_arm64
- xenvm
- xenvm//gicv3
- hifive_unmatched
- rcar_h3ulcb_ca57
- rcar_salvator_xs_m3
- numaker_pfm/m467
drivers.charger.sbs.emulated_64_bit_i2c_addr:
tags:
- drivers
- charger
filter: >
dt_compat_enabled("sbs,sbs-charger") and
(CONFIG_QEMU_TARGET or CONFIG_ARCH_POSIX)
platform_allow:
- qemu_cortex_a53
- qemu_cortex_a53//smp
- qemu_kvm_arm64
- xenvm
- xenvm//gicv3
extra_args:
CONF_FILE="prj.conf;boards/qemu_cortex_a53.conf"
DTC_OVERLAY_FILE="boards/qemu_cortex_a53.overlay"