rtos: branch compiler_attributes.h for XTOS and Zephyr#9489
Merged
lgirdwood merged 1 commit intoSep 19, 2024
Conversation
kv2019i
requested review from
abonislawski,
dbaluta,
iuliana-prodan,
lbetlej,
lgirdwood,
lyakh,
mmaka1 and
plbossart
as code owners
September 18, 2024 12:58
39 tasks
kv2019i
marked this pull request as draft
September 18, 2024 14:47
Collaborator
Author
|
Ok this has major issues, will mark as draft while I work on a fixed version. |
Introduce a separate file for Zephyr compiler_attributes.h and move all Zephyr-specific definitions to this file. This is a prerequisite to build with CONFIG_SOF_ZEPHYR_STRICT_HEADERS=y. Link: thesofproject#9015 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
lgirdwood
reviewed
Sep 18, 2024
lgirdwood
left a comment
Member
There was a problem hiding this comment.
Good stuff, we should use all the Zephyr ones when building Zephyr.
kv2019i
force-pushed
the
202409-rtos-compiler-attributes
branch
from
September 18, 2024 15:10
a8ed4ca to
fa243e2
Compare
kv2019i
marked this pull request as ready for review
September 18, 2024 15:11
lyakh
approved these changes
Sep 19, 2024
lgirdwood
approved these changes
Sep 19, 2024
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.
Introduce a separate file for Zephyr compiler_attributes.h and move all Zephyr-specific definitions to this file. This is a prerequisite to build with CONFIG_SOF_ZEPHYR_STRICT_HEADERS=y.
Link: #9015