-
Notifications
You must be signed in to change notification settings - Fork 5
Added test_video.yaml workflow a.o. #15
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
base: main
Are you sure you want to change the base?
Conversation
Evagan2018
commented
Oct 29, 2025
- Added test_video.yaml workflow.
- Cleaned up the AC6_test_build workflow.
- Added Quick start, Examples description, Directory Structure, and Continuous Integration sections in REAMDE.md file.
- Added target-type AE722F80F55D5LS to the TFLiteRT_HelloWorld.csolution.yml, mlek_video.csolution.yml, mlek_audio.csolution.yml, and mlek_dual.csolution.yml files.
…flow. Added Quick start, Examples description, Directory Structure, and Continuous Integration sections in REAMDE.md file. Added target-type AE722F80F55D5LS to the TFLiteRT_HelloWorld.csolution.yml, mlek_video.csolution.yml, mlek_audio.csolution.yml, and mlek_dual.csolution.yml files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the repository by adding a new video testing workflow, standardizing debugger configurations across solution files, and significantly improving documentation. The changes facilitate better CI/CD testing capabilities and provide clearer guidance for users getting started with the examples.
Key Changes
- Added
test_video.yamlworkflow for building and testing video object detection examples - Updated debugger configurations across all solution files to use CMSIS-DAP@pyOCD with consistent settings
- Enhanced README.md with comprehensive sections including Quick Start guide, Examples descriptions, Directory Structure, and detailed CI workflow documentation
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added comprehensive documentation sections including examples table, directory structure, and CI workflow details; reorganized and improved badge display |
| .github/workflows/test_video.yaml | New workflow for building video examples with AC6 compiler for AVH-SSE-300-U55 targets |
| .github/workflows/test_audio.yaml | Added artifact upload step for build outputs |
| .github/workflows/AC6_test_build.yaml | Standardized build workflow with cbuild setup step, added context set names, and disabled vcpkg caching |
| .github/workflows/GCC_test_build.yaml | Added cbuild setup step with context-set configuration |
| Alif/AppKit_D3/Tensorflow_LiteRT_HelloWorld/TFLiteRT_HelloWorld.csolution.yml | Added target-set configurations for both Release and Debug builds with CMSIS-DAP@pyOCD debugger |
| Alif/AppKit_D3/MLEK_Video/mlek_video.csolution.yml | Added target-set configurations for Release and Debug Live_Stream builds |
| Alif/AppKit_D3/MLEK_Audio/mlek_audio.csolution.yml | Added target-set configurations for Release and Debug Live_Stream builds |
| Alif/AppKit_D3/MLEK_AV_DualCore/mlek_dual.csolution.yml | Updated debugger from JLink Server to CMSIS-DAP@pyOCD, changed start processor, and added named target sets |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>