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 APB verification components #1070

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8e6ec6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddb987 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. implement wait states

    c-thaler committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b15d822 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. fix trailing whitespace

    c-thaler committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4c9f5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ce11b View commit details
    Browse the repository at this point in the history
  3. use single generic parameter

    All generics are now integrated into a single parameter of type
    apb_master_t.
    c-thaler committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a3dd361 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    5aaf471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472d514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d74268 View commit details
    Browse the repository at this point in the history
  4. let the apb_master ctor be handled by bus_master

    The bus_master implementation will create an actor if null_actor is
    given as parameter. So we don't have to do it in apb_master.
    c-thaler committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b1331b0 View commit details
    Browse the repository at this point in the history