samples: drivers: mbox: Support the new board adp_xc7k_ae350
Modify the related source in mbox sample to support board adp_xc7k_ae350. Signed-off-by: Kevin Wang <kevinwang821020@google.com>
This commit is contained in:
parent
3744fe2d49
commit
7bfe096787
6 changed files with 26 additions and 2 deletions
|
@ -10,6 +10,8 @@ set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/mbox_ipc_remote-prefix/src/mbo
|
|||
|
||||
if("${BOARD}" STREQUAL "nrf5340dk_nrf5340_cpuapp")
|
||||
set(BOARD_REMOTE "nrf5340dk_nrf5340_cpunet")
|
||||
elseif("${BOARD}" STREQUAL "adp_xc7k_ae350")
|
||||
set(BOARD_REMOTE "adp_xc7k_ae350")
|
||||
else()
|
||||
message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue