Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/open-amp
open-amp module for zephyr, this is not an official mirror of the open-amp repo
https://github.com/zephyrproject-rtos/open-amp
module
Last synced: about 2 months ago
JSON representation
open-amp module for zephyr, this is not an official mirror of the open-amp repo
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/open-amp
- Owner: zephyrproject-rtos
- Created: 2019-05-09T12:41:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:27:24.000Z (3 months ago)
- Last Synced: 2024-11-14T09:39:06.214Z (about 2 months ago)
- Topics: module
- Language: C
- Homepage:
- Size: 799 KB
- Stars: 10
- Watchers: 9
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-zephyr-rtos - open-amp - Open Asymmetric Multi Processing (OpenAMP) framework. (Libraries / Application frameworks)
README
OpenAMP
#####################Origin:
https://github.com/OpenAMP/open-ampImport instructions:
When we import open-amp we removed the apps dir to reduce the amount of
code imported.Purpose:
IPC layer that implements rpmsg communication between cores.Description:
This repository is the home for the Open Asymmetric Multi Processing (OpenAMP)
framework project. The OpenAMP framework provides software components that
enable development of software applications for Asymmetric Multiprocessing
(AMP) systems. The framework provides the following key capabilities.* Provides Life Cycle Management, and Inter Processor Communication capabilities
for management of remote compute resources and their associated software
contexts.
* Provides a stand alone library usable with RTOS and Baremetal software
environments
* Compatibility with upstream Linux remoteproc and rpmsg components
* Following AMP configurations supported:
a. Linux master/Generic(Baremetal) remote
b. Generic(Baremetal) master/Linux remote
* Proxy infrastructure and supplied demos showcase ability of proxy on master
to handle printf, scanf, open, close, read, write calls from Bare metal
based remote contexts.Dependencies:
libmetal (https://github.com/OpenAMP/libmetal) - provides HAL layer
between OpenAMP and RTOS or OS environment.URL:
https://github.com/OpenAMP/open-amp/Maintained-by:
ExternalLicense:
BSD-3-Clause
BSD-2-ClauseLicense Link:
https://github.com/OpenAMP/open-amp/blob/master/LICENSE.md