Skip to content

develop -> main. prep for release deployment#57

Merged
Biswajit Roy (Biswajee) merged 21 commits into
mainfrom
develop
Jul 13, 2026
Merged

develop -> main. prep for release deployment#57
Biswajit Roy (Biswajee) merged 21 commits into
mainfrom
develop

Conversation

@Biswajee

Copy link
Copy Markdown
Member

Pull Request

Description

  • ARM64 build support
  • Build pipeline and workflow updates
  • MCP example and documentation
  • General documentation updates

Related Issue
N/A

Type of Change
Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional Context
Validation performed by multiple internal folks and across stations.

@Biswajee Biswajit Roy (Biswajee) requested a review from a team as a code owner July 13, 2026 21:51
fetch-ftdi-windows-arm64:
runs-on: windows-11-arm
steps:
- uses: actions/checkout@v6

- name: Cache FTDI archive for ARM64
id: cache-ftdi-windows-arm64
uses: actions/cache@v5
qt_version: ['6.9.2', '6.10.0']

steps:
- uses: actions/checkout@v6

- name: Build with ${{ matrix.build_type }}
- name: Cache Qt installation for ARM64
uses: actions/cache@v5
echo "QTBIN=C:\Qt\${{ matrix.qt_version }}\msvc2022_arm64\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

- name: Restore FTDI archive for ARM64
uses: actions/cache/restore@v5
@Biswajee Biswajit Roy (Biswajee) merged commit 858ca72 into main Jul 13, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants