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

0.57 #1703

Merged
merged 109 commits into from
Jul 14, 2023
Merged

0.57 #1703

merged 109 commits into from
Jul 14, 2023

Commits on Nov 2, 2022

  1. Initial WIP

    toomanybrians committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1da2c04 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. WIP 11/2/22

    toomanybrians committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7e19a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6293e1e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. WIP 11/7

    toomanybrians committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    20931b0 View commit details
    Browse the repository at this point in the history
  2. updated fast: config

    removed driverboards: config item for fast: and changed it to controller:
    toomanybrians committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    43a23f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. WIP 11/8

    toomanybrians committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    59ace9a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Got basic LEDs working on EXP boards

    no fades, no tests yet
    toomanybrians committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6839e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45003bc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    495c2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a612b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    08bc34b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from fastpinball/fast-expansion-boards

    Added support for FAST Expansion Bus & LEDs
    toomanybrians authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    3bbfc30 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    ee59054 View commit details
    Browse the repository at this point in the history
  2. Allow config for no BCP connections

    Syntax is:
    
    ```
    bcp:
      connections: None
    ```
    toomanybrians committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    597b04c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    7798425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ceb39e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 15, 2023

  1. fix FAST unittests

    toomanybrians committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    628dbea View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    92247ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02691d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb51037 View commit details
    Browse the repository at this point in the history
  4. little cleanup

    toomanybrians committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0e9eb00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2ac010 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. WIP refactoring day 1

    * created new fast config structure
    * combined serial connector and serial communicator
    * created new base class for both
    * moved net to its own module
    * refactored exp communicator to use this
    toomanybrians committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c2aaa89 View commit details
    Browse the repository at this point in the history
  2. wip 1.1

    toomanybrians committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0a898a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. WIP refactoring Day 2

    toomanybrians committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    7f12e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. WIP Refactoring Day 3

    toomanybrians committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6268067 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. WIP refactoring Day 4

    toomanybrians committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    50e8119 View commit details
    Browse the repository at this point in the history
  2. Update fast.py

    toomanybrians committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bab45f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. added servo tests

    toomanybrians committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ed4bce9 View commit details
    Browse the repository at this point in the history
  2. Revert "added servo tests"

    This reverts commit ed4bce9.
    toomanybrians committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    74448a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 6, 2023

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

Commits on Feb 7, 2023

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

Commits on Feb 8, 2023

  1. FAST refactor WIP

    toomanybrians committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    61dcf67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b56287 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    fb700d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17828d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    18a94f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9f2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bd0816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05899c4 View commit details
    Browse the repository at this point in the history
  5. And this file too :)

    toomanybrians committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    d0903c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Feb 24, 2023

  1. Add uvloop to prereqs

    toomanybrians committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c9b1541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac7eb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ec2a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6370fbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e476ca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec32987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f7b833 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0302d1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c179d7d View commit details
    Browse the repository at this point in the history
  10. update FAST exp tests

    toomanybrians committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7b74ad3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f64d41e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    397b749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b21798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ede58b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a74ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9f902b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93fbcbb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

  1. Refactoring for Python 3.11 support, WIP Day 2

    Almost done, just need to figure out the catch-22 about how to pass a task but not a coro when the loop isn't running
    toomanybrians committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ac59cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d664073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0358d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c886ddb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32f4432 View commit details
    Browse the repository at this point in the history
  6. Update base.py

    toomanybrians committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8d510cb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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

Commits on Mar 16, 2023

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

Commits on Mar 17, 2023

  1. Update _version.py

    toomanybrians committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8d678bf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. updated README & links

    toomanybrians committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6b50aab View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    10fd57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe5559 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    6175b1a View commit details
    Browse the repository at this point in the history
  2. more 0201 -> 0091

    toomanybrians committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c656dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c196cfa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    3592fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e2566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca1dbd View commit details
    Browse the repository at this point in the history
  4. remove deprecated scriptlet functionality

    replaced with 'code' like 7 years ago
    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ad45457 View commit details
    Browse the repository at this point in the history
  5. switch on/off yes/no to MPF validation

    instead of YAML. Add tests
    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    96e2991 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e9ace9 View commit details
    Browse the repository at this point in the history
  7. Update run_tests.yml

    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f10367c View commit details
    Browse the repository at this point in the history
  8. Bump Windows to pyserial-asyncio to 0.6

    Jan's PR got merged so Windows can use the rest
    pyserial/pyserial-asyncio#70
    
    Required for Python 3.11+ on Windows.
    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5164205 View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1a49785 View commit details
    Browse the repository at this point in the history
  10. Update config_spec.yaml

    toomanybrians committed May 18, 2023
    Configuration menu
    Copy the full SHA
    aea75c2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    63a60b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d9e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de79659 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. More FAST Platform refactoring

    Next steps:
    * Figure out what to do in the `soft_reset()` callbacks
    * Net: get CA: and DL:L, compare all states, update ones that need it
    * Verify those commands on 2.06 and 2.13
    * Update tests for this
    * Think about soft_reset for other communicators
    toomanybrians committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5ecb88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f478c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceeecc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    339a74f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. FAST refactoring WIP

    toomanybrians committed May 22, 2023
    Configuration menu
    Copy the full SHA
    716f7c2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. FAST refactor WIP

    toomanybrians committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ba70099 View commit details
    Browse the repository at this point in the history
  2. Update base.py

    toomanybrians committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a02d0c0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Refactoring WIP

    toomanybrians committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5ccf9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df2fa9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Refactoring WIP

    toomanybrians committed May 25, 2023
    Configuration menu
    Copy the full SHA
    563ae82 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    cb7c643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e852ab5 View commit details
    Browse the repository at this point in the history
  3. removed Python 3.7 from build scripts

    3.7 is now EOL
    toomanybrians committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c3f8ccf View commit details
    Browse the repository at this point in the history