-
- Downloads
nrf: Enable all PWM, RTC and Timer instances for nrf52840.
The NRF52 define only covers nrf52832, so update the define checks to use NRF52_SERIES to cover both nrf52832 and nrf52840. Fixed machine_hard_pwm_instances table in modules/machine/pwm.c This enables PWM(0) to PWM(3), RTCounter(2), Timer(3) and Timer(4), in addition to NFC reset cause, on nrf52840.
Showing
- ports/nrf/modules/machine/modmachine.c 2 additions, 2 deletionsports/nrf/modules/machine/modmachine.c
- ports/nrf/modules/machine/pwm.c 6 additions, 4 deletionsports/nrf/modules/machine/pwm.c
- ports/nrf/modules/machine/rtcounter.c 4 additions, 4 deletionsports/nrf/modules/machine/rtcounter.c
- ports/nrf/modules/machine/timer.c 2 additions, 2 deletionsports/nrf/modules/machine/timer.c
Please register or sign in to comment