Hi,

PWM API and driver for nordic were merged in today (yay for mlaz).

In order to make it easy to try out, I’m proposing creating a BSP
for nrf52dk under mynewt_nordic. Basically a duplicate one which
is present in apache-mynewt-core, but one which enables additional
peripherals. Specifically ADCs and PWMs.

AFAIK, we cannot have dependencies from mynewt-core to packages
in nordic repository. Therefore we can’t have config knobs within core's
‘vanilla BSP’ including these drivers.

With this other BSP in nordic you could have syscfg knobs allowing the
inclusion of these drivers, therefore a) allow people to see how to
build their BSPs, b) allow people an easy way to test ADC/PWM
and c) allow developers construct test build targets to verify that
they haven’t broken support by accident.

Any opinions on this? Or better ideas than this one?

Reply via email to