zephyr/drivers/pwm
Erwan Gouriou d13f9d9b9b drivers: stm32: Select PINCTRL when required
Select PINCTRL subsystem by drivers which require it.
Prevent the need from enabling this symbol at board or soc level.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-03 14:40:55 +01:00
..
CMakeLists.txt drivers: pwm: generate pwm with nxp flexio IP 2024-06-11 11:38:48 +01:00
Kconfig drivers: pwm: generate pwm with nxp flexio IP 2024-06-11 11:38:48 +01:00
Kconfig.b91
Kconfig.cc13xx_cc26xx_timer
Kconfig.ene
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.imx
Kconfig.intel_blinky
Kconfig.it8xxx2
Kconfig.litex
Kconfig.max31790 drivers: pwm: split up driver for MAX31790 into a MFD 2024-03-20 07:38:18 -05:00
Kconfig.mcux
Kconfig.mcux_ctimer
Kconfig.mcux_ftm
Kconfig.mcux_pwt
Kconfig.mcux_qtmr drivers: pwm: pwm_mcux_qtmr: Add QTMR driver. 2024-06-06 09:41:22 +02:00
Kconfig.mcux_sctimer
Kconfig.mcux_tpm
Kconfig.npcx
Kconfig.nrf_sw
Kconfig.nrfx drivers: pwm: add support for nRF54 devices 2024-04-09 11:05:46 +02:00
Kconfig.numaker
Kconfig.nxp_flexio drivers: pwm: generate pwm with nxp flexio IP 2024-06-11 11:38:48 +01:00
Kconfig.nxp_s32_emios
Kconfig.pca9685
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rv32m1_tpm
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
Kconfig.test
Kconfig.xec
Kconfig.xlnx
Kconfig.xmc4xxx_ccu4
Kconfig.xmc4xxx_ccu8
pwm_b91.c
pwm_capture.c
pwm_cc13xx_cc26xx_timer.c drivers: cc13xx_cc26xx: pwm: Add polarity flag support 2024-08-27 10:51:04 -04:00
pwm_ene_kb1200.c
pwm_gd32.c
pwm_gecko.c
pwm_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
pwm_imx.c
pwm_intel_blinky.c
pwm_ite_it8xxx2.c ITE: drivers/pwm: Optimize the PWM set cycles 2024-05-29 12:00:22 +02:00
pwm_led_esp32.c drivers: ledc: Clock source update to support ESP32C6 2024-06-14 18:51:46 -04:00
pwm_litex.c
pwm_max31790.c drivers: pwm: split up driver for MAX31790 into a MFD 2024-03-20 07:38:18 -05:00
pwm_mc_esp32.c drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
pwm_mchp_xec_bbled.c
pwm_mchp_xec.c
pwm_mcux_ctimer.c drivers: pwm: pwm_mcux_ctimer: use correct clock subsystem ID 2024-03-22 10:23:58 +01:00
pwm_mcux_ftm.c drivers: pwm: mcux_ftm: allow to select clock source 2024-04-19 10:08:53 +02:00
pwm_mcux_pwt.c drivers: pwm: update pwm_mcux_pwt.c 2024-08-13 09:50:06 +01:00
pwm_mcux_qtmr.c drivers: pwm: pwm_mcux_qtmr: Add QTMR driver. 2024-06-06 09:41:22 +02:00
pwm_mcux_sctimer.c
pwm_mcux_tpm.c
pwm_mcux.c drivers: pwm: pwm_mcux: make thread safe with mutex. 2024-05-15 09:27:38 +02:00
pwm_npcx.c
pwm_nrf_sw.c
pwm_nrfx.c drivers: pwm: pwm_nrfx: place data buffer in specified memory region 2024-04-25 17:59:27 -04:00
pwm_numaker.c
pwm_nxp_flexio.c drivers: pwm: generate pwm with nxp flexio IP 2024-06-11 11:38:48 +01:00
pwm_nxp_s32_emios.c
pwm_pca9685.c
pwm_rcar.c
pwm_rpi_pico.c
pwm_rv32m1_tpm.c
pwm_sam0_tcc.c
pwm_sam.c
pwm_shell.c
pwm_sifive.c
pwm_stm32.c drivers: pwm: pwm_stm32: Add error log for 16-bit timer buffer overflow 2024-08-16 16:29:49 +01:00
pwm_test.c
pwm_xlnx_axi_timer.c
pwm_xmc4xxx_ccu4.c
pwm_xmc4xxx_ccu8.c