zephyr/drivers/pwm
Andrei-Edward Popa 5413661a81 boards: xtensa: add ledc support to the esp32 board
add ledc to board dtsi file,
change compatible and device define in pwm driver,
add yaml for board ledc support,
fix missing include for board in gpio include

Signed-off-by: Andrei-Edward Popa <andrei_edward.popa@upb.ro>
2021-11-07 05:36:42 -05:00
..
CMakeLists.txt drivers: pwm: introduce new Telink B91 PWM driver 2021-08-05 16:11:41 +02:00
Kconfig drivers: pwm: introduce new Telink B91 PWM driver 2021-08-05 16:11:41 +02:00
Kconfig.b91 drivers: pwm: introduce new Telink B91 PWM driver 2021-08-05 16:11:41 +02:00
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.it8xxx2
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_ftm
Kconfig.mcux_pwt
Kconfig.mcux_sctimer drivers: pwm: Add PWM support for NXP LPC devices 2021-07-30 13:08:03 -05:00
Kconfig.mcux_tpm
Kconfig.npcx
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.rv32m1_tpm
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32
Kconfig.xec
Kconfig.xlnx
pwm_b91.c drivers: pwm: introduce new Telink B91 PWM driver 2021-08-05 16:11:41 +02:00
pwm_capture.c
pwm_gecko.c
pwm_handlers.c
pwm_imx.c
pwm_ite_it8xxx2.c pwm: it8xxx2: use new DT pinctrl accessors 2021-08-25 18:09:00 -04:00
pwm_led_esp32.c boards: xtensa: add ledc support to the esp32 board 2021-11-07 05:36:42 -05:00
pwm_litex.c
pwm_mchp_xec.c
pwm_mcux_ftm.c drivers: pwm: mcux: ftm: return -EBUSY if PWM capture in progress 2021-11-01 22:11:04 -04:00
pwm_mcux_pwt.c
pwm_mcux_sctimer.c drivers: pwm: Add PWM support for NXP LPC devices 2021-07-30 13:08:03 -05:00
pwm_mcux_tpm.c
pwm_mcux.c
pwm_npcx.c
pwm_nrf5_sw.c drivers: pwm: nrf_sw: drop deprecated 'timer-instance' DT prop 2021-07-12 08:20:47 -05:00
pwm_nrfx.c drivers: use common PM action callback naming 2021-11-03 20:27:18 -04:00
pwm_rv32m1_tpm.c
pwm_sam0_tcc.c
pwm_sam.c
pwm_shell.c
pwm_sifive.c
pwm_stm32.c
pwm_xlnx_axi_timer.c