blob: 6bf10640b8fd856705e535a911203b3cca629072 [file] [log] [blame]
Summer Qina1f68962021-04-08 16:31:27 +08001######################
2Platforms introduction
3######################
4
5 - Cortex-M55 system:
6
7 - `FPGA image loaded on MPS3 board (AN547).
8 <https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/mps3>`_
9 - `Fast model FVP_SSE300_MPS2.
10 <https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps>`_
11
12 - Cortex-M33 system:
13
14 - `FPGA image loaded on MPS2 board (AN521).
15 <https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/mps2>`_
16 - `Fast model FVP_MPS2_AEMv8M (AN521).
17 <https://developer.arm.com/products/system-design/fixed-virtual-platforms>`_
18 - `Musca-B1 test chip board.
19 <https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board>`_
20 - `Musca-S1 test chip board.
21 <https://developer.arm.com/tools-and-software/development-boards/iot-test-chips-and-boards/musca-s1-test-chip-board>`_
22 - `FPGA image loaded on MPS3 board (AN524).
23 <https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/mps3>`_
24 - `LPC55S69.
25 <https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK>`_
26 - `NUCLEO L552ZE Q.
27 <https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-l552ze-q.html>`_
28 - `DISCO L562QE.
29 <https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/stm32l562e-dk.html>`_
30 - `nRF9160 DK (nordic_nrf/nrf9160dk_nrf9160).
31 <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK>`_
32 - `nRF5340 DK (nordic_nrf/nrf5340dk_nrf5340_cpuapp).
33 <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF5340-DK>`_
34 - `BL5340 DVK (lairdconnectivity/bl5340_dvk_cpuapp).
35 <https://www.lairdconnect.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl5340-series-multi-core-bluetooth-52-802154-nfc-modules>`_
36
37 - Cortex-M23 system:
38
39 - `FPGA image loaded on MPS2 board (AN519).
40 <https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/mps2>`_
41 - `M2351.
42 <https://www.nuvoton.com/products/iot-solution/iot-platform/numaker-pfm-m2351/>`_
43
44 - Dual Core Cortex-M system:
45
46 - `PSoc64.
47 <https://www.cypress.com/documentation/product-brochures/cypress-psoc-64-secure-microcontrollers>`_
48
49 - Secure Enclave system:
50
51 - :doc:`Musca-B1 Secure Enclave. </platform/ext/target/musca_b1/secure_enclave/readme>`
52
53The document :doc:`Platform Deprecation and Removal </platform/ext/platform_deprecation>`
54lists the deprecated platforms planned to be removed from upstream.
55
56--------------
57
58*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*