1common: 2 build_only: true 3 tags: 4 - drivers 5 - pwm 6tests: 7 drivers.pwm.cc13xx_cc26xx_timer.build: 8 platform_allow: cc1352p1_launchxl 9 drivers.pwm.gecko.build: 10 platform_allow: slwrb4250b 11 drivers.pwm.imx.build: 12 platform_allow: colibri_imx7d/mcimx7d/m4 13 drivers.pwm.litex.build: 14 platform_allow: litex_vexriscv 15 drivers.pwm.mcux.ftm.build: 16 platform_allow: frdm_k22f 17 drivers.pwm.mcux.pwt.build: 18 platform_allow: twr_ke18f 19 extra_configs: 20 - CONFIG_PWM_CAPTURE=y 21 drivers.pwm.mcux.tpm.build: 22 platform_allow: frdm_kw41z 23 drivers.pwm.mcux.build: 24 platform_allow: mimxrt1064_evk 25 drivers.pwm.mcux.sctimer.build: 26 platform_allow: mimxrt685_evk/mimxrt685s/cm33 27 drivers.pwm.rv32m1.tpm.build: 28 platform_allow: rv32m1_vega/openisa_rv32m1/ri5cy 29 drivers.pwm.sifive.build: 30 platform_allow: hifive1@B 31 drivers.pwm.npcx.build: 32 platform_allow: npcx7m6fb_evb 33 drivers.pwm.nrf.sw.build: 34 platform_allow: nrf51dk/nrf51822 35 drivers.pwm.nrf.build: 36 platform_allow: nrf52840dk/nrf52840 37 drivers.pwm.pca9685.build: 38 platform_allow: nrf52840dk/nrf52840 39 extra_args: SHIELD=adafruit_pca9685 40 drivers.pwm.sam0.tcc.build: 41 platform_allow: same54_xpro 42 drivers.pwm.build.sam: 43 platform_allow: 44 - sam_e70_xplained/same70q21 45 - sam_v71_xult/samv71q21b 46 drivers.pwm.stm32.build: 47 platform_allow: disco_l475_iot1 48 drivers.pwm.xec.build: 49 platform_allow: mec15xxevb_assy6853 50 drivers.pwm.build.xlnx: 51 platform_allow: arty_a7/designstart_fpga_cortex_m1 52 drivers.pwm.build.test: 53 platform_allow: 54 - qemu_cortex_m3 55 - native_sim 56 - native_sim/native/64 57 drivers.pwm.max31790.build: 58 platform_allow: nucleo_f429zi 59 extra_args: DTC_OVERLAY_FILE=max31790.overlay 60