Skip to content
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

Fix Zephyr testcase with latest Zephyr #267

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

aescolar
Copy link
Contributor

@aescolar aescolar commented Oct 15, 2023

In Zephyr PR #63351 , commit:
a35e40f410750f3205f0d87489aa0dfa4006e1d3
Support for k_mem_block was removed which was used by this Zephyr test.

Update the tets to just use a void* (which is what should be used instead).


Note this is the cause for the current CI failures.

In Zephyr PR #63351 , commit:
a35e40f410750f3205f0d87489aa0dfa4006e1d3
Support for k_mem_block was removed which was used
by this Zephyr test.

Update the tets to just use a void* (which is what should be
used instead).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
@aescolar
Copy link
Contributor Author

aescolar commented Oct 15, 2023

@arnopo I can see you had already queued a very similar fix in #265
So feel free to close this one if you prefer your fix :)

@aescolar aescolar marked this pull request as ready for review October 15, 2023 11:09
Copy link
Contributor

@arnopo arnopo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm merging your fix it is more elegant

@arnopo arnopo merged commit 2dc4561 into OpenAMP:main Oct 16, 2023
4 checks passed
@arnopo arnopo added this to the Release V2023.10 milestone Oct 16, 2023
@aescolar aescolar deleted the fix_ci branch October 16, 2023 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants