zephyr/drivers/pwm
Andrzej Głąbek 8bc0fdaf56 drivers: pwm_nrfx: Clean up driver instantiation
- use CONFIG_HAS_HW_NRF_* symbols consistently in nRF multi-instance
  drivers when creating particular driver instances
- remove unnecessary hidden Kconfig options that indicated the type of
  peripheral to be used by a given instance (e.g. SPI, SPIM, or SPIS)
  and enabled proper nrfx driver instance; instead, use one option per
  peripheral type and include the corresponding shim driver flavor into
  compilation basing on that option (not the one that enables the nrfx
  driver as it was incorrectly done so far in some cases)

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-07-25 13:41:51 +02:00
..
CMakeLists.txt drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
Kconfig drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
Kconfig.b91
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.imx
Kconfig.intel_blinky drivers: pwm: Add support for pch intel blink driver 2023-07-12 14:50:16 +03:00
Kconfig.it8xxx2
Kconfig.litex
Kconfig.max31790 drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
Kconfig.mcux
Kconfig.mcux_ftm
Kconfig.mcux_pwt
Kconfig.mcux_sctimer
Kconfig.mcux_tpm
Kconfig.npcx
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rv32m1_tpm drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32 drivers: pwm: pwm_stm32: reset timer using RCC before initialization 2023-07-20 10:36:10 +00:00
Kconfig.test
Kconfig.xec drivers: all: mchp_xec: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
Kconfig.xlnx
pwm_b91.c
pwm_capture.c
pwm_gd32.c
pwm_gecko.c
pwm_handlers.c
pwm_imx.c
pwm_intel_blinky.c drivers: pwm: Add support for pch intel blink driver 2023-07-12 14:50:16 +03:00
pwm_ite_it8xxx2.c
pwm_led_esp32.c
pwm_litex.c
pwm_max31790.c drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
pwm_mc_esp32.c
pwm_mchp_xec_bbled.c drivers: bbled: pwm: mchp: BBLED low power mode updated 2023-07-25 09:09:44 +02:00
pwm_mchp_xec.c drivers: pwm: mchp: Low power mode enabled 2023-07-20 10:42:19 +00:00
pwm_mcux_ftm.c
pwm_mcux_pwt.c
pwm_mcux_sctimer.c
pwm_mcux_tpm.c
pwm_mcux.c drivers: pwm: pwm_mcux: fix for coverity 321142 2023-07-10 09:30:05 +02:00
pwm_npcx.c
pwm_nrf5_sw.c
pwm_nrfx.c drivers: pwm_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
pwm_pca9685.c
pwm_rcar.c
pwm_rpi_pico.c
pwm_rv32m1_tpm.c drivers: all: rv32m1: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
pwm_sam.c
pwm_sam0_tcc.c
pwm_shell.c
pwm_sifive.c
pwm_stm32.c drivers: pwm: pwm_stm32: reset timer using RCC before initialization 2023-07-20 10:36:10 +00:00
pwm_test.c
pwm_xlnx_axi_timer.c