File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
boards/arm/mps3_an547/doc Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,22 @@ To run the Fixed Virtual Platform simulation tool you must download "FVP model
3535for the Corstone-300 MPS3" from Arm and install it on your host PC. This board
3636has been tested with version 11.12.57 (Nov 2 2020).
3737
38+ Zephyr board options
39+ ====================
40+
41+ The MPS3+ AN547 is an SoC with Cortex-M55 architecture. Zephyr provides support
42+ for building for both Secure and Non-Secure firmware.
43+
44+ The BOARD options are summarized below:
45+
46+ +----------------------+-----------------------------------------------+
47+ | BOARD | Description |
48+ +======================+===============================================+
49+ | mps3_an547 | For building Secure (or Secure-only) firmware |
50+ +----------------------+-----------------------------------------------+
51+ | mps3_an547_ns | For building Non-Secure firmware |
52+ +----------------------+-----------------------------------------------+
53+
3854Hardware
3955********
4056
You can’t perform that action at this time.
0 commit comments