Go to file
Arnaud Pouliquen 243eed541b lib: update libmetal to SHA f55c02a7b582
Origin:
        	https://github.com/OpenAMP/libmetal

    Commit:
        	f55c02a7b582825399d37171625aa47ae5b41eb2
    Status:
        	update to libmetal main branch that integrate:
	f55c02a Zephyr integration: Use K_HEAP_MEM_POOL_SIZE

    Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
2023-12-18 22:26:45 +02:00
libmetal lib: update libmetal to SHA f55c02a7b582 2023-12-18 22:26:45 +02: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

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

Maintained-by:
   External

License:
   BSD-3-Clause

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