zephyr/drivers/pwm
Francois Ramu da48451a01 drivers: pwm: Add STM32G0XX pwm support
Add pwm support for STM32G0X SoC series.

Signed-off-by: Philippe Retornaz <philippe@shapescale.com
Signed-off-by: Francois Ramu <francois.ramu@st.com>
2019-07-05 10:35:55 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig
Kconfig.dw kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.esp32 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.imx kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.mcux_ftm
Kconfig.nrf5_sw drivers: pwm: nrf: Migrate SW PWM Kconfig options to DT 2019-03-12 13:34:01 +01:00
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.pca9685 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.qmsi kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sam kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sifive kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.stm32 kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
pwm_dw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_handlers.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_imx.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_led_esp32.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_mcux_ftm.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrf5_sw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrfx.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
pwm_qmsi.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
pwm_sam.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_sifive.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_stm32.c drivers: pwm: Add STM32G0XX pwm support 2019-07-05 10:35:55 -05:00
pwm_stm32.h