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

rv32i: add Display trait for PMPRegion/Config #1970

Merged
merged 2 commits into from
Jun 23, 2020

Commits on Jun 22, 2020

  1. rv32i: Display trait for PMPRegion/Config

    This patch implements Display trait for PMPregion and PMPconfig, which
    adds PMP regions information for a process to the standard panic
    printout.
    
    BUG=none
    TEST=make flash
    
    Change-Id: Iff8a3ce27753cd8f4ab8fc72b9f0752a92e5968d
    a-pronin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5e2c354 View commit details
    Browse the repository at this point in the history
  2. Fix warnings and formatting for pmp.rs

    Change-Id: I3603453bfd0ff9b134161f9f7352e01ea7e4b57a
    a-pronin committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    179a309 View commit details
    Browse the repository at this point in the history