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 AVR set_pwm_duty unset default frequency #23463

Merged
merged 33 commits into from
Jan 12, 2022

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    15b243c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    e363120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab6dcb View commit details
    Browse the repository at this point in the history
  3. defer to pinsformat.js

    thinkyhead committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    df4f122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359415d View commit details
    Browse the repository at this point in the history
  5. clarify

    thinkyhead committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    fe1f75d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaef837 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd296f View commit details
    Browse the repository at this point in the history
  8. arg tweak, keep wrapper ?

    thinkyhead committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ffd9750 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbd37f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e10265 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1953124 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    ea74cdc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Update fast_pwm.cpp

    thinkyhead committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    8b334fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    741078e View commit details
    Browse the repository at this point in the history
  3. tweak wgm

    thinkyhead committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e18008f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    aaa15d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ultimate.pwm.fix' of https://github.com/descipher/Marlin

    …into ultimate.pwm.fix
    descipher committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    5b5b23b View commit details
    Browse the repository at this point in the history
  3. Add AT90 pins

    descipher committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    4b01add View commit details
    Browse the repository at this point in the history
  4. kHz => KHz

    thinkyhead committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c1e1b75 View commit details
    Browse the repository at this point in the history
  5. unsigned PWM frequency

    thinkyhead committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e177429 View commit details
    Browse the repository at this point in the history
  6. 32 bits may be better

    thinkyhead committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7ffc23a View commit details
    Browse the repository at this point in the history
  7. fix formatting

    thinkyhead committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    092666e View commit details
    Browse the repository at this point in the history
  8. suppress warning

    thinkyhead committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1755e78 View commit details
    Browse the repository at this point in the history
  9. Add more pins

    descipher committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    14795aa View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. unsigned enums

    thinkyhead committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f95f606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54501eb View commit details
    Browse the repository at this point in the history
  3. tweak var names and maths

    thinkyhead committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    78cb32f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aeac05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90ba936 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0871ea3 View commit details
    Browse the repository at this point in the history
  7. fallback to WGM2_PWM_PC

    thinkyhead committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0f5fbe7 View commit details
    Browse the repository at this point in the history
  8. style tweaks

    thinkyhead committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6a5eaec View commit details
    Browse the repository at this point in the history