drivers: pwm: Add shim for nrfx PWM HW driver

Adds a translation layer to make the nrfx driver for nrf52 PWM
peripheral accessible via the Zephyr's API.

Signed-off-by: Justin DeMartino <jdemarti@gmail.com>
This commit is contained in:
Justin DeMartino 2018-05-03 14:40:12 -07:00 committed by Carles Cufí
commit cfc18f2102
7 changed files with 555 additions and 18 deletions

View file

@ -9,6 +9,9 @@ config HAS_NORDIC_DRIVERS
config HAS_NRFX
bool
config NRFX_PWM
bool
config NRFX_SPI
bool