zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.89k stars 6.63k forks source link

doc: Documentation issue in 'samples/boards/arc_secure_services/README' #67800

Closed nordicjm closed 7 months ago

nordicjm commented 10 months ago

Describe the bug This whole page needs to be checked, there is no nsim_sem_normal board and the formatting is not done correctly.

Environment

ruuddw commented 10 months ago

The nsim_sem_normal board definition is in the samples/boards/arc_secure_services directory. It's not a real board, but a different configuration of the same board/SoC/CPU but in normal instead of secure mode (resulting in two binaries for the same physical board).

nordicjm commented 10 months ago

Here,take :ref:’dining-philosophers-sample’ as an example for normal application. west build -b em_starterkit_em7d_normal nsim_sem_normal samples/philosophers

Then this cannot work?

github-actions[bot] commented 7 months ago

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.