diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2023-11-13 17:17:57 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-03-15 17:35:13 +1100 |
| commit | 5bed292c06ec712f501dda7e2cc202b7039c33b4 (patch) | |
| tree | aa5d4e4d2cae54a28b01ab0c510bb76ae3718e45 /lib/open-amp | |
| parent | 7f5d8c4605e9305b7d1dbb100d6704618f8f3b4b (diff) | |
lib/open-amp: Add OpenAMP submodule.
OpenAMP framework provides a standard inter processor communications
infrastructure for RTOS and bare metal environments. There are 3 major
components in OpenAMP: libmetal, remoteproc and RPMsg. libmetal provides
abstraction of the low-level underlying hardware, remoteproc is used for
processor Life Cycle Management (LCM) like loading firmware, starting,
stopping a core etc., and RPMsg is a bus infrastructure that enables Inter
Processor Communications (IPC) between different cores.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'lib/open-amp')
| m--------- | lib/open-amp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/open-amp b/lib/open-amp new file mode 160000 +Subproject 1904dee18da85400e72b8f55c5c99e872a48657 |
