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

🐛⚠️ CPU bug-fixes, major cleanups and optimizations #586

Merged
merged 10 commits into from
Apr 16, 2023
Merged

Commits on Apr 15, 2023

  1. [crt0] loop wfi to shutdown

    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    038afbf View commit details
    Browse the repository at this point in the history
  2. 🐛 fix rtl typo in XIRQ

    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    c69f219 View commit details
    Browse the repository at this point in the history
  3. [CHANGELOG] add v1.8.3.7

    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    34b6cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255e48c View commit details
    Browse the repository at this point in the history
  5. [sw/lib] comment edits

    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a443eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f2ffb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dff415 View commit details
    Browse the repository at this point in the history
  8. [docs] update PMP CSRs

    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a9c9993 View commit details
    Browse the repository at this point in the history
  9. [rtl] C decompressor edits

    Pass-through the original compressed instruction word if illegal instruction word.
    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    312fbff View commit details
    Browse the repository at this point in the history
  10. 🐛 ⚠️ [rtl] CPU control fixes and reworks

    * code cleanup and (area) optimization
    * fix WFI behavior
    * add remaining PMP CSRs
    * rework MTVAL CSR
    stnolting committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d317003 View commit details
    Browse the repository at this point in the history