samples: openamp: update docs with lpc55s69
Updates .yaml and README with new boards support for lpcxpresso55s69. Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
parent
a67d50848e
commit
99faca36fe
|
@ -18,6 +18,14 @@ Building the application for lpcxpresso54114_m4
|
|||
:board: lpcxpresso54114_m4
|
||||
:goals: debug
|
||||
|
||||
Building the application for lpcxpresso55s69_cpu0
|
||||
*************************************************
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/subsys/ipc/openamp
|
||||
:board: lpcxpresso55s69_cpu0
|
||||
:goals: debug
|
||||
|
||||
Building the application for mps2_an521
|
||||
***************************************
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ sample:
|
|||
name: OpenAMP example integration
|
||||
tests:
|
||||
sample.ipc.openamp:
|
||||
platform_allow: lpcxpresso54114_m4 mps2_an521 v2m_musca v2m_musca_b1
|
||||
platform_allow: lpcxpresso54114_m4 lpcxpresso55s69_cpu0 mps2_an521 v2m_musca v2m_musca_b1
|
||||
tags: ipm
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Reference in a new issue