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

Adds support for DCC extended accessories #769

Merged
merged 9 commits into from
Feb 4, 2024

Commits on Feb 1, 2024

  1. Fix incorrect consumer identified message being emitted by dcc accy p…

    …roducer.
    
    The range was not set properly, we use two ranges of 4095, but we only identified two ranges of about 2048.
    balazsracz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2b4d357 View commit details
    Browse the repository at this point in the history
  2. Adds tests.

    balazsracz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5787d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ef530 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    balazsracz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bbfca00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c73257a View commit details
    Browse the repository at this point in the history
  6. Adds well-known range for dcc extended accessories (according to the …

    …draft event identifiers standard).
    balazsracz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6f70967 View commit details
    Browse the repository at this point in the history
  7. Adds accessory consumer for extended accessories.

    Generates the dcc packets on the rails.
    balazsracz committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    23683b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge branch 'master' into bracz-consumer-id-range-fix

    * master:
      Fix incorrect consumer identified message being emitted by dcc accy producer. (#768)
      Avoids rendering hidden segments. (#767)
      Adds trailing zero to the cdi XML file written to the filesystem. (#777)
      Fix target subdirectory name (#775)
      Fixes file comment.
      Adds an application (hub_test) for testing the throughput of a hub or a CAN-bus (#762)
    balazsracz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    96569b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bracz-consumer-id-range-fix' into bracz-ext-accy-consumer

    * bracz-consumer-id-range-fix:
      Fix incorrect consumer identified message being emitted by dcc accy producer. (#768)
      Avoids rendering hidden segments. (#767)
      Adds trailing zero to the cdi XML file written to the filesystem. (#777)
      Fix target subdirectory name (#775)
      Fixes file comment.
      Adds an application (hub_test) for testing the throughput of a hub or a CAN-bus (#762)
    balazsracz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2b63381 View commit details
    Browse the repository at this point in the history