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 --mark_range flag #576

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 28, 2022

  1. Add --mark_range flag

    This flag allows implementing a marker trait for registers in specific
    memory addresses. These can then be used to implement methods on
    registers. One such example is providing atomic access to only some of
    the registers directly in the PAC. Currently this is done in HAL, but
    this loses the ability to use writer proxies. Moreover this allows
    keeping atomic and non-atomic usage in HAL more similar.
    henkkuli committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8f4999b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    d0f6075 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    henkkuli committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    83c4584 View commit details
    Browse the repository at this point in the history