nrf pwm broken #30638
Labels
area: PWM
Pulse Width Modulation
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: high
High impact/importance bug
@galak
pwm_nrfx.c
doesn't build anymore; adding#define DT_DRV_COMPAT nordic_nrf_pwm
at the top seems to work.Also, doesn't it need to use
DEVICE_DT_DEFINE(PWM(idx))
instead ofDEVICE_DT_INST_DEFINE(idx)
since the instance numbers don't necessarily match thepwmN
labels, and the rest of the macros in that file depend on the labels? I'm unfamiliar with what's been going on with DT so I may be mistaken.Originally posted by @jimparis in #30570 (comment)
Confirmed in nightly builds.
The text was updated successfully, but these errors were encountered: