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

Draft: Support PWM phase shifts on ESP8266 #4165

Open
wants to merge 5 commits into
base: 0_15
Choose a base branch
from

Commits on Sep 29, 2024

  1. Support PWM phase shifts on ESP8266

    Use the phase-locked soft PWM from the Arduino core to implement the
    same PWM phase management as ESP32s are using.  The soft PWM code is
    vendored in, as it was previously, to add the NMI workaround from Aircoookie#4035.
    
    Completes Aircoookie#4034
    willmmiles committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cc87b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4b668 View commit details
    Browse the repository at this point in the history
  3. Save a little RAM

    willmmiles committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3c7f834 View commit details
    Browse the repository at this point in the history
  4. Improve PWM on ESP8266

    - Better phase updates without dropping samples
    - Make second pin duty cycle always after first, even inverted
    willmmiles committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    59deebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb8dae1 View commit details
    Browse the repository at this point in the history