Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PWM crashes on ESP8266 #4035

Merged
merged 2 commits into from
Jul 13, 2024
Merged

Commits on Jun 28, 2024

  1. Fix PWM crashes on ESP8266

    Vendor in the ESP8266 Arduino core PWM library, with a fix for a nasty
    NMI crash bug.  Sometimes the NMI return instruction seems to fail,
    resulting in an infinite loop as the PC gets stuck.  Work around this
    by backing up and restoring the PC if needed.
    willmmiles committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ff39a8d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. ESP8266PWM: Annotate sources

    Add additional clarification as to the original source URL and the
    specific local patches.
    willmmiles committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2fc2f47 View commit details
    Browse the repository at this point in the history