blob: d1346579309d53da2b204ac30c42d98cf17be546 [file] [log] [blame]
Summer Qina1f68962021-04-08 16:31:27 +08001######################
2Platforms introduction
3######################
4
Gabor Abonyi25a713f2021-10-15 09:01:03 +02005 - Olympus system
6
7 - Corstone-Polaris Ethos-U55 FVP (Olympus CPU plus Ethos-U55)
8
Summer Qina1f68962021-04-08 16:31:27 +08009 - Cortex-M55 system:
10
11 - `FPGA image loaded on MPS3 board (AN547).
Gabor Abonyi25c955b2022-01-13 09:58:22 +010012 <https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/download-fpga-images>`_
13 - `FPGA image loaded on MPS3 board (AN552).
14 <https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/download-fpga-images>`_
15 - `Corstone-300 Ethos-U55 Ecosystem FVP
16 <https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps>`_
17
Summer Qina1f68962021-04-08 16:31:27 +080018
19 - Cortex-M33 system:
20
21 - `FPGA image loaded on MPS2 board (AN521).
22 <https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/mps2>`_
23 - `Fast model FVP_MPS2_AEMv8M (AN521).
24 <https://developer.arm.com/products/system-design/fixed-virtual-platforms>`_
25 - `Musca-B1 test chip board.
26 <https://developer.arm.com/products/system-design/development-boards/iot-test-chips-and-boards/musca-b-test-chip-board>`_
27 - `Musca-S1 test chip board.
28 <https://developer.arm.com/tools-and-software/development-boards/iot-test-chips-and-boards/musca-s1-test-chip-board>`_
29 - `FPGA image loaded on MPS3 board (AN524).
30 <https://developer.arm.com/tools-and-software/development-boards/fpga-prototyping-boards/mps3>`_
31 - `LPC55S69.
32 <https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK>`_
33 - `NUCLEO L552ZE Q.
34 <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>`_
35 - `DISCO L562QE.
36 <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>`_
37 - `nRF9160 DK (nordic_nrf/nrf9160dk_nrf9160).
38 <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK>`_
39 - `nRF5340 DK (nordic_nrf/nrf5340dk_nrf5340_cpuapp).
40 <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF5340-DK>`_
41 - `BL5340 DVK (lairdconnectivity/bl5340_dvk_cpuapp).
42 <https://www.lairdconnect.com/wireless-modules/bluetooth-modules/bluetooth-5-modules/bl5340-series-multi-core-bluetooth-52-802154-nfc-modules>`_
43
44 - Cortex-M23 system:
45
46 - `FPGA image loaded on MPS2 board (AN519).
47 <https://developer.arm.com/products/system-design/development-boards/cortex-m-prototyping-systems/mps2>`_
48 - `M2351.
49 <https://www.nuvoton.com/products/iot-solution/iot-platform/numaker-pfm-m2351/>`_
50
51 - Dual Core Cortex-M system:
52
53 - `PSoc64.
54 <https://www.cypress.com/documentation/product-brochures/cypress-psoc-64-secure-microcontrollers>`_
55
56 - Secure Enclave system:
57
Summer Qin2de23d02021-05-14 13:44:14 +080058 - :doc:`Musca-B1 Secure Enclave. </platform/ext/target/arm/musca_b1/secure_enclave/readme>`
Summer Qina1f68962021-04-08 16:31:27 +080059
60The document :doc:`Platform Deprecation and Removal </platform/ext/platform_deprecation>`
61lists the deprecated platforms planned to be removed from upstream.
62
63--------------
64
Gabor Abonyi25c955b2022-01-13 09:58:22 +010065*Copyright (c) 2017-2022, Arm Limited. All rights reserved.*