Skip to content

Native ARM64 support & MCP Example#52

Merged
Biswajit Roy (Biswajee) merged 18 commits into
developfrom
feature/arm64
Jul 9, 2026
Merged

Native ARM64 support & MCP Example#52
Biswajit Roy (Biswajee) merged 18 commits into
developfrom
feature/arm64

Conversation

@Biswajee

@Biswajee Biswajit Roy (Biswajee) commented Jun 25, 2026

Copy link
Copy Markdown
Member

Pull Request

Description

  • QTAC builds natively on Windows on ARM64, Windows on Snapdragon devices.
  • Build CI updated to reuse build.bat and build.sh.
  • MCP example script works (tested with connected debug boards).

Related Issue
#43

Type of Change

  • 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

  • Build example:
    image

  • MCP Example:
    image

@Biswajee Biswajit Roy (Biswajee) requested a review from a team as a code owner June 25, 2026 09:50
@Biswajee Biswajit Roy (Biswajee) changed the title Native ARM64 support Native ARM64 support & MCP Example Jun 25, 2026
Biswajit Roy (Biswajee) and others added 6 commits June 29, 2026 21:21
Signed-off-by: Roy, Biswajit <biswroy@qti.qualcomm.com>
Signed-off-by: Roy, Biswajit <biswroy@qti.qualcomm.com>
Finalize MCP SSE and STDIO examples
Necessary driver packages are downloaded if not present on the setup, else ignored.
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
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
@Biswajee Biswajit Roy (Biswajee) merged commit 0254974 into develop Jul 9, 2026
40 checks passed
@Biswajee Biswajit Roy (Biswajee) deleted the feature/arm64 branch July 9, 2026 17:28
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