1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 14:32:45 +01:00
RIOT/cpu/esp8266/periph
Gunar Schorcht d3e0b78f7c cpu/esp8266: fix of set func in periph/pwm
In the `pwm_set` function, the switch-on and switch-off times for PWM channels were only determined for the following phase, but not for the current phase. This could result in a missing duty cycle when calling the function `pwm_set` if the switch-on time of the current phase was not yet reached or to an extended duty cycle if the switch-off time of the current phase had not yet been reached.
2019-06-26 16:00:02 +02:00
..
adc.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
cpuid.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
flash.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
gpio.c Merge pull request #10135 from miri64/cpu/enh/periph-gpio-irq-closing-endif 2018-10-15 13:41:02 +02:00
hwrng.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
i2c.c cpu/esp8266: Fix i2c buses array definition 2018-11-22 08:09:35 +01:00
Makefile cpu: add esp8266 2018-09-05 02:39:50 +02:00
pm.c cpu/esp8266: new ets_task thread 2019-01-21 16:30:33 +01:00
pwm.c cpu/esp8266: fix of set func in periph/pwm 2019-06-26 16:00:02 +02:00
rtc.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
spi.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
timer.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
uart.c cpu: add esp8266 2018-09-05 02:39:50 +02:00