Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: e9d4531300bfd6b091b6aae1bd43793bdd6d34ee https://github.com/OpenAMP/libmetal/commit/e9d4531300bfd6b091b6aae1bd43793bd... Author: Gerard Marull-Paretas gerard@teslabs.com Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths: M lib/system/zephyr/alloc.h M lib/system/zephyr/assert.h M lib/system/zephyr/cache.h M lib/system/zephyr/log.c M lib/system/zephyr/mutex.h M lib/system/zephyr/sleep.h M lib/system/zephyr/sys.c M lib/system/zephyr/time.c M test/system/zephyr/alloc.c M test/system/zephyr/main.c
Log Message: ----------- zephyr: update include paths to use <zephyr/...>
Zephyr has prefixed all of its includes with <zephyr/...>. While the old mode can still be used (CONFIG_LEGACY_INCLUDE_PATH) and is still enabled by default, it's better to be prepared for its removal in the future.
Signed-off-by: Gerard Marull-Paretas gerard@teslabs.com
Commit: 8bb3fa38e7dc01e8f8cb8d061560542438107cae https://github.com/OpenAMP/libmetal/commit/8bb3fa38e7dc01e8f8cb8d06156054243... Author: Gerard Marull-Paretas gerard@teslabs.com Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths: M lib/system/zephyr/assert.h M lib/system/zephyr/log.c
Log Message: ----------- zephyr: use <zephyr/kernel.h>
<zephyr/zephyr.h> is a shim to the Kernel header, so let's use it directly.
Signed-off-by: Gerard Marull-Paretas gerard@teslabs.com
Compare: https://github.com/OpenAMP/libmetal/compare/7926c874189b...8bb3fa38e7dc
openamp-rp@lists.openampproject.org