-
Notifications
You must be signed in to change notification settings - Fork 319
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
app: board: Add define CONFIG_COUNTER #9636
app: board: Add define CONFIG_COUNTER #9636
Conversation
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.
@gbernatxintel do we need this on other Intel configs ?
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.
Minor notes to git commit, otherwise good.
@@ -43,6 +43,7 @@ CONFIG_SOF_LOG_LEVEL_INF=y | |||
CONFIG_ZEPHYR_LOG=y |
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.
you can use: "app: intel_adsp_ace30_ptl.conf: enable CONFIG_COUNTER" prefix.
Also in commit, I think it's also to mention the test case (even if it's not a public test), but I'd also add a brief sentence CONFIG_COUNTER is required for implementation of basefw_get_ext_system_time(). This makes it easily to look up which piece of code this affects.
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.
Thank you for your comment, I have corrected the commit title and commit message, regarding the test it has no test cases. It is simply such a test and does not take parameters
A new definition has been added, which is crucial for the proper execution of the test test_102_08_extended_time_check. This definition ensures the correct operation of the basefw_get_ext_system_time() function. Signed-off-by: Grzegorz Bernat <[email protected]>
5446c44
to
d38f41b
Compare
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.
Thanks @gbernatxintel !
SOFCI TEST |
A definition has been added which is essential
to work properly the test test_102_08_extended_time_check.