Zephyr integration: Change condition to override CMAKE_SYSTEM_PROCESSOR
Instead of looking at the current value of CMAKE_SYSTEM_PROCESSOR (which may not be set to “posix” anymore), let’s look at the architecture kconfig option, which should be stable.
Signed-off-by: Alberto Escolar Piedras alberto.escolar.piedras@nordicsemi.no
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
libmetal #####################
Origin: https://github.com/OpenAMP/libmetal
Import instructions: When we import libmetal we remove the tests/ and examples/ dir to reduce the amount of code imported.
Purpose: HAL abstraction layer used by open-amp
Description: Libmetal provides common user APIs to access devices, handle device interrupts and request memory across the following operating environments:
Dependencies: Depends on Zephyr itself as it utilizes Zephyr’s APIs to provide an abstraction to open-amp.
URL: https://github.com/OpenAMP/libmetal
commit: 23ba77941cf38a916d7a9fe5137a8bd2ee1e6122
Maintained-by: External
License: BSD-3-Clause
License Link: https://github.com/OpenAMP/libmetal/blob/master/LICENSE.md