Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Verify CMSIS Compliance

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 6 * * 5'

jobs:
verify-cmsis-compliance:
name: Verify CMSIS Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Arm-Examples/verify-cmsis-example-action@latest
name: Verify CMSIS Compliance
with:
branch: ${{ github.ref }}
project-file: ./mlek.csolution.yml
API_TOKEN: ${{ secrets.CMSIS_API_KEY }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CMSIS-Pack based Machine Learning Examples
[![CMSIS Compliance](https://img.shields.io/github/actions/workflow/status/Arm-Examples/mlek-cmsis-pack-examples/ci.yml?logo=arm&logoColor=0091bd&label=CMSIS%20Compliance)](https://www.keil.arm.com/cmsis)

- [CMSIS-Pack based Machine Learning Examples](#cmsis-pack-based-machine-learning-examples)
- [Introduction](#introduction)
Expand Down Expand Up @@ -369,4 +370,4 @@ spot immediately. Please help us improve this section by reporting them via GitH
Currently Keil Studio Cloud only supports running with the Arm® Ethos™-U55 on AVH
virtual targets.
You can build the project but will have to run it on your local machine on an
installation of the equivalent Fixed Virtual Platform containing Arm® Ethos™-U65 NPU.
installation of the equivalent Fixed Virtual Platform containing Arm® Ethos™-U65 NPU.