Skip to content

Commit 7f32a56

Browse files
author
Janne Kiiskilä
authored
Merge pull request #122 from ARMmbed/alphabetical-boards
Alphabetical ordering for boards
2 parents 32354d0 + 1a98c67 commit 7f32a56

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ This table shows a list of boards that are supported.
1515

1616
Board | Connectivity | Storage for credentials and FW candidate | Notes
1717
------------------------------------| ------------------| ------------------------| --------------
18-
`NXP K64F` | Ethernet | Internal Flash |
19-
`NXP K66F` | Ethernet | Internal Flash |
20-
`ST NUCLEO_F429ZI` | Ethernet | Internal Flash | Build-only
21-
`ST NUCLEO_F411RE` | Wi-Fi ESP8266 | SD card | Build-only
22-
`Ublox UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card | Build-only
23-
`ST DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF | Build-only
24-
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
25-
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
26-
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
27-
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
28-
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
29-
`Nuvoton NUMAKER_PFM_NUC472` | Ethernet | SD card (NUSD) | Build-only
30-
`Nuvoton NUMAKER_PFM_M487` | Ethernet | SD card (NUSD) | Build-only
31-
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
32-
`Nuvoton NUMAKER_IOT_M263A` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
33-
`Seeed ARCH_MAX` | Ethernet | SD card | Build-only
34-
`Seeed WIO_3G` | Cellular | Internal Flash | Build-only
35-
`Seeed WIO_BG96` | Cellular | Internal Flash | Build-only
36-
`Renesas RZ_A1H` | Ethernet | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-PEACH/#security-limitation-of-this-platform)) | Build-only
37-
`Renesas GR_LYCHEE` | Wi-Fi (ESP32) | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-LYCHEE/#security-limitation-of-this-platform)) | Build-only
38-
`Uhuru UHURU_RAVEN` | Wi-Fi (ESP32) | Internal Flash | Build-only
39-
`ST NUCLEO_F767ZI` | Ethernet | Internal Flash | Build-only
40-
`ST DISCO_L496AG` | Cellular | QSPIF | Build-only
18+
Embedded Planet `EP_AGORA` | Cellular | SPIF | Build-only
19+
Nuvoton `NUMAKER_IOT_M263A` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
20+
Nuvoton `NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
21+
Nuvoton `NUMAKER_PFM_M487` | Ethernet | SD card (NUSD) | Build-only
22+
Nuvoton `NUMAKER_PFM_NUC472` | Ethernet | SD card (NUSD) | Build-only
23+
NXP `K64F` | Ethernet | Internal Flash |
24+
NXP `K66F` | Ethernet | Internal Flash |
25+
Renesas `GR_LYCHEE` | Wi-Fi ESP32 | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-LYCHEE/#security-limitation-of-this-platform)) | Build-only
26+
Renesas `RZ_A1H` | Ethernet | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-PEACH/#security-limitation-of-this-platform)) | Build-only
27+
Seeed `ARCH_MAX` | Ethernet | SD card | Build-only
28+
Seeed `WIO_3G` | Cellular | Internal Flash | Build-only
29+
Seeed `WIO_BG96` | Cellular | Internal Flash | Build-only
30+
ST `DISCO_L475VG_IOT01A` | Wi-Fi | QSPIF | Build-only
31+
ST `DISCO_L496AG` | Cellular | QSPIF | Build-only
32+
ST `NUCLEO_F411RE` | Wi-Fi ESP8266 | SD card | Build-only
33+
ST `NUCLEO_F429ZI` | Ethernet | Internal Flash | Build-only
34+
ST `NUCLEO_F767ZI` | Ethernet | Internal Flash | Build-only
35+
ST `NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
36+
ST `NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
37+
Ublox `UBLOX_C030_R412M` | Cellular | SD card | Build-only
38+
Ublox `UBLOX_C030_U201` | Cellular | SD card | Build-only
39+
Ublox `UBLOX_EVK_ODIN_W2` | Wi-Fi | SD card | Build-only
40+
Uhuru `UHURU_RAVEN` | Wi-Fi ESP32 | Internal Flash | Build-only
4141

4242
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
4343

0 commit comments

Comments
 (0)