13 Commits

Author SHA1 Message Date
dc768384eb bugfix(pwm): PWM cannot drive GPIO properly because there is no enable TSf0 interrupt for PWM. 2020-11-13 14:48:45 +08:00
8ba4058aec bugfix(pwm): add SLEEP0_CONF reg to stop timer 2020-09-21 14:16:32 +08:00
72cbf0d55e bugfix(pwm): support fractional phase
* Supports fractional phase, making the phase function produce higher precision waveforms.
* Enhanced stability
2020-09-21 10:37:23 +08:00
f7b83db266 feat(esp8266): add non-mask watch dog to panic critical function 2020-07-23 11:24:42 +08:00
48f8d26c5b bugfix(pwm): fix a bug in pwm set period 2019-08-19 21:21:57 +08:00
4c45455ff0 bugfix(pwm): fix pwm channel num type error
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/588
2019-05-16 15:51:36 +08:00
c0007f887a bugfix(pwm): fix pwm jitter 2019-04-26 21:16:33 +08:00
d177396c65 bugfix(pwm): fix pwm error phase
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/528
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/527
2019-03-29 11:55:27 +08:00
3c3b15f8bc bugfix(pwm): fix_pwm_wrong_comment
Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/439
2019-01-14 10:47:19 +08:00
e6d122f7eb fix(pwm): Modify PWM TICKS3 to reduce CPU cost 2019-01-10 16:39:23 +08:00
7f14c1ea4d fix: fix small typo in pwm
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/419
2018-12-21 08:46:24 +08:00
a3b374a0f4 bugfix(pwm): fix PWM stop problem when using https 2018-12-11 16:17:37 +08:00
1cf8601373 refactor(pwm): Refactor pwm driver for esp8266 idf. 2018-10-16 15:06:32 +08:00