Skip to content

Sequence Builder: visual macro editor for multi-step protocol sequences #10

Description

@vailuc

Background

Programming or initializing hardware often requires multi-step sequences such as:

Reset → Poll status register → Wait for bit 0 high → Start flash write → Verify

Goal

Build a visual macro editor for defining and running such protocol sequences.

Why

Instead of opaque scripts, users can build reusable sequences from known decoder frames and share them with the project.

Acceptance criteria

  • UI for adding, reordering, and configuring sequence steps.
  • Steps can reference existing decoder frame types (reset, write, read, wait, etc.).
  • Macros are exportable/importable as JSON.
  • Macros are tied to the existing decoder config state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LALogic Analyzer subsystemenhancementNew feature or requestroadmapLong-term architecture and roadmap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions