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:
parent
7a7e4f5832
commit
cfc18f2102
7 changed files with 555 additions and 18 deletions
|
@ -9,6 +9,9 @@ config HAS_NORDIC_DRIVERS
|
|||
|
||||
config HAS_NRFX
|
||||
bool
|
||||
|
||||
config NRFX_PWM
|
||||
bool
|
||||
|
||||
config NRFX_SPI
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue