Closed aescolar closed 1 year ago
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.
@arnopo I can see you had already queued a very similar fix in https://github.com/OpenAMP/libmetal/pull/265 So feel free to close this one if you prefer your fix :)
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.