1
0
Fork 0
mirror of https://github.com/zephyrproject-rtos/libmetal.git synced 2024-09-13 01:50:35 +02:00
No description
Find a file
Carlo Caione a6851ba6db lib: update libmetal to release v2024.05.0
Origin:
	https://github.com/OpenAMP/libmetal

Commit:
	3aee6be866b190d2e2b4997fedbd976a0c37c0c6

Status:
	Merge libmetal new version after removing useless dirs.

Release Description:
	https://github.com/OpenAMP/libmetal/releases/tag/v2024.05.0

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2024-06-26 23:33:43 -04:00
libmetal lib: update libmetal to release v2024.05.0 2024-06-26 23:33:43 -04:00
zephyr zephyr: move kconfig to the zephyr tree 2019-05-30 17:54:49 -04:00
CMakeLists.txt Zephyr integration: Add support for POSIX architecture 2023-10-24 10:22:13 +02:00
README lib: update libmetal to SHA 23ba77941cf3 2022-06-30 07:58:52 +02:00

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:
   23ba77941cf38a916d7a9fe5137a8bd2ee1e6122

Maintained-by:
   External

License:
   BSD-3-Clause

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