OpenAMP / libmetal

An abstraction layer across RTOS, baremetal, and user-space Linux environments
https://www.openampproject.org/
Other
263 stars 170 forks source link

Fix Zephyr testcase with latest Zephyr #267

Closed aescolar closed 1 year ago

aescolar commented 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.

aescolar commented 1 year ago

@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 :)