-
Notifications
You must be signed in to change notification settings - Fork 350
zephyr: trace: use zephyr utilities when enabled #4227
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
Conversation
Use the Zephyr sys/printk.h when Zephyr RTOS is used. Suggested-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
|
This patch fixes the following warnings when building SOF with Zephyr on i.MX: |
|
The The commit message does not make sense to me either, it does not seem to match the code change. Instead it should have explained why this is required with your toolchain but not needed in the configurations already built in CI. Speaking of toolchains and CI, please add iMX to the list of SUPPORTED_PLATFORMS at the top of |
You're right, I shouldn't add the
I've added the warnings in a comment - see here.
I'm planning of adding imx in |
Thanks!
You can say "I don't know why" in the commit message and sometimes in the source code even. It happens :-) "What gets us into trouble is not what we don't know. It's what we know for sure that just ain't so.”
Agreed; let's not add to CI something that does not work yet. Otherwise people stop looking at it. Thanks for the links and reminders. |
|
Here are some details about my configuration that does not need this commit for the record and in case anyone would like to get to the bottom of this. Besides the pre-processor (and doxygen a bit), no one ever understands the maze of |
Use the Zephyr sys/printk.h when Zephyr RTOS is used.
Suggested-by: Guennadi Liakhovetski guennadi.liakhovetski@linux.intel.com
Signed-off-by: Iuliana Prodan iuliana.prodan@nxp.com