Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: f3f365d3f4f1c2bf4170294c8a7629feaad57926 https://github.com/OpenAMP/libmetal/commit/f3f365d3f4f1c2bf4170294c8a7629fea... Author: Daniel Leung daniel.leung@intel.com Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths: M lib/system/zephyr/sys.c
Log Message: ----------- zephyr: use k_cpu_idle instead of arch_cpu_idle
arch_cpu_idle() is an internal API that should not be used outside of the main Zephyr. Use k_cpu_idle() instead, which is the same thing (at least for now).
Signed-off-by: Daniel Leung daniel.leung@intel.com
openamp-rp@lists.openampproject.org