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

rtl cleanups and optimizations #843

Merged
merged 9 commits into from
Mar 10, 2024
Merged

rtl cleanups and optimizations #843

merged 9 commits into from
Mar 10, 2024

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    df13124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ab01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d3df2 View commit details
    Browse the repository at this point in the history
  4. [cache] bug fixes

    - fix direct access address detection logic
    - use a real bus switch: buffer direct access requests in case a cache flush is in progress
    stnolting committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f588770 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa9164e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. [rtl] minor comment edits

    stnolting committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8b44e02 View commit details
    Browse the repository at this point in the history
  2. [rtl] fpu is now in "beta" state

    thanks to @mikaelsky
    stnolting committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    64a59a1 View commit details
    Browse the repository at this point in the history
  3. [cpu] fix minor HW trigger timing issue

    fix a minor corner case bug: if the hw trigger fires at the same time as an interrupt the hw trigger should trigger the resulting trap
    stnolting committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fd089b8 View commit details
    Browse the repository at this point in the history
  4. [changelog] add v1.9.6.2

    stnolting committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    da79ac9 View commit details
    Browse the repository at this point in the history