pwm: Added MCUX_PWM support for MIMXRT1021

It has been tested and working on a custom MIMXRT1021-pcb.

Signed-off-by: Christoffer Bask <christoffer@softube.com>
This commit is contained in:
Christoffer Bask 2021-10-20 16:20:37 +02:00 committed by Carles Cufí
commit 2091c3752d

View file

@ -80,6 +80,7 @@ config SOC_MIMXRT1021
select HAS_MCUX_USDHC2 select HAS_MCUX_USDHC2
select HAS_MCUX_EDMA select HAS_MCUX_EDMA
select HAS_MCUX_FLEXCAN select HAS_MCUX_FLEXCAN
select HAS_MCUX_PWM
config SOC_MIMXRT1024 config SOC_MIMXRT1024
bool "SOC_MIMXRT1024" bool "SOC_MIMXRT1024"