zephyr/drivers/pwm
Kumar Gala d4a0c3a2aa dts: Convert new/missed DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST...
Change code from using now deprecated DT_<COMPAT>_<INSTANCE>_<PROP>
defines to using DT_INST_<INSTANCE>_<COMPAT>_<PROP>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-15 07:14:12 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig
Kconfig.dw
Kconfig.esp32
Kconfig.imx
Kconfig.mcux_ftm
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.qmsi
Kconfig.sam
Kconfig.sifive
Kconfig.stm32
pwm_dw.c
pwm_handlers.c
pwm_imx.c
pwm_led_esp32.c
pwm_mcux_ftm.c
pwm_nrf5_sw.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
pwm_nrfx.c drivers: pwm_nrfx: Correct prescaler value for undivided clock 2019-04-23 15:32:35 -07:00
pwm_pca9685.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
pwm_pca9685.h
pwm_qmsi.c
pwm_sam.c dts: Convert new/missed DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-15 07:14:12 -04:00
pwm_sifive.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
pwm_stm32.c
pwm_stm32.h