zephyr/drivers/pwm
Kumar Gala 7de55a07fc pwm: stm32: Fix type for PMW3 support
When we called DEVICE_AND_API_INIT for PMW3, we accidently had
pwm_stm32_2 instead of pwm_stm32_3.

Fixes: #6625

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-05-15 14:48:44 -05:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
Kconfig.dw
Kconfig.esp32 drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
Kconfig.mcux_ftm
Kconfig.nrf5_sw arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
Kconfig.pca9685
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.stm32
pwm_dw.c
pwm_handlers.c drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
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_nrf5_sw.c
pwm_pca9685.c
pwm_pca9685.h
pwm_qmsi.c
pwm_stm32.c pwm: stm32: Fix type for PMW3 support 2018-05-15 14:48:44 -05:00
pwm_stm32.h