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