Go to file
Carlo Caione 850a3c3fd5 lib: update libmetal to release v2022.04.0
Origin:
        https://github.com/OpenAMP/libmetal

commit:
        2371f615bb0f7968e7bd2483301a9ab9d957bec9

Status:
	merge libmetal new version after removing useless dirs.

Release Description:
	https://github.com/OpenAMP/libmetal/releases/tag/v2022.04.0

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-05-02 09:01:09 +02:00
libmetal lib: update libmetal to release v2022.04.0 2022-05-02 09:01:09 +02:00
zephyr zephyr: move kconfig to the zephyr tree 2019-05-30 17:54:49 -04:00
CMakeLists.txt module: make this repo a zephyr module 2019-04-18 23:34:04 -04:00
README lib: update libmetal to release v2022.04.0 2022-05-02 09:01:09 +02:00

README

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:

   * Linux user space (based on UIO and VFIO support in the kernel)
   * RTOS (with and without virtual memory)
   * Bare-metal 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:
   2371f615bb0f7968e7bd2483301a9ab9d957bec9

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/OpenAMP/libmetal/blob/master/LICENSE.md