-
Notifications
You must be signed in to change notification settings - Fork 4
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
Major changes on DTS and board level to fix nightly QA integration tests #126
Conversation
This file contains 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
Since Zephyr introduce its own ':zephyr:code-sample:' domain directive all the samples will not exported with the Zephyr inventory. Thus Bridle has to fall back to the simple ':doc:' link role. All references will become obsolete and can't use anymore. Signed-off-by: Stephan Linz <linz@li-pro.net>
The Kconfig symbol CONFIG_NATIVE_UART_0_ON_STDINOUT is completely useless for QEMU targets, thus remove from test case setup. Signed-off-by: Stephan Linz <linz@li-pro.net>
All QEMU targets doesn't yet support Flash partitions out of the box, thus we have to disable related driver and shell setup. Signed-off-by: Stephan Linz <linz@li-pro.net>
This renames the compatible string to 'stm32-bxcan' and add default properties 'sjw' and 'sample-point' related to upstream changes: - zephyrproject-rtos/zephyr#61494 - zephyrproject-rtos/zephyr#62816 Signed-off-by: Stephan Linz <linz@li-pro.net>
This removes deprecated properties and introduce the default timing setup by 'sample-point' with 88.9% for 1000 kbit/sec related to upstream changes: - zephyrproject-rtos/zephyr#61494 - zephyrproject-rtos/zephyr#62816 Signed-off-by: Stephan Linz <linz@li-pro.net>
Signed-off-by: Stephan Linz <linz@li-pro.net>
Signed-off-by: Stephan Linz <linz@li-pro.net>
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
tobiaskaestner
approved these changes
Sep 25, 2023
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.
LGTM, many thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
reflects #122 and mainly #125.