-
Notifications
You must be signed in to change notification settings - Fork 73
4.0.0 hil integration checkpoint #380
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
Merged
LinjingZhang
merged 21 commits into
4.0.0-pre-release
from
4.0.0-hil-integration-checkpoint
Aug 25, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9a53e9c
.github/workflows/hil_checks.yml: Update hil workflow.
LinjingZhang a3b6c1e
config/: Add hil config.
LinjingZhang d6bfb87
.gitmodules: Add gir submodule for hil.
LinjingZhang 3167168
extras: Add submodules.
LinjingZhang 52459c1
tests: Delete old arduino-core-tests.
LinjingZhang 5bce0c2
extras/arduino-core-tests: Update hotfix path.
LinjingZhang 576929f
extras/arduino-core-tests: Update to main branch.
LinjingZhang b334821
config/user.yml: Add analog io adc test.
LinjingZhang 69ff75b
.github/workflows: Change branch of makers-devops.
LinjingZhang e99c2b9
config: Diasble sync for Uart test.
LinjingZhang 1edd191
.github/workflows/hil_checks.yml: Only run on PR.
LinjingZhang d9b8747
config/project.yml: Add antoher uart test.
LinjingZhang e5a34cf
config/: Add all single test.
LinjingZhang 2114a2f
config/: Add single board tests 1400.
wxyyy0117 c03d845
config/: Only enable 4700.
LinjingZhang 258f267
extras/: Update all submodule to main.
LinjingZhang 9db3d3a
config/project.yml: Fix wiring name.
LinjingZhang acc2210
tests/test_config.h: Fix format.
LinjingZhang 0ea9483
config/user.yml: Disable failing test.
LinjingZhang 4af457a
config/user.yml: Disable unstable uart test.
LinjingZhang c04eef5
config/project.yml: Use global option.
LinjingZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: HIL Checks | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
makers-devops: | ||
uses: Infineon/makers-devops/.github/workflows/hil_checks.yml@main | ||
with: | ||
project-yaml: config/project.yml | ||
user-yaml: config/user.yml | ||
secrets: inherit | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium