zephyr/drivers/pwm
Justin DeMartino cfc18f2102 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>
2018-06-22 11:56:01 +02:00
..
CMakeLists.txt drivers: pwm: Add shim for nrfx PWM HW driver 2018-06-22 11:56:01 +02:00
Kconfig drivers: pwm: Add shim for nrfx PWM HW driver 2018-06-22 11:56:01 +02:00
Kconfig.dw
Kconfig.esp32 drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
Kconfig.mcux_ftm mcux: nxp_kinetis: Move HAS_FTM config to ext 2017-09-25 12:31:59 -05:00
Kconfig.nrf5_sw drivers: pwm: pwm_nrf5_sw: Add prescaler support 2018-06-13 18:55:22 +02:00
Kconfig.nrfx drivers: pwm: Add shim for nrfx PWM HW driver 2018-06-22 11:56:01 +02:00
Kconfig.pca9685
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.stm32 pwm: stm32: Add PWM fixup for STM32* and remove Kconfig options 2018-06-12 03:54:26 -04:00
pwm_dw.c
pwm_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
pwm_led_esp32.c drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
pwm_mcux_ftm.c pwm: Introduce new mcux ftm shim driver 2017-08-09 18:13:29 -04:00
pwm_nrf5_sw.c drivers: pwm: pwm_nrf5_sw: Add prescaler support 2018-06-13 18:55:22 +02:00
pwm_nrfx.c drivers: pwm: Add shim for nrfx PWM HW driver 2018-06-22 11:56:01 +02:00
pwm_pca9685.c
pwm_pca9685.h
pwm_qmsi.c
pwm_stm32.c pwm: stm32: Fix driver to compile with STM32F0 2018-06-12 03:54:26 -04:00
pwm_stm32.h