ext: move libmetal to hal
libmetal itself isn't an ipc library, its a generic HAL abstraction library so move it into ext/hal where it belongs. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
9a06d119a8
commit
bdf2f4ef31
186 changed files with 6 additions and 2 deletions
|
@ -12,6 +12,10 @@ cmsis
|
||||||
The ARM Cortex Microcontroller Software Interface Standard (CMSIS) defines a
|
The ARM Cortex Microcontroller Software Interface Standard (CMSIS) defines a
|
||||||
set of standard interfaces to ARM Cortex-M SoCs.
|
set of standard interfaces to ARM Cortex-M SoCs.
|
||||||
|
|
||||||
|
libmetal
|
||||||
|
--------
|
||||||
|
libmetal provides a HAL abstraction layer utilized by open-amp
|
||||||
|
|
||||||
gecko
|
gecko
|
||||||
-----
|
-----
|
||||||
The Silicon Labs Gecko SDK provides device header files and peripheral drivers
|
The Silicon Labs Gecko SDK provides device header files and peripheral drivers
|
||||||
|
|
|
@ -2,7 +2,7 @@ include(ExternalProject)
|
||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
libmetal # Name for custom target
|
libmetal # Name for custom target
|
||||||
SOURCE_DIR $ENV{ZEPHYR_BASE}/ext/lib/ipc/libmetal/
|
SOURCE_DIR $ENV{ZEPHYR_BASE}/ext/hal/libmetal/libmetal/
|
||||||
INSTALL_COMMAND "" # This particular build system has no install command
|
INSTALL_COMMAND "" # This particular build system has no install command
|
||||||
CMAKE_ARGS -DWITH_ZEPHYR=ON -DBOARD=${BOARD} -DWITH_DEFAULT_LOGGER=OFF -DWITH_DOC=OFF
|
CMAKE_ARGS -DWITH_ZEPHYR=ON -DBOARD=${BOARD} -DWITH_DEFAULT_LOGGER=OFF -DWITH_DOC=OFF
|
||||||
)
|
)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue