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

Add fractional divider support for RMT hal #2127

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 9, 2024

  1. [RMT] Add fractional divider support

    Tnze committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    963f74b View commit details
    Browse the repository at this point in the history
  2. move gcd function

    Tnze committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b24e415 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Improve clock divider solver

    Tnze committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9f3d05e View commit details
    Browse the repository at this point in the history
  2. remove unreachable!()

    Tnze committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a6bc7d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0cb8e4 View commit details
    Browse the repository at this point in the history
  4. Add changelog

    Tnze committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1e43d58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix div_num off-by-one error

    Tnze committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6e47e42 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    Tnze authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e376b1c View commit details
    Browse the repository at this point in the history
  3. fix div_num off-by-one error

    Tnze committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d950fb6 View commit details
    Browse the repository at this point in the history
  4. reformat the code

    Tnze committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6155e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    753086e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'main' into main

    Tnze authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2187567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b7066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec24f8 View commit details
    Browse the repository at this point in the history