-
Notifications
You must be signed in to change notification settings - Fork 10
feat: add QNX process configuration, schema, docs for TimeSlave reference Integration #158
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
Open
gordon9901
wants to merge
20
commits into
eclipse-score:main
Choose a base branch
from
gordon9901:ecarx_pr5_qnx_config_and_docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f68a374
build: add ITF, rules_oci, rules_pkg and IFS toolchain
gordon9901 8a6b790
build: add json-schema-validator lint rule
gordon9901 359487a
feat(time_slave): add JSON config, schema and parser
gordon9901 c0d0585
docs(time_slave): add QNX setup manual
gordon9901 a34008c
test(time_slave): add QNX reference integration
gordon9901 73b425d
refactor: move json_schema_validator to tools/lint
gordon9901 c245a6f
Merge branch 'main' into ecarx_pr5_qnx_config_and_docs
gordon9901 c4ed1ec
chore: fix lockfile and copyright headers
gordon9901 1d6e2fc
Merge branch 'main' into ecarx_pr5_qnx_config_and_docs
gordon9901 1362635
fix: add manuals to time_slave docs toctree
gordon9901 f45b81f
fix: remove dangling doc reference in qnx_setup
gordon9901 b7993b2
fix: resolve MODULE.bazel.lock conflict with main
gordon9901 585f170
Merge branch 'main' into ecarx_pr5_qnx_config_and_docs
gordon9901 1b9b7f1
fix: inline json in qnx_setup to stay inside bundle root
gordon9901 d377229
test: add config_parser unit tests to boost coverage
gordon9901 d0e1103
fix: resolve MODULE.bazel.lock conflict with main
gordon9901 5d18206
fix: clang-format config_parser_test.cpp string alignment
gordon9901 0903bd9
docs(time_slave): restructure qnx_setup and config guide
gordon9901 7f61c0c
test(time_slave/qnx): generate SSH host key at boot
gordon9901 2cc1639
fix: resolve MODULE.bazel.lock conflict with main
gordon9901 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 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,17 @@ | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2026 Contributors to the Eclipse Foundation | ||
| # | ||
| # See the NOTICE file(s) distributed with this work for additional | ||
| # information regarding copyright ownership. | ||
| # | ||
| # This program and the accompanying materials are made available under the | ||
| # terms of the Apache License Version 2.0 which is available at | ||
| # https://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| exports_files( | ||
| ["time_slave_qnx_config.json"], | ||
| visibility = ["//visibility:public"], | ||
| ) |
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,18 @@ | ||
| { | ||
| "iface_name": "emac0", | ||
| "domain_number": 0, | ||
| "pdelay_req_interval_ms": 1000, | ||
| "pdelay_warmup_ms": 2000, | ||
| "sync_timeout_ms": 3300, | ||
| "jump_future_threshold_ns": 500000000, | ||
| "shm_path": "/gptp_shmem", | ||
| "phc": { | ||
| "enabled": true, | ||
| "device": "emac0", | ||
| "step_threshold_ns": 100000000 | ||
| }, | ||
| "qnx": { | ||
| "bpf_device_prefix": "/dev/bpf", | ||
| "see_sent": true | ||
| } | ||
| } |
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.
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.
Just observed this checking something in the code. Suggested simplification plus update to itf 0.5.0: