test: drivers: buildall: Update to add LPC PWM
Add support for PWM on MXRT685 Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
cd5e06de94
commit
ca88a6122e
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ tests:
|
||||||
platform_allow: mimxrt1064_evk
|
platform_allow: mimxrt1064_evk
|
||||||
tags: pwm_mcux
|
tags: pwm_mcux
|
||||||
extra_args: "CONFIG_PWM_MCUX=y"
|
extra_args: "CONFIG_PWM_MCUX=y"
|
||||||
|
drivers.pwm.mcux.sctimer.build:
|
||||||
|
platform_allow: mimxrt685_evk_cm33
|
||||||
|
tags: pwm_mcux_sctimer
|
||||||
|
extra_args: "CONFIG_PWM_MCUX_SCTIMER=y"
|
||||||
drivers.pwm.rv32m1.tpm.build:
|
drivers.pwm.rv32m1.tpm.build:
|
||||||
platform_allow: rv32m1_vega_ri5cy
|
platform_allow: rv32m1_vega_ri5cy
|
||||||
tags: pwm_rv32m1_tpm
|
tags: pwm_rv32m1_tpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue