Commit Graph

4 Commits

Author SHA1 Message Date
Alberto Escolar Piedras e0a139240a Zephyr integration: Add support for POSIX architecture
When building for CMAKE_SYSTEM_PROCESSOR will be set to
"posix" which is not usefull. Let's rename it instead
to something else we can use.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-24 10:22:13 +02:00
Anas Nashif 6f2798ba1f module: make this repo a zephyr module
Create module file to be used with west.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-18 23:34:04 -04:00
Kumar Gala 7aa3da608e ext: hal: libmetal: Allow for libmetal source to be external
Introduce a Kconfig option (CONFIG_LIBMETAL_SRC_PATH) that allows us to
point to an external copy of libmetal.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-05-24 11:22:05 -05:00
Kumar Gala c8296594df ext: libmetal: Change build integration so its not recursive
With recent changes to libmetal we can now include and build it directly
as a zephyr library rather than doing a recursive make.  We remove
ext/hal/libmetal.cmake as part of this change and introduce a Kconfig
option for libmetal.

This is a partial fix for issue #7673.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-05-24 09:18:47 -05:00