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

ITM: exhaustively check feature support during configure; improve standard correctness, documentation #383

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

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    508292c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    8a2ab27 View commit details
    Browse the repository at this point in the history
  2. itm: add busy check

    tmplt committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e1a84c7 View commit details
    Browse the repository at this point in the history
  3. itm: improve documentation

    tmplt committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    bb7319b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    c856ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570ce0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ee6ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7b4a45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e1230e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. itm: update documentation

    tmplt committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2c99e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189c3e4 View commit details
    Browse the repository at this point in the history
  3. itm: fix intra-doc links

    tmplt committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1e85dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9a6f55 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    f2a1d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2dbb0 View commit details
    Browse the repository at this point in the history
  3. itm: streamline lock, unlock

    tmplt committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    c8b8ca4 View commit details
    Browse the repository at this point in the history
  4. itm: hide has_software_lock, locked

    There functions are internally queried inside lock, unlock.
    tmplt committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    c80da84 View commit details
    Browse the repository at this point in the history
  5. itm: make ITMConfiguration non-exhaustive

    At least one more error enum will be added in the future. See rust-embedded#393.
    tmplt committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    e18b52d View commit details
    Browse the repository at this point in the history