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 auto-modifying cyclic tasks #703

Merged
merged 15 commits into from
May 15, 2023
Merged

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    f7a3ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9990dc View commit details
    Browse the repository at this point in the history
  3. Don't break socketcan

    Added modifier_callback arguments where necessary,
    and changed MRO of sockercan's CyclicSendTask to
    match that of the fallback.
    bessman committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    6cdb43e View commit details
    Browse the repository at this point in the history
  4. Remove __init__ from ModifiableCyclicTaskABC

    This makes several changes to socketcan in previous commits
    unnecessary. These changes are also removed.
    bessman committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    56021d7 View commit details
    Browse the repository at this point in the history
  5. Forgot some brackets...

    bessman committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    c3784eb View commit details
    Browse the repository at this point in the history
  6. Reformatting by black

    bessman committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    7d08dc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    1ea949d View commit details
    Browse the repository at this point in the history
  2. Forgot to change type hint

    bessman committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    433b91f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Merge branch 'develop' into modifying_tasks

    # Conflicts:
    #	can/broadcastmanager.py
    #	can/bus.py
    #	can/interfaces/socketcan/socketcan.py
    zariiii9003 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a4e68f5 View commit details
    Browse the repository at this point in the history
  2. fix CI

    zariiii9003 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    64e25ba View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge branch 'develop' into bessman_develop

    # Conflicts:
    #	can/bus.py
    #	can/interfaces/socketcan/socketcan.py
    zariiii9003 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    daeabea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164c282 View commit details
    Browse the repository at this point in the history
  3. improve docstring

    zariiii9003 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0b02d1a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge branch 'develop' into bessman_develop

    # Conflicts:
    #	can/interfaces/ixxat/canlib_vcinpl.py
    zariiii9003 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e673ec4 View commit details
    Browse the repository at this point in the history
  2. fix ixxat imports

    zariiii9003 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    93ef698 View commit details
    Browse the repository at this point in the history