Conversation
Add wrapper DEVICE_API macro to all display_driver_api instances. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add wrapper DEVICE_API macro to all gpio_driver_api instances. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add wrapper DEVICE_API macro to all i2c_driver_api instances. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add wrapper DEVICE_API macro to all uart_driver_api instances. Signed-off-by: Stephan Linz <linz@li-pro.net>
Rename all SC18IM604 to correct SC18IS604. Signed-off-by: Stephan Linz <linz@li-pro.net>
Add GitHub issues #469. 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. |
This board was redundant and removed upstream. bl54l15_dvk is equivalent. Signed-off-by: Stephan Linz <linz@li-pro.net>
Take over new boards with sysbuild enabled from upcoming Zephyr v4.5. Signed-off-by: Stephan Linz <linz@li-pro.net>
Irockasingranite
approved these changes
Jun 26, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #469.
The DEVICE_API macro is now mandatory for declaring device driver API instances of any upstream driver class, including in out-of-tree drivers. DEVICE_API_GET now asserts that the API belongs to the requested class, which requires the instance to live in the class’s iterable section.
Result in QA Integration Test from upstream is now:
Also this repairing the QA Integration Tests because of unrecognized platform error: the board
bl54l15u_dvkwas removed upstream.