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

PR: Fix for hard crash bug with DGUS Reloaded LCD on STM32 platform #24600

Merged
merged 20 commits into from
Aug 19, 2022

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    b27f328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b8e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbe929b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91f96d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f374fa8 View commit details
    Browse the repository at this point in the history
  6. regression

    gruvin committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0c933c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    f58efe3 View commit details
    Browse the repository at this point in the history
  2. Apply const, etc.

    thinkyhead committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    da44f3a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

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

Commits on Jul 7, 2022

  1. misc planner

    thinkyhead committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    828afc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ab8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c6d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

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

Commits on Aug 7, 2022

  1. LCD RX fix

    Added byte swap macro to fix crash issues when receiving data from dgus_reloaded firmware equipped Ender 5 plus stock LCD.
    Protomosh committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    581dda5 View commit details
    Browse the repository at this point in the history
  2. Swap16 -> BE16_P macro change

    Changing Swap16 macro to new BE16_P macro.
    Protomosh committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    252b864 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. cleanup

    thinkyhead committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    7e90e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5f56d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98bfd7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7beef87 View commit details
    Browse the repository at this point in the history
  5. followup

    thinkyhead committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    8e2e77f View commit details
    Browse the repository at this point in the history