https://github.com/zephyrproject-rtos/libmetal
The libmetal module specific for use with Zephyr. This is not a mirror of the official libmetal repo.
https://github.com/zephyrproject-rtos/libmetal
module
Last synced: about 1 year ago
JSON representation
The libmetal module specific for use with Zephyr. This is not a mirror of the official libmetal repo.
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/libmetal
- Owner: zephyrproject-rtos
- Created: 2019-05-09T12:38:43.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:20:35.000Z (about 1 year ago)
- Last Synced: 2025-05-08T22:07:04.583Z (about 1 year ago)
- Topics: module
- Language: C
- Homepage:
- Size: 223 KB
- Stars: 12
- Watchers: 9
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-zephyr-rtos - libmetal - Abstraction layer across user-space Linux, baremetal, and RTOS environments. (Libraries / HAL/PAL)
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