diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2024-02-20 12:28:36 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-03-15 17:35:39 +1100 |
| commit | f6213ffc5cb7ea1cb3c7ec10ccd9032035c12159 (patch) | |
| tree | 168a0c98e78263c68791ff7669a44be960a66a69 | |
| parent | 5bed292c06ec712f501dda7e2cc202b7039c33b4 (diff) | |
lib/libmetal: Add libmetal submodule.
libmetal provides an abstraction of the underlying hardware, to support
other OpenAMP components.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/libmetal | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39cf20841..aa9bb3d6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,6 @@ [submodule "lib/open-amp"] path = lib/open-amp url = https://github.com/OpenAMP/open-amp.git +[submodule "lib/libmetal"] + path = lib/libmetal + url = https://github.com/OpenAMP/libmetal.git diff --git a/lib/libmetal b/lib/libmetal new file mode 160000 +Subproject 0cb7d293a7f25394a06847a28d0f0ace9862936 |
